Home
last modified time | relevance | path

Searched refs:customStyleNode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_content_pattern.h340 void SetCustomStyleNode(const RefPtr<FrameNode>& customStyleNode) in SetCustomStyleNode() argument
342 customStyleNode_ = customStyleNode; in SetCustomStyleNode()
H A Dtab_content_model_ng.h62 void SetCustomStyleNode(const RefPtr<NG::FrameNode>& customStyleNode) override;
H A Dtab_content_model.h146 virtual void SetCustomStyleNode(const RefPtr<NG::FrameNode>& customStyleNode) {} in SetCustomStyleNode() argument
H A Dtab_content_model_ng.cpp649 void TabContentModelNG::SetCustomStyleNode(const RefPtr<FrameNode>& customStyleNode) in SetCustomStyleNode() argument
653 pattern->SetCustomStyleNode(customStyleNode); in SetCustomStyleNode()