Home
last modified time | relevance | path

Searched refs:DestroyRenderSurface (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/aafwk_adapter/aafwkbrowserclientadapter_fuzzer/
H A Daafwkbrowserclientadapter_fuzzer.cpp47 void DestroyRenderSurface(int32_t surface_id);
70 void MockBrowserClient::DestroyRenderSurface(int32_t surface_id) in DestroyRenderSurface() function in OHOS::MockBrowserClient
88 client->DestroyRenderSurface(surface_id); in AafwkBrowserClientAdapterFuzzTest()
96 clientAdapter->DestroyRenderSurface(surface_id); in AafwkBrowserClientAdapterFuzzTest()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_aafwk_browser_client_adapter_wrapper.cpp42 void ArkAafwkBrowserClientAdapterWrapper::DestroyRenderSurface(int32_t surface_id) in DestroyRenderSurface() function in OHOS::ArkWeb::ArkAafwkBrowserClientAdapterWrapper
44 ctocpp_->DestroyRenderSurface(surface_id); in DestroyRenderSurface()
H A Dark_aafwk_browser_client_adapter_wrapper.h34 void DestroyRenderSurface(int32_t surface_id) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_aafwk_browser_client_adapter_impl.cpp39 void ArkAafwkBrowserClientAdapterImpl::DestroyRenderSurface(int32_t surface_id) in DestroyRenderSurface() function in OHOS::ArkWeb::ArkAafwkBrowserClientAdapterImpl
41 return real_->DestroyRenderSurface(surface_id); in DestroyRenderSurface()
H A Dark_aafwk_browser_client_adapter_impl.h35 void DestroyRenderSurface(int32_t surface_id) override;
/ohos5.0/base/web/webview/test/unittest/aafwk_app_client_adapter/
H A Dnweb_aafwk_adapter_test.cpp104 void DestroyRenderSurface(int32_t surface_id);
127 void MockBrowserClient::DestroyRenderSurface(int32_t surface_id) in DestroyRenderSurface() function in OHOS::NWeb::MockBrowserClient
206 MOCK_METHOD(void, DestroyRenderSurface, (int32_t surface_id), (override));
511 client->DestroyRenderSurface(surface_id);
517 mockClient->DestroyRenderSurface(surface_id);
592 clientAdapter->DestroyRenderSurface(surface_id);
594 EXPECT_CALL(*mockBrowser, DestroyRenderSurface(surface_id)).Times(1);
596 clientAdapter->DestroyRenderSurface(surface_id);
748 host->DestroyRenderSurface(surface_id);
/ohos5.0/base/web/webview/ohos_adapter/aafwk_adapter/include/
H A Daafwk_browser_client_adapter_impl.h40 virtual void DestroyRenderSurface(int32_t surface_id) override;
61 void DestroyRenderSurface(int32_t surface_id) override;
H A Dibrowser.h39 virtual void DestroyRenderSurface(int32_t surface_id) = 0;
H A Daafwk_browser_host_impl.h69 void DestroyRenderSurface(int32_t surface_id) override;
/ohos5.0/base/web/webview/ohos_adapter/aafwk_adapter/src/
H A Daafwk_browser_client_adapter_impl.cpp119 void BrowserClient::DestroyRenderSurface(int32_t surface_id) in DestroyRenderSurface() function in OHOS::NWeb::BrowserClient
202 void AafwkBrowserClientAdapterImpl::DestroyRenderSurface(int32_t surface_id) in DestroyRenderSurface() function in OHOS::NWeb::AafwkBrowserClientAdapterImpl
215 GetInstance().browserHost_->DestroyRenderSurface(surface_id); in DestroyRenderSurface()
H A Daafwk_browser_host_impl.cpp116 DestroyRenderSurface(surface_id); in HandleDestroyRenderSurface()
161 void AafwkBrowserHostImpl::DestroyRenderSurface(int32_t surface_id) in DestroyRenderSurface() function in OHOS::NWeb::AafwkBrowserHostImpl
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Daafwk_browser_client_adapter.h35 virtual void DestroyRenderSurface(int32_t surface_id) = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_aafwk_browser_client_adapter.h43 virtual void DestroyRenderSurface(int32_t surface_id) = 0;