Home
last modified time | relevance | path

Searched refs:GetInputFieldType (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_context_menu_params_impl.cpp77 int ArkWebContextMenuParamsImpl::GetInputFieldType() in GetInputFieldType() function in OHOS::ArkWeb::ArkWebContextMenuParamsImpl
79 return static_cast<int>(nweb_context_menu_params_->GetInputFieldType()); in GetInputFieldType()
H A Dark_web_context_menu_params_impl.h52 int GetInputFieldType() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_context_menu_params_wrapper.cpp97 ArkWebInputFieldType ArkWebContextMenuParamsWrapper::GetInputFieldType() in GetInputFieldType() function in OHOS::ArkWeb::ArkWebContextMenuParamsWrapper
99 return static_cast<ArkWebInputFieldType>(ark_web_context_menu_params_->GetInputFieldType()); in GetInputFieldType()
H A Dark_web_context_menu_params_wrapper.h54 ArkWebInputFieldType GetInputFieldType() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_context_menu_params.h59 virtual int GetInputFieldType() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_context_menu_params.h95 virtual ContextMenuInputFieldType GetInputFieldType() = 0;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_context_select_overlay_test.cpp77 int GetInputFieldType() const override in GetInputFieldType() function in OHOS::Ace::NG::MockWebContextMenuParam
H A Dweb_pattern_test_ng.cpp64 MOCK_METHOD(int, GetInputFieldType, (), (const, override));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h274 int GetInputFieldType() const override;
H A Dweb_delegate.cpp538 int ContextMenuParamOhos::GetInputFieldType() const in GetInputFieldType() function in OHOS::Ace::ContextMenuParamOhos
541 return param_->GetInputFieldType(); in GetInputFieldType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h1380 virtual int GetInputFieldType() const = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp1546 …ass<JSContextMenuParam>::CustomMethod("getInputFieldType", &JSContextMenuParam::GetInputFieldType); in JSBind()
1695 void GetInputFieldType(const JSCallbackInfo& args) in GetInputFieldType() function in OHOS::Ace::Framework::JSContextMenuParam
1699 type = param_->GetInputFieldType(); in GetInputFieldType()