Home
last modified time | relevance | path

Searched refs:WebElementType (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_property.h76 enum class WebElementType : int32_t { class
84 WebElementType type;
90 WebPreviewSelectionMenuParam(const WebElementType& _type, const ResponseType& _responseType, in WebPreviewSelectionMenuParam()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js3429 var WebElementType; variable
3430 (function (WebElementType) {
3431 WebElementType[WebElementType['IMAGE'] = 1] = 'IMAGE';
3432 })(WebElementType || (WebElementType = {}));
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h728 const WebElementType& type, const ResponseType& responseType);
1074 std::map<std::pair<WebElementType, ResponseType>,
1078 WebElementType curElementType_ = WebElementType::NONE;
H A Dweb_pattern.cpp491 const WebElementType& type, const ResponseType& responseType) in GetPreviewSelectionMenuParams()
627 curElementType_ = WebElementType::IMAGE; in OnContextMenuShow()
1718 auto param = GetPreviewSelectionMenuParams(WebElementType::IMAGE, ResponseType::LONG_PRESS); in NotifyStartDragTask()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.h478 const WebElementType& type, const ResponseType& responseType);
H A Dweb_pattern.cpp1338 const WebElementType& type, const ResponseType& responseType) in GetPreviewSelectionMenuParams()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp3322 WebElementType elementType = static_cast<WebElementType>(info[0]->ToNumber<int32_t>()); in BindSelectionMenu()

Completed in 33 milliseconds