Home
last modified time | relevance | path

Searched refs:OnFocus (Results 1 - 17 of 17) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h73 virtual bool OnFocus() = 0;
707 virtual bool OnFocus(int source) = 0;
H A Dark_web_nweb.h65 virtual void OnFocus(const int32_t& focus_reason) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.h38 bool OnFocus() override;
546 bool OnFocus(int source) override;
H A Dark_web_handler_impl.cpp87 bool ArkWebHandlerImpl::OnFocus() in OnFocus() function in OHOS::ArkWeb::ArkWebHandlerImpl
89 return nweb_handler_->OnFocus(); in OnFocus()
822 bool ArkWebHandlerImpl::OnFocus(int source) in OnFocus() function in OHOS::ArkWeb::ArkWebHandlerImpl
824 return nweb_handler_->OnFocus(static_cast<ArkWebFocusSource>(source)); in OnFocus()
H A Dark_web_nweb_wrapper.cpp72 void ArkWebNWebWrapper::OnFocus(const ArkWebFocusReason& focus_reason) in OnFocus() function in OHOS::ArkWeb::ArkWebNWebWrapper
74 ark_web_nweb_->OnFocus(static_cast<int32_t>(focus_reason)); in OnFocus()
H A Dark_web_nweb_wrapper.h45 void OnFocus(const ArkWebFocusReason& focus_reason) override;
/base/update/updater/services/ui/view/component/
H A Dlabel_btn_adapter.cpp34 bool OnFocus(OHOS::UIView &view) override
41 LOG(DEBUG) << "key OnFocus";
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h377 virtual bool OnFocus() in OnFocus() function in OHOS::NWeb::NWebHandler
926 virtual bool OnFocus(NWebFocusSource source) in OnFocus() function in OHOS::NWeb::NWebHandler
H A Dnweb.h274 virtual void OnFocus(const FocusReason& focusReason = FocusReason::FOCUS_DEFAULT) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.h47 bool OnFocus() override;
583 bool OnFocus(ArkWebFocusSource source) override;
H A Dark_web_handler_wrapper.cpp77 bool ArkWebHandlerWrapper::OnFocus() in OnFocus() function in OHOS::ArkWeb::ArkWebHandlerWrapper
79 return ark_web_handler_->OnFocus(); in OnFocus()
927 bool ArkWebHandlerWrapper::OnFocus(ArkWebFocusSource source) in OnFocus() function in OHOS::ArkWeb::ArkWebHandlerWrapper
929 return ark_web_handler_->OnFocus(static_cast<int>(source)); in OnFocus()
H A Dark_web_nweb_impl.h40 void OnFocus(const int32_t& focus_reason) override;
H A Dark_web_nweb_impl.cpp79 void ArkWebNWebImpl::OnFocus(const int32_t& focus_reason) in OnFocus() function in OHOS::ArkWeb::ArkWebNWebImpl
81 nweb_nweb_->OnFocus(static_cast<ArkWebFocusReason>(focus_reason)); in OnFocus()
/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnweb_create_window.h36 void OnFocus(const FocusReason& focusReason = FocusReason::FOCUS_DEFAULT) override {}
/base/web/webview/test/unittest/common/
H A Dnweb_create_window.h40 void OnFocus(const FocusReason& focusReason = FocusReason::FOCUS_DEFAULT) override
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp496 nweb_ptr->OnFocus(); in RequestFocus()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp578 nweb_ptr->OnFocus(); in RequestFocus()

Completed in 28 milliseconds