/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_scrollable.cpp | 30 …if (jsValue->IsNull() || jsValue->IsUndefined() || !JSViewAbstract::ParseJsInt32(jsValue, edgeEffe… in ParseEdgeEffect() 55 JSViewAbstract::ParseJsInt32(info[0], displayMode); in ParseDisplayMode()
|
H A D | js_scroll.cpp | 397 if (args[0]->IsNull() || args[0]->IsUndefined() || !ParseJsInt32(args[0], displayMode)) { in SetScrollBar() 469 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollForward"), froward); in SetNestedScroll() 475 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollBackward"), backward); in SetNestedScroll() 503 …if (snapAlignValue->IsNull() || snapAlignValue->IsUndefined() || !ParseJsInt32(snapAlignValue, sna… in SetScrollSnap()
|
H A D | js_water_flow.cpp | 359 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollForward"), froward); in SetNestedScroll() 366 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollBackward"), backward); in SetNestedScroll() 459 ParseJsInt32(jsValue, cachedCount); in SetCachedCount()
|
H A D | js_grid.cpp | 457 ParseJsInt32(info[0], maxCount); in SetMaxCount() 469 ParseJsInt32(info[0], minCount); in SetMinCount() 640 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollForward"), froward); in SetNestedScroll() 646 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollBackward"), backward); in SetNestedScroll()
|
H A D | js_layout_manager.cpp | 244 JSContainerBase::ParseJsInt32(args[0], coordinateX); in GetGlyphPositionAtCoordinate() 245 JSContainerBase::ParseJsInt32(args[1], coordinateY); in GetGlyphPositionAtCoordinate()
|
H A D | js_particle.cpp | 169 if (!JSParticle::ParseJsInt32(startMillisJsValue, startMillis) || startMillis < 0) { in ParseAnimationFloatArray() 175 if (!JSParticle::ParseJsInt32(endMillisJsValue, endMillis) || endMillis < 0) { in ParseAnimationFloatArray() 481 if (!JSParticle::ParseJsInt32(startMillisJsValue, startMillis) || startMillis < 0) { in ParseAnimationColorArray() 487 if (!JSParticle::ParseJsInt32(endMillisJsValue, endMillis) || endMillis < 0) { in ParseAnimationColorArray()
|
H A D | js_text_editable_controller.cpp | 111 if (!menuPolicy->IsNull() && JSContainerBase::ParseJsInt32(menuPolicy, tempPolicy)) { in SetTextSelection()
|
H A D | js_tabs_controller.cpp | 165 JSViewAbstract::ParseJsInt32(indexArray->GetValueAt(i), index); in PreloadItems()
|
H A D | js_image_animator.cpp | 274 ParseJsInt32(jsObjImage->GetProperty("duration"), imageProperties.duration); in ParseImages()
|
H A D | js_richeditor.cpp | 1572 if (!offset->IsNull() && JSContainerBase::ParseJsInt32(offset, imageOffset)) { in AddImageSpan() 1707 if (!offset->IsNull() && JSContainerBase::ParseJsInt32(offset, spanOffset)) { in AddTextSpan() 1768 if (!offset->IsNull() && JSContainerBase::ParseJsInt32(offset, spanOffset)) { in AddSymbolSpan() 1870 if (!startVal->IsNull() && JSContainerBase::ParseJsInt32(startVal, start)) { in DeleteSpans() 1875 if (!startVal->IsNull() && JSContainerBase::ParseJsInt32(endVal, end)) { in DeleteSpans() 1934 if (!offset->IsNull() && JSContainerBase::ParseJsInt32(offset, placeholderOffset)) { in ParseOptions() 1994 if (!JSContainerBase::ParseJsInt32(object->GetProperty("start"), start)) { in ParseRange() 1997 if (!JSContainerBase::ParseJsInt32(object->GetProperty("end"), end)) { in ParseRange() 2593 JSContainerBase::ParseJsInt32(args[0], selectionStart); in SetSelection() 2594 JSContainerBase::ParseJsInt32(args[1], selectionEnd); in SetSelection()
|
H A D | js_list.cpp | 323 JSViewAbstract::ParseJsInt32(jsObj->GetProperty("edgeEffect"), options.edgeEffect); in SetChainAnimationOptions() 467 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollForward"), froward); in SetNestedScroll() 473 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollBackward"), backward); in SetNestedScroll()
|
H A D | js_text.cpp | 158 ParseJsInt32(fontWeight, variableFontWeight); in GetFontInfo() 207 ParseJsInt32(args, variableFontWeight); in SetFontWeight() 453 ParseJsInt32(args, value); in SetMaxLines()
|
H A D | js_swiper.cpp | 1185 JSViewAbstract::ParseJsInt32(indexArray->GetValueAt(i), index); in PreloadItems() 1214 JSViewAbstract::ParseJsInt32(args[0], value); in SetNestedScroll()
|
H A D | js_textfield.cpp | 430 if (!ParseJsInt32(tempInfo, caretPosition) || caretPosition < 0) { in SetCaretPosition() 434 if (!ParseJsInt32(tempInfo, caretPosition)) { in SetCaretPosition()
|
H A D | js_view_abstract.cpp | 667 if (JSViewAbstract::ParseJsInt32(effectOption, edge)) { in ParseChainedMoveTransition() 2845 ParseJsInt32(jsOption->GetProperty("colorMode"), colorMode); in ParseBlurStyleOption() 2851 ParseJsInt32(jsOption->GetProperty("adaptiveColor"), adaptiveColor); in ParseBlurStyleOption() 2859 ParseJsInt32(jsOption->GetProperty("policy"), policy); in ParseBlurStyleOption() 2867 ParseJsInt32(jsOption->GetProperty("type"), blurType); in ParseBlurStyleOption() 2988 ParseJsInt32(jsOption->GetProperty("adaptiveColor"), adaptiveColorValue); in ParseEffectOption() 2997 ParseJsInt32(jsOption->GetProperty("policy"), policy); in ParseEffectOption() 3005 ParseJsInt32(jsOption->GetProperty("type"), blurType); in ParseEffectOption() 3069 ParseJsInt32(jsOption->GetProperty("colorMode"), colorMode); in JsForegroundBlurStyle() 3075 ParseJsInt32(jsOption->GetProperty("adaptiveColor"), adaptiveColor); in JsForegroundBlurStyle() [all …]
|
H A D | js_web.cpp | 4856 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollForward"), froward); in SetNestedScroll() 4862 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollBackward"), backward); in SetNestedScroll() 4868 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollUp"), scrollUp); in SetNestedScroll() 4873 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollDown"), scrollDown); in SetNestedScroll() 4878 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollLeft"), scrollLeft); in SetNestedScroll() 4883 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollRight"), scrollRight); in SetNestedScroll()
|
H A D | js_select.cpp | 682 if (!ParseJsInt32(info[0], direction)) { in SetArrowPosition()
|
H A D | js_view_abstract.h | 308 static bool ParseJsInt32(const JSRef<JSVal>& jsValue, int32_t& result);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 443 ParseJsInt32(vm, directionArg, direction); in ParseBorderImageLinearGradient() 485 if (JSViewAbstract::ParseJsInt32(effectOption, edge)) { in ParseChainedMoveTransition() 2554 ParseJsInt32(vm, directionArg, direction); in SetLinearGradient() 2774 ParseJsInt32(vm, colorModeArg, colorMode); in SetForegroundBlurStyle() 2775 ParseJsInt32(vm, adaptiveColorArg, adaptiveColor); in SetForegroundBlurStyle() 2857 ParseJsInt32(vm, policyArg, policy); in SetBackgroundBlurStyleParam() 2862 ParseJsInt32(vm, typeArg, blurType); in SetBackgroundBlurStyleParam() 2892 ParseJsInt32(vm, colorModeArg, colorMode); in SetBackgroundBlurStyle() 2894 ParseJsInt32(vm, adaptiveColorArg, adaptiveColor); in SetBackgroundBlurStyle() 4987 ParseJsInt32(vm, policyArg, policy); in SetBackgroundEffectParam() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/ |
H A D | js_span_object.cpp | 1300 JSContainerBase::ParseJsInt32(args, value); in ParseJsMaxLines()
|