Home
last modified time | relevance | path

Searched defs:isDebugBoundary (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Drender_boundary_manager.cpp21 void RenderBoundaryManager::PostTaskRenderBoundary(bool isDebugBoundary, const RefPtr<Container>& c… in PostTaskRenderBoundary()
53 bool RenderBoundaryManager::ResetTaskQueue(bool isDebugBoundary) in ResetTaskQueue()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp3871 void UIContentImpl::RenderLayoutBoundary(bool isDebugBoundary) in RenderLayoutBoundary()
3903 bool isDebugBoundary = strcmp(value, "true") == 0; in EnableSystemParameterDebugBoundaryCallback() local