Home
last modified time | relevance | path

Searched refs:NotifyBrowser (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_aafwk_render_scheduler_host_adapter_wrapper.cpp34 void ArkAafwkRenderSchedulerHostAdapterWrapper::NotifyBrowser( in NotifyBrowser() function in OHOS::ArkWeb::ArkAafwkRenderSchedulerHostAdapterWrapper
37 ctocpp_->NotifyBrowser(ipcFd, sharedFd, crashFd, new ArkAafwkBrowserClientAdapterImpl(adapter)); in NotifyBrowser()
H A Dark_aafwk_render_scheduler_host_adapter_wrapper.h33 void NotifyBrowser(int32_t ipcFd, int32_t sharedFd, int32_t crashFd,
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_aafwk_render_scheduler_host_adapter_impl.cpp32 void ArkAafwkRenderSchedulerHostAdapterImpl::NotifyBrowser( in NotifyBrowser() function in OHOS::ArkWeb::ArkAafwkRenderSchedulerHostAdapterImpl
35 …real_->NotifyBrowser(ipcFd, sharedFd, crashFd, std::make_shared<ArkAafwkBrowserClientAdapterWrappe… in NotifyBrowser()
H A Dark_aafwk_render_scheduler_host_adapter_impl.h31 void NotifyBrowser(
/ohos5.0/base/web/webview/ohos_adapter/aafwk_adapter/src/
H A Daafwk_render_scheduler_impl.cpp38 renderSchedulerHostAdapter_->NotifyBrowser(ipcFd, sharedFd, crashFd, nullptr); in NotifyBrowserFd()
43 renderSchedulerHostAdapter_->NotifyBrowser(ipcFd, sharedFd, crashFd, browserClientAdapter_); in NotifyBrowserFd()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Daafwk_render_scheduler_host_adapter.h34 virtual void NotifyBrowser(
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_aafwk_render_scheduler_host_adapter.h34 virtual void NotifyBrowser(
/ohos5.0/base/web/webview/test/unittest/aafwk_app_client_adapter/
H A Dnweb_aafwk_adapter_test.cpp74 void NotifyBrowser(int32_t ipcFd, int32_t sharedFd, int32_t crashFd,
85 void RenderScheduler::NotifyBrowser(int32_t ipcFd, int32_t sharedFd, int32_t crashFd, in NotifyBrowser() function in OHOS::NWeb::RenderScheduler