Home
last modified time | relevance | path

Searched refs:NativeWindowSurfaceCleanCacheWithPara (Results 1 - 9 of 9) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_window_adapter_impl.cpp44 void ArkWindowAdapterImpl::NativeWindowSurfaceCleanCacheWithPara(void* window, bool cleanAll) in NativeWindowSurfaceCleanCacheWithPara() function in OHOS::ArkWeb::ArkWindowAdapterImpl
46 return real_.NativeWindowSurfaceCleanCacheWithPara(window, cleanAll); in NativeWindowSurfaceCleanCacheWithPara()
H A Dark_window_adapter_impl.h37 void NativeWindowSurfaceCleanCacheWithPara(void* window, bool cleanAll) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_window_adapter_wrapper.cpp54 void ArkWindowAdapterWrapper::NativeWindowSurfaceCleanCacheWithPara(ArkWebNativeWindow window, bool cleanAll) in NativeWindowSurfaceCleanCacheWithPara() function in OHOS::ArkWeb::ArkWindowAdapterWrapper
59 ctocpp_->NativeWindowSurfaceCleanCacheWithPara(window, cleanAll); in NativeWindowSurfaceCleanCacheWithPara()
H A Dark_window_adapter_wrapper.h39 void NativeWindowSurfaceCleanCacheWithPara(ArkWebNativeWindow window, bool cleanAll) override;
/base/web/webview/ohos_adapter/graphic_adapter/include/
H A Dwindow_adapter_impl.h36 void NativeWindowSurfaceCleanCacheWithPara(NWebNativeWindow window, bool cleanAll) override;
/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
H A Dwindow_adapter_impl_test.cpp40 OhosAdapterHelper::GetInstance().GetWindowAdapterInstance().NativeWindowSurfaceCleanCacheWithPara(window, false); in HWTEST()
/base/web/webview/ohos_adapter/graphic_adapter/src/
H A Dwindow_adapter_impl.cpp65 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 Dark_graphic_adapter.h163 virtual void NativeWindowSurfaceCleanCacheWithPara(void* window, bool cleanAll) = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dgraphic_adapter.h231 virtual void NativeWindowSurfaceCleanCacheWithPara(NWebNativeWindow window, bool cleanAll) = 0;

Completed in 5 milliseconds