/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/aafwk_adapter/aafwkbrowserclientadapter_fuzzer/ |
H A D | aafwkbrowserclientadapter_fuzzer.cpp | 47 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 D | ark_aafwk_browser_client_adapter_wrapper.cpp | 42 void ArkAafwkBrowserClientAdapterWrapper::DestroyRenderSurface(int32_t surface_id) in DestroyRenderSurface() function in OHOS::ArkWeb::ArkAafwkBrowserClientAdapterWrapper 44 ctocpp_->DestroyRenderSurface(surface_id); in DestroyRenderSurface()
|
H A D | ark_aafwk_browser_client_adapter_wrapper.h | 34 void DestroyRenderSurface(int32_t surface_id) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_aafwk_browser_client_adapter_impl.cpp | 39 void ArkAafwkBrowserClientAdapterImpl::DestroyRenderSurface(int32_t surface_id) in DestroyRenderSurface() function in OHOS::ArkWeb::ArkAafwkBrowserClientAdapterImpl 41 return real_->DestroyRenderSurface(surface_id); in DestroyRenderSurface()
|
H A D | ark_aafwk_browser_client_adapter_impl.h | 35 void DestroyRenderSurface(int32_t surface_id) override;
|
/ohos5.0/base/web/webview/test/unittest/aafwk_app_client_adapter/ |
H A D | nweb_aafwk_adapter_test.cpp | 104 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 D | aafwk_browser_client_adapter_impl.h | 40 virtual void DestroyRenderSurface(int32_t surface_id) override; 61 void DestroyRenderSurface(int32_t surface_id) override;
|
H A D | ibrowser.h | 39 virtual void DestroyRenderSurface(int32_t surface_id) = 0;
|
H A D | aafwk_browser_host_impl.h | 69 void DestroyRenderSurface(int32_t surface_id) override;
|
/ohos5.0/base/web/webview/ohos_adapter/aafwk_adapter/src/ |
H A D | aafwk_browser_client_adapter_impl.cpp | 119 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 D | aafwk_browser_host_impl.cpp | 116 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 D | aafwk_browser_client_adapter.h | 35 virtual void DestroyRenderSurface(int32_t surface_id) = 0;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_aafwk_browser_client_adapter.h | 43 virtual void DestroyRenderSurface(int32_t surface_id) = 0;
|