Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_menu.cpp137 if (!idNode || idNode->IsNodeDisabled()) { in BindIdNode()
H A Ddom_search.cpp353 if (IsNodeDisabled() || !textFieldComponent_) { in OnRequestFocus()
H A Ddom_node.h250 bool IsNodeDisabled() const;
H A Ddom_node.cpp483 bool DOMNode::IsNodeDisabled() const in IsNodeDisabled() function in OHOS::Ace::Framework::DOMNode