Searched refs:hasButtonNode (Results 1 – 3 of 3) sorted by relevance
320 auto hasButtonNode = isRight ? hostNode->HasRightButtonNode() : hostNode->HasLeftButtonNode(); in CaluateButtonHeight() local321 if (!hasButtonNode) { in CaluateButtonHeight()
169 static void CreateButton(const RefPtr<SearchNode>& parentNode, bool hasButtonNode);
94 bool hasButtonNode = frameNode->HasButtonNode(); in CreateSearchNode() local108 CreateButton(frameNode, hasButtonNode); in CreateSearchNode()827 void SearchModelNG::CreateButton(const RefPtr<SearchNode>& parentNode, bool hasButtonNode) in CreateButton() argument829 if (hasButtonNode) { in CreateButton()