Home
last modified time | relevance | path

Searched refs:sandBoxCount_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h106 return sandBoxCount_ > 0; in HasSandBox()
659 int sandBoxCount_ = 0; variable
H A Drosen_render_context.cpp510 sandBoxCount_++; in SetSandBox()
518 sandBoxCount_--; in SetSandBox()
519 if (sandBoxCount_ > 0) { in SetSandBox()
525 sandBoxCount_ = 0; in SetSandBox()