Home
last modified time | relevance | path

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

/base/web/webview/ohos_adapter/graphic_adapter/src/
H A Dwindow_adapter_impl.cpp57 auto nativeWindow = reinterpret_cast<OHNativeWindow *>(window); in NativeWindowSurfaceCleanCache() local
58 if (!nativeWindow || !nativeWindow->surface) { in NativeWindowSurfaceCleanCache()
62 nativeWindow->surface->CleanCache(); in NativeWindowSurfaceCleanCache()
67 auto nativeWindow = reinterpret_cast<OHNativeWindow*>(window); in NativeWindowSurfaceCleanCacheWithPara() local
68 if (!nativeWindow || !nativeWindow->surface) { in NativeWindowSurfaceCleanCacheWithPara()
75 GSError ret = nativeWindow->surface->Connect(); in NativeWindowSurfaceCleanCacheWithPara()
77 nativeWindow->surface->CleanCache(cleanAll); in NativeWindowSurfaceCleanCacheWithPara()
78 nativeWindow in NativeWindowSurfaceCleanCacheWithPara()
[all...]

Completed in 1 milliseconds