Searched refs:contentRowNode (Results 1 – 5 of 5) sorted by relevance
331 void SetContentRowNode(RefPtr<FrameNode>& contentRowNode) in SetContentRowNode() argument333 contentRowNode_ = contentRowNode; in SetContentRowNode()
1125 auto contentRowNode = contentRowNode_.Upgrade(); in OnColorConfigurationUpdate() local1126 if (contentRowNode) { in OnColorConfigurationUpdate()1127 auto layoutRenderContext = contentRowNode->GetRenderContext(); in OnColorConfigurationUpdate()
446 void SetContentRowNode(RefPtr<FrameNode>& contentRowNode) in SetContentRowNode() argument448 contentRowNode_ = contentRowNode; in SetContentRowNode()
1226 auto contentRowNode = contentRowNode_.Upgrade(); in OnColorConfigurationUpdate() local1227 CHECK_NULL_VOID(contentRowNode); in OnColorConfigurationUpdate()1228 auto layoutRenderContext = contentRowNode->GetRenderContext(); in OnColorConfigurationUpdate()
585 void SetContentRowNode(RefPtr<FrameNode>& contentRowNode) in SetContentRowNode() argument587 contentRowNode_ = contentRowNode; in SetContentRowNode()