Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dview_abstract_model_impl.h218 void SetAllowDrop(const std::set<std::string>& allowDrop) override {} in SetAllowDrop()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dframe_node.h398 void SetAllowDrop(const std::set<std::string>& allowDrop) in SetAllowDrop()
Dview_abstract_model_ng.h772 void SetAllowDrop(const std::set<std::string>& allowDrop) override in SetAllowDrop()
Dview_abstract.cpp974 void ViewAbstract::SetAllowDrop(const std::set<std::string>& allowDrop) in SetAllowDrop()
/foundation/arkui/ace_engine/test/unittest/core/base/view_abstract/
Dview_abstract_test_ng.cpp987 std::set<std::string> allowDrop; variable
1020 std::set<std::string> allowDrop; variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_view_abstract.cpp5791 std::string allowDrop; in JsAllowDrop() local