Home
last modified time | relevance | path

Searched refs:SetCustomStyleNode (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_sub_tab_bar_style_test_ng.cpp48 tabContentModel.SetCustomStyleNode(frameNode);
60 tabContentPattern->SetCustomStyleNode(frameNode);
178 tabContentModel.SetCustomStyleNode(frameNode);
272 tabContentModel.SetCustomStyleNode(frameNode);
346 tabContentModel.SetCustomStyleNode(frameNode);
405 tabContentModel.SetCustomStyleNode(frameNode);
483 tabContentModel.SetCustomStyleNode(frameNode);
561 tabContentModel.SetCustomStyleNode(frameNode);
631 tabContentModel.SetCustomStyleNode(frameNode);
725 tabContentModel.SetCustomStyleNode(frameNode);
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
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() function
H A Dtab_content_pattern.h340 void SetCustomStyleNode(const RefPtr<FrameNode>& customStyleNode) in SetCustomStyleNode() function
H A Dtab_content_model_ng.cpp649 void TabContentModelNG::SetCustomStyleNode(const RefPtr<FrameNode>& customStyleNode) in SetCustomStyleNode() function in OHOS::Ace::NG::TabContentModelNG
653 pattern->SetCustomStyleNode(customStyleNode); in SetCustomStyleNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tab_content.cpp545 TabContentModel::GetInstance()->SetCustomStyleNode(refPtrFrameNode); in SetBuilderNode()