Home
last modified time | relevance | path

Searched refs:RENDER_APPLY_STYLE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_profiler.cpp101 {RENDER_APPLY_STYLE, RENDER},
107 {APPLY_STYLE_ITEM, RENDER_APPLY_STYLE},
148 {RENDER_APPLY_STYLE, "RENDER_APPLY_STYLE", RENDER},
154 {APPLY_STYLE_ITEM, "APPLY_STYLE_ITEM", RENDER_APPLY_STYLE},
H A Djs_profiler.h91 RENDER_APPLY_STYLE, enumerator
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.cpp724 START_TRACING_WITH_COMPONENT_NAME(RENDER_APPLY_STYLE, componentName_); in ParseOptions()