/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_context_menu_params_impl.cpp | 77 int ArkWebContextMenuParamsImpl::GetInputFieldType() in GetInputFieldType() function in OHOS::ArkWeb::ArkWebContextMenuParamsImpl 79 return static_cast<int>(nweb_context_menu_params_->GetInputFieldType()); in GetInputFieldType()
|
H A D | ark_web_context_menu_params_impl.h | 52 int GetInputFieldType() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_context_menu_params_wrapper.cpp | 97 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 D | ark_web_context_menu_params_wrapper.h | 54 ArkWebInputFieldType GetInputFieldType() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_context_menu_params.h | 59 virtual int GetInputFieldType() = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_context_menu_params.h | 95 virtual ContextMenuInputFieldType GetInputFieldType() = 0;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_context_select_overlay_test.cpp | 77 int GetInputFieldType() const override in GetInputFieldType() function in OHOS::Ace::NG::MockWebContextMenuParam
|
H A D | web_pattern_test_ng.cpp | 64 MOCK_METHOD(int, GetInputFieldType, (), (const, override));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.h | 274 int GetInputFieldType() const override;
|
H A D | web_delegate.cpp | 538 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 D | web_event.h | 1380 virtual int GetInputFieldType() const = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 1546 …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()
|