Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/js_inspector/
H A Dinspect_button.h22 class InspectButton : public InspectNode {
23 DECLARE_ACE_TYPE(InspectButton, InspectNode);
26 InspectButton(NodeId nodeId, const std::string& nodeName);
27 ~InspectButton() override = default;
H A Dinspect_button.cpp19 InspectButton::InspectButton(NodeId nodeId, const std::string& nodeName) : InspectNode(nodeId, node… in InspectButton() function in OHOS::Ace::Framework::InspectButton
22 void InspectButton::PackAttrAndStyle() in PackAttrAndStyle()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Djs_inspector_test.cpp360 …void CheckButtonAttrAndStyle(InspectButton& inspectButton, uint16_t attrsSize, uint16_t stylesSize) in CheckButtonAttrAndStyle()
558 InspectButton inspectButton(nodeId, tag);
572 InspectButton inspectButton(nodeId, tag);
592 InspectButton inspectButton(nodeId, tag);
612 InspectButton inspectButton(nodeId, tag);
632 InspectButton inspectButton(nodeId, tag);
652 InspectButton inspectButton(nodeId, tag);
672 InspectButton inspectButton(nodeId, tag);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/
H A Daccessibility_node_manager.cpp102 { DOM_NODE_TAG_BUTTON, &InspectNodeCreator<InspectButton> },