Home
last modified time | relevance | path

Searched defs:allowDrop (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_drop_test_ng.cpp701 std::set<std::string> allowDrop = { allowTag }; variable
753 std::set<std::string> allowDrop = { allowTag }; variable
805 std::set<std::string> allowDrop = { allowTag }; variable
857 std::set<std::string> allowDrop = { allowTag }; variable
909 std::set<std::string> allowDrop = { allowTag }; variable
1169 std::set<std::string> allowDrop; variable
1221 std::set<std::string> allowDrop; variable
1273 std::set<std::string> allowDrop; variable
1943 std::set<std::string> allowDrop; variable
1995 std::set<std::string> allowDrop; variable
[all …]
H A Dview_abstract_test_ng.cpp1227 std::set<std::string> allowDrop; variable
1262 std::set<std::string> allowDrop; variable
H A Dframe_node_test_ng_new.cpp1098 std::set<std::string> allowDrop = frameNode->GetAllowDrop(); variable
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-drag-drop.md21 ## allowDrop section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-drag-drop.md21 ## allowDrop section
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddrag_drop_manager_test_ng_new.cpp1366 std::set<std::string> allowDrop = { NODE_TAG }; variable
1938 std::set<std::string> allowDrop = { NODE_TAG }; variable
H A Ddrag_drop_manager_test_ng_coverage.cpp353 std::set<std::string> allowDrop = { NODE_TAG }; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h305 void SetAllowDrop(const std::set<std::string>& allowDrop) override {} in SetAllowDrop()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h635 void SetAllowDrop(const std::set<std::string>& allowDrop) in SetAllowDrop()
H A Dview_abstract_model_ng.h1084 void SetAllowDrop(const std::set<std::string>& allowDrop) override in SetAllowDrop()
H A Dview_abstract.cpp1662 void ViewAbstract::SetAllowDrop(const std::set<std::string>& allowDrop) in SetAllowDrop()
3610 void ViewAbstract::SetAllowDrop(FrameNode* frameNode, const std::set<std::string>& allowDrop) in SetAllowDrop()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp2870 std::set<std::string> allowDrop; in ResetAllowDrop() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp8964 std::string allowDrop; in JsAllowDrop() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js4171 allowDrop(value) { method in ArkComponent
10285 allowDrop(value) { method in ArkSpanComponent
25669 allowDrop(value) { method in ArkXComponentComponent