Home
last modified time | relevance | path

Searched refs:OnFocus (Results 1 – 7 of 7) sorted by relevance

/base/web/webview/test/ohos_nweb/
Dnweb_handler_impl_test.h48 void OnFocus() override;
Dnweb_handler_impl_test.cpp213 void NWebHandlerImplTest::OnFocus() in OnFocus() function in OHOS::NWeb::NWebHandlerImplTest
/base/update/updater/services/ui/view/component/
Dlabel_btn_adapter.cpp33 bool OnFocus(OHOS::UIView &view) override in OnFocus() function
/base/web/webview/test/unittest/common/
Dnweb_create_window.h78 void OnFocus() const override in OnFocus() function
/base/web/webview/ohos_nweb/include/
Dnweb.h132 virtual void OnFocus() const = 0;
Dnweb_handler.h227 virtual void OnFocus() {} in OnFocus() function
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.cpp391 nweb_ptr->OnFocus(); in RequestFocus()