Home
last modified time | relevance | path

Searched refs:GetX (Results 1 - 25 of 64) sorted by relevance

123

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_select_menu_bound_wrapper.cpp27 int ArkWebSelectMenuBoundWrapper::GetX() in GetX() function in OHOS::ArkWeb::ArkWebSelectMenuBoundWrapper
29 return ark_web_select_menu_bound_->GetX(); in GetX()
H A Dark_web_touch_point_info_impl.cpp32 double ArkWebTouchPointInfoImpl::GetX() in GetX() function in OHOS::ArkWeb::ArkWebTouchPointInfoImpl
34 return nweb_touch_point_info_->GetX(); in GetX()
H A Dark_web_drag_event_impl.cpp26 double ArkWebDragEventImpl::GetX() in GetX() function in OHOS::ArkWeb::ArkWebDragEventImpl
28 return nweb_drag_event_->GetX(); in GetX()
H A Dark_web_cursor_info_wrapper.cpp26 int32_t ArkWebCursorInfoWrapper::GetX() in GetX() function in OHOS::ArkWeb::ArkWebCursorInfoWrapper
28 return ark_web_cursor_info_->GetX(); in GetX()
H A Dark_web_native_media_player_surface_info_wrapper.cpp36 double ArkWebNativeMediaPlayerSurfaceInfoWrapper::GetX() in GetX() function in OHOS::ArkWeb::ArkWebNativeMediaPlayerSurfaceInfoWrapper
38 return ark_web_native_media_player_surface_info_->GetX(); in GetX()
H A Dark_web_mouse_event_impl.cpp26 int32_t ArkWebMouseEventImpl::GetX() in GetX() function in OHOS::ArkWeb::ArkWebMouseEventImpl
28 return mouseEvent_->GetX(); in GetX()
H A Dark_web_touch_handle_state_wrapper.cpp27 int32_t ArkWebTouchHandleStateWrapper::GetX() in GetX() function in OHOS::ArkWeb::ArkWebTouchHandleStateWrapper
29 return ark_web_touch_handle_state_->GetX(); in GetX()
H A Dark_web_native_embed_touch_event_wrapper.cpp29 float ArkWebNativeEmbedTouchEventWrapper::GetX() in GetX() function in OHOS::ArkWeb::ArkWebNativeEmbedTouchEventWrapper
31 return ark_web_native_embed_touch_event_->GetX(); in GetX()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_drag_event_wrapper.cpp26 double ArkWebDragEventWrapper::GetX() in GetX() function in OHOS::ArkWeb::ArkWebDragEventWrapper
28 return ark_web_drag_event_->GetX(); in GetX()
H A Dark_web_select_menu_bound_impl.cpp27 int ArkWebSelectMenuBoundImpl::GetX() in GetX() function in OHOS::ArkWeb::ArkWebSelectMenuBoundImpl
29 return nweb_select_menu_bound_->GetX(); in GetX()
H A Dark_web_touch_point_info_wrapper.cpp31 double ArkWebTouchPointInfoWrapper::GetX() in GetX() function in OHOS::ArkWeb::ArkWebTouchPointInfoWrapper
33 return ark_web_touch_point_info_->GetX(); in GetX()
H A Dark_web_native_media_player_surface_info_impl.cpp32 double ArkWebNativeMediaPlayerSurfaceInfoImpl::GetX() in GetX() function in OHOS::ArkWeb::ArkWebNativeMediaPlayerSurfaceInfoImpl
34 return nweb_native_media_player_surface_info_->GetX(); in GetX()
H A Dark_web_cursor_info_impl.cpp26 int32_t ArkWebCursorInfoImpl::GetX() in GetX() function in OHOS::ArkWeb::ArkWebCursorInfoImpl
28 return nweb_cursor_info_->GetX(); in GetX()
H A Dark_web_mouse_event_wrapper.cpp26 int32_t ArkWebMouseEventWrapper::GetX() in GetX() function in OHOS::ArkWeb::ArkWebMouseEventWrapper
28 return mouseEvent_->GetX(); in GetX()
H A Dark_web_touch_handle_state_impl.cpp29 int32_t ArkWebTouchHandleStateImpl::GetX() in GetX() function in OHOS::ArkWeb::ArkWebTouchHandleStateImpl
31 return nweb_touch_handle_state_->GetX(); in GetX()
H A Dark_web_native_embed_touch_event_impl.cpp29 float ArkWebNativeEmbedTouchEventImpl::GetX() in GetX() function in OHOS::ArkWeb::ArkWebNativeEmbedTouchEventImpl
31 return nweb_native_embed_touch_event_->GetX(); in GetX()
H A Dark_web_native_embed_info_impl.cpp67 int32_t ArkWebNativeEmbedInfoImpl::GetX() in GetX() function in OHOS::ArkWeb::ArkWebNativeEmbedInfoImpl
69 return nweb_native_embed_info_->GetX(); in GetX()
H A Dark_web_touch_point_info_wrapper.h34 double GetX() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_buffer_flush_config_adapter_wrapper.cpp26 int32_t ArkBufferFlushConfigAdapterWrapper::GetX() in GetX() function in OHOS::ArkWeb::ArkBufferFlushConfigAdapterWrapper
28 return ctocpp_->GetX(); in GetX()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_buffer_flush_config_adapter_impl.cpp25 int32_t ArkBufferFlushConfigAdapterImpl::GetX() in GetX() function in OHOS::ArkWeb::ArkBufferFlushConfigAdapterImpl
27 return real_->GetX(); in GetX()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_touch_point_info.h31 virtual double GetX() = 0;
H A Dark_web_drag_event.h28 virtual double GetX() = 0;
H A Dark_web_select_menu_bound.h28 virtual int GetX() = 0;
H A Dark_web_native_media_player_surface_info.h32 virtual double GetX() = 0;
/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_mouse.cpp63 int32_t GetX() const in GetX() function in OHOS::Msdp::DeviceStatus::final
232 FI_HILOGD("Current position: (%{private}d, %{private}d)", monitor->GetX(), monitor->GetY()); in MoveTo()
233 if (x == monitor->GetX() && y == monitor->GetY()) { in MoveTo()
237 Move(x - monitor->GetX(), y - monitor->GetY()); in MoveTo()
261 int32_t currentX = monitor->GetX(); in MoveProcess()
271 currentX = monitor->GetX(); in MoveProcess()

Completed in 6 milliseconds

123