Searched refs:textEl (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | percent_tdd_test.cpp | 377 JSValue textEl = JSGlobal::Call(FUNC_CREATE_ELEMENT, textArgs, ARG_LENGTH_2); variable 387 JSArray::Push(divChildren, textEl); 401 VerifyDimension(textEl, K_HEIGHT, (screenHeight / halfNum)); 406 ReleaseJerryValue(textTag, textStaticStyle, textOption, textEl, VA_ARG_END_FLAG); 427 JSValue textEl = JSGlobal::Call(FUNC_CREATE_ELEMENT, textArgs, ARG_LENGTH_2); variable 437 JSArray::Push(stackChildren, textEl); 452 VerifyDimension(textEl, K_TOP, ((screenHeight / halfNum) / marginPercentNum)); 457 ReleaseJerryValue(textTag, textStaticStyle, textOption, textEl, VA_ARG_END_FLAG); 478 JSValue textEl = JSGlobal::Call(FUNC_CREATE_ELEMENT, labelArgs, ARG_LENGTH_2); variable 488 JSArray::Push(containerChildren, textEl); [all …]
|
H A D | jsbundle_tdd_test.cpp | 121 JSValue textEl = JSGlobal::Call(FUNC_CREATE_ELEMENT, textArgs, ARG_LENGTH_2); in CreateElementAttributeLength003() local 125 JSArray::Push(divChildren, textEl); in CreateElementAttributeLength003() 132 Component *textComponent = ComponentUtils::GetComponentFromBindingObject(textEl); in CreateElementAttributeLength003() 147 …ReleaseJerryValue(divEl, divChildren, divTag, textEl, textOptions, textAttrs, textValue, textTag, … in CreateElementAttributeLength003() 160 JSValue textEl = JSGlobal::Call(FUNC_CREATE_ELEMENT, textArgs, ARG_LENGTH_2); in CreateElementAttributeLength004() local 171 JSArray::Push(divChildren, textEl); in CreateElementAttributeLength004() 178 Component *textComponent = ComponentUtils::GetComponentFromBindingObject(textEl); in CreateElementAttributeLength004() 198 …yValue(divEl, divChildren, divOptions, divStyles, divWidth, divHeight, divTag, textEl, textOptions, in CreateElementAttributeLength004() 296 JSValue textEl = JSGlobal::Call(FUNC_CREATE_ELEMENT, textArgs, 1); in CreateElement2ndAttributeValidation011() local 300 JSArray::Push(divChildren, textEl); in CreateElement2ndAttributeValidation011() [all …]
|