Home
last modified time | relevance | path

Searched refs:SetHeight (Results 1 - 25 of 41) sorted by relevance

12

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_touch_handle_hot_zone_impl.cpp32 void ArkWebTouchHandleHotZoneImpl::SetHeight(double height) in SetHeight() function in OHOS::ArkWeb::ArkWebTouchHandleHotZoneImpl
34 nweb_touch_handle_hot_zone_->SetHeight(height); in SetHeight()
H A Dark_web_touch_handle_hot_zone_impl.h34 void SetHeight(double height) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_touch_handle_hot_zone_wrapper.cpp32 void ArkWebTouchHandleHotZoneWrapper::SetHeight(double height) in SetHeight() function in OHOS::ArkWeb::ArkWebTouchHandleHotZoneWrapper
34 return ark_web_touch_handle_hot_zone_->SetHeight(height); in SetHeight()
H A Dark_web_touch_handle_hot_zone_wrapper.h34 void SetHeight(double height) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_decoder_format_adapter_impl.cpp44 void ArkDecoderFormatAdapterImpl::SetHeight(int32_t height) in SetHeight() function in OHOS::ArkWeb::ArkDecoderFormatAdapterImpl
46 return real_->SetHeight(height); in SetHeight()
H A Dark_clip_board_image_data_adapter_impl.cpp90 void ArkClipBoardImageDataAdapterImpl::SetHeight(int32_t height) in SetHeight() function in OHOS::ArkWeb::ArkClipBoardImageDataAdapterImpl
92 real_->SetHeight(height); in SetHeight()
H A Dark_decoder_format_adapter_impl.h37 void SetHeight(int32_t height) override;
H A Dark_clip_board_image_data_adapter_impl.h55 virtual void SetHeight(int32_t height) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_decoder_format_adapter_wrapper.cpp45 void ArkDecoderFormatAdapterWrapper::SetHeight(int32_t height) in SetHeight() function in OHOS::ArkWeb::ArkDecoderFormatAdapterWrapper
47 ctocpp_->SetHeight(height); in SetHeight()
H A Dark_clip_board_image_data_adapter_wrapper.cpp91 void ArkClipBoardImageDataAdapterWrapper::SetHeight(int32_t height) in SetHeight() function in OHOS::ArkWeb::ArkClipBoardImageDataAdapterWrapper
93 ctocpp_->SetHeight(height); in SetHeight()
H A Dark_decoder_format_adapter_wrapper.h37 void SetHeight(int32_t height) override;
H A Dark_clip_board_image_data_adapter_wrapper.h55 void SetHeight(int32_t height) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_touch_handle_hot_zone.h31 virtual void SetHeight(double height) = 0;
/base/web/webview/ohos_adapter/media_adapter/include/
H A Dcodec_format_adapter_impl.h33 void SetHeight(int32_t height);
/base/web/webview/ohos_adapter/media_adapter/src/
H A Dcodec_format_adapter_impl.cpp35 void CodecFormatAdapterImpl::SetHeight(int32_t height) in SetHeight() function in OHOS::NWeb::CodecFormatAdapterImpl
/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dformat_adapter_impl.cpp45 void FormatAdapterImpl::SetHeight(uint32_t height) in SetHeight() function in OHOS::NWeb::FormatAdapterImpl
H A Dformat_adapter_mock.cpp44 void FormatAdapterImpl::SetHeight(uint32_t height) in SetHeight() function in OHOS::NWeb::FormatAdapterImpl
/base/web/webview/test/fuzztest/ohos_adapter/camera_adapter/formatadapter_fuzzer/
H A Dformatadapter_fuzzer.cpp32 adapter.SetHeight(1); in FormatAdapterFuzzTest()
/base/web/webview/ohos_adapter/camera_adapter/include/
H A Dformat_adapter_impl.h37 void SetHeight(uint32_t height);
/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/codecformatadapterimpl_fuzzer/
H A Dcodecformatadapterimpl_fuzzer.cpp35 codecFormatAdapter.SetHeight(height); in CreateLocationProxyAdapterFuzzTest()
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_page_size_test.cpp116 printpageSize.SetHeight(6); in HWTEST_F()
132 printpageSize.SetHeight(6); in HWTEST_F()
/base/web/webview/ohos_nweb/src/
H A Dnweb_enhance_surface_adapter.cpp50 createInfo->SetHeight(height); in GetCreateInfo()
/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_page_size.cpp230 SetHeight(0); in Reset()
248 void PrintPageSize::SetHeight(uint32_t height) in SetHeight() function in OHOS::Print::PrintPageSize
278 SetHeight(parcel.ReadUint32()); in ReadFromParcel()
/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_page_size_helper.cpp60 nativeObj->SetHeight(height); in BuildFromJs()
/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_page_size.h62 void SetHeight(uint32_t height);

Completed in 5 milliseconds

12