Searched refs:InspectButton (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/js_inspector/ |
H A D | inspect_button.h | 22 class InspectButton : public InspectNode { 23 DECLARE_ACE_TYPE(InspectButton, InspectNode); 26 InspectButton(NodeId nodeId, const std::string& nodeName); 27 ~InspectButton() override = default;
|
H A D | inspect_button.cpp | 19 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 D | js_inspector_test.cpp | 360 …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 D | accessibility_node_manager.cpp | 102 { DOM_NODE_TAG_BUTTON, &InspectNodeCreator<InspectButton> },
|