Searched refs:NativeWindowSurfaceCleanCacheWithPara (Results 1 - 9 of 9) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_window_adapter_impl.cpp | 44 void ArkWindowAdapterImpl::NativeWindowSurfaceCleanCacheWithPara(void* window, bool cleanAll) in NativeWindowSurfaceCleanCacheWithPara() function in OHOS::ArkWeb::ArkWindowAdapterImpl 46 return real_.NativeWindowSurfaceCleanCacheWithPara(window, cleanAll); in NativeWindowSurfaceCleanCacheWithPara()
|
H A D | ark_window_adapter_impl.h | 37 void NativeWindowSurfaceCleanCacheWithPara(void* window, bool cleanAll) override;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_window_adapter_wrapper.cpp | 54 void ArkWindowAdapterWrapper::NativeWindowSurfaceCleanCacheWithPara(ArkWebNativeWindow window, bool cleanAll) in NativeWindowSurfaceCleanCacheWithPara() function in OHOS::ArkWeb::ArkWindowAdapterWrapper 59 ctocpp_->NativeWindowSurfaceCleanCacheWithPara(window, cleanAll); in NativeWindowSurfaceCleanCacheWithPara()
|
H A D | ark_window_adapter_wrapper.h | 39 void NativeWindowSurfaceCleanCacheWithPara(ArkWebNativeWindow window, bool cleanAll) override;
|
/base/web/webview/ohos_adapter/graphic_adapter/include/ |
H A D | window_adapter_impl.h | 36 void NativeWindowSurfaceCleanCacheWithPara(NWebNativeWindow window, bool cleanAll) override;
|
/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/ |
H A D | window_adapter_impl_test.cpp | 40 OhosAdapterHelper::GetInstance().GetWindowAdapterInstance().NativeWindowSurfaceCleanCacheWithPara(window, false); in HWTEST()
|
/base/web/webview/ohos_adapter/graphic_adapter/src/ |
H A D | window_adapter_impl.cpp | 65 void WindowAdapterImpl::NativeWindowSurfaceCleanCacheWithPara(NWebNativeWindow window, bool cleanAll) in NativeWindowSurfaceCleanCacheWithPara() function in OHOS::NWeb::WindowAdapterImpl 72 WVLOG_D("NativeWindowSurfaceCleanCacheWithPara"); in NativeWindowSurfaceCleanCacheWithPara()
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_graphic_adapter.h | 163 virtual void NativeWindowSurfaceCleanCacheWithPara(void* window, bool cleanAll) = 0;
|
/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | graphic_adapter.h | 231 virtual void NativeWindowSurfaceCleanCacheWithPara(NWebNativeWindow window, bool cleanAll) = 0;
|
Completed in 5 milliseconds