Searched refs:checkIllegal (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.h | 322 DimensionUnit defaultUnit, bool checkIllegal = false); 324 … const std::unique_ptr<JsonValue>& jsonValue, CalcDimension& result, bool checkIllegal = false);
|
H A D | js_view_abstract.cpp | 9220 …que_ptr<JsonValue>& jsonValue, CalcDimension& result, DimensionUnit defaultUnit, bool checkIllegal) in ParseJsonDimension() argument 9233 if (checkIllegal) { in ParseJsonDimension() 9254 const std::unique_ptr<JsonValue>& jsonValue, CalcDimension& result, bool checkIllegal) in ParseJsonDimensionVp() argument 9259 return ParseJsonDimension(jsonValue, result, DimensionUnit::VP, checkIllegal); in ParseJsonDimensionVp()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 1188 bool checkIllegal = false) in ParseAxisDimensionVp() argument 1195 if (checkIllegal) { in ParseAxisDimensionVp()
|