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 D | ark_window_adapter_impl.cpp | 34 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 D | ark_window_adapter_impl.h | 33 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 D | ark_window_adapter_wrapper.cpp | 38 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 D | ark_window_adapter_wrapper.h | 35 …int32_t NativeWindowSetBufferGeometry(ArkWebNativeWindow window, int32_t width, int32_t height) ov…
|
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/include/ |
H A D | window_adapter_impl.h | 32 …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 D | window_adapter_impl_test.cpp | 37 …XPECT_EQ(OhosAdapterHelper::GetInstance().GetWindowAdapterInstance().NativeWindowSetBufferGeometry(
|
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/ |
H A D | window_adapter_impl.cpp | 49 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 D | ark_graphic_adapter.h | 154 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 D | graphic_adapter.h | 225 …virtual int32_t NativeWindowSetBufferGeometry(NWebNativeWindow window, int32_t width, int32_t heig…
|