Home
last modified time | relevance | path

Searched refs:NativeWindowSetBufferGeometry (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_window_adapter_impl.cpp34 int32_t ArkWindowAdapterImpl::NativeWindowSetBufferGeometry(void* window, int32_t width, int32_t he… in NativeWindowSetBufferGeometry() function in OHOS::ArkWeb::ArkWindowAdapterImpl
36 return real_.NativeWindowSetBufferGeometry(window, width, height); in NativeWindowSetBufferGeometry()
H A Dark_window_adapter_impl.h33 int32_t NativeWindowSetBufferGeometry(void* window, int32_t width, int32_t height) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_window_adapter_wrapper.cpp38 int32_t ArkWindowAdapterWrapper::NativeWindowSetBufferGeometry(ArkWebNativeWindow window, int32_t w… in NativeWindowSetBufferGeometry() function in OHOS::ArkWeb::ArkWindowAdapterWrapper
43 return ctocpp_->NativeWindowSetBufferGeometry(window, width, height); in NativeWindowSetBufferGeometry()
H A Dark_window_adapter_wrapper.h35 …int32_t NativeWindowSetBufferGeometry(ArkWebNativeWindow window, int32_t width, int32_t height) ov…
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/include/
H A Dwindow_adapter_impl.h32 …int32_t NativeWindowSetBufferGeometry(NWebNativeWindow window, int32_t width, int32_t height) over…
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
H A Dwindow_adapter_impl_test.cpp37 …XPECT_EQ(OhosAdapterHelper::GetInstance().GetWindowAdapterInstance().NativeWindowSetBufferGeometry(
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/
H A Dwindow_adapter_impl.cpp49 int32_t WindowAdapterImpl::NativeWindowSetBufferGeometry(NWebNativeWindow window, int32_t width, in… in NativeWindowSetBufferGeometry() function in OHOS::NWeb::WindowAdapterImpl
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_graphic_adapter.h154 virtual int32_t NativeWindowSetBufferGeometry(void* window, int32_t width, int32_t height) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dgraphic_adapter.h225 …virtual int32_t NativeWindowSetBufferGeometry(NWebNativeWindow window, int32_t width, int32_t heig…