Searched refs:IsDeclarative (Results 1 – 9 of 9) sorted by relevance
58 if (IsDeclarative() && stateChangeEvent_) { in FirePopEvent()63 bool BubbleElement::IsDeclarative() in IsDeclarative() function in OHOS::Ace::BubbleElement
41 bool IsDeclarative();
45 if (IsDeclarative()) { in PerformBuild()103 bool PopupElementV2::IsDeclarative() in IsDeclarative() function in OHOS::Ace::PopupElementV2
32 bool IsDeclarative();
153 bool IsDeclarative() in IsDeclarative() function
95 isDeclarative_ = grid->IsDeclarative(); in Update()
157 bool IsDeclarative();
401 if (IsDeclarative()) { in CreateAccessibilityNode()737 bool AccessibilityNodeManager::IsDeclarative() in IsDeclarative() function in OHOS::Ace::Framework::AccessibilityNodeManager
2824 …node->GetNodeId() == GetRootNodeId() + ROOT_STACK_BASE) && !children.empty() && !IsDeclarative()) { in UpdateNodeChildIds()