Home
last modified time | relevance | path

Searched refs:NotifyWebPattern (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.cpp1662 void UINode::NotifyWebPattern(bool isRegister) in NotifyWebPattern() function in OHOS::Ace::NG::UINode
1665 item->NotifyWebPattern(isRegister); in NotifyWebPattern()
H A Dui_node.h750 virtual void NotifyWebPattern(bool isRegister);
H A Dframe_node.h1094 void NotifyWebPattern(bool isRegister) override;
H A Dframe_node.cpp5651 void FrameNode::NotifyWebPattern(bool isRegister) in NotifyWebPattern() function in OHOS::Ace::NG::FrameNode
5667 UINode::NotifyWebPattern(isRegister); in NotifyWebPattern()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp4779 rootNode_->NotifyWebPattern(isRegister); in NotifyAllWebPattern()