Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GetX
(Results
1 - 25
of
64
) sorted by relevance
1
2
3
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H
A
D
ark_web_select_menu_bound_wrapper.cpp
27
int ArkWebSelectMenuBoundWrapper::
GetX
()
in GetX()
function in OHOS::ArkWeb::ArkWebSelectMenuBoundWrapper
29
return ark_web_select_menu_bound_->
GetX
();
in GetX()
H
A
D
ark_web_touch_point_info_impl.cpp
32
double ArkWebTouchPointInfoImpl::
GetX
()
in GetX()
function in OHOS::ArkWeb::ArkWebTouchPointInfoImpl
34
return nweb_touch_point_info_->
GetX
();
in GetX()
H
A
D
ark_web_drag_event_impl.cpp
26
double ArkWebDragEventImpl::
GetX
()
in GetX()
function in OHOS::ArkWeb::ArkWebDragEventImpl
28
return nweb_drag_event_->
GetX
();
in GetX()
H
A
D
ark_web_cursor_info_wrapper.cpp
26
int32_t ArkWebCursorInfoWrapper::
GetX
()
in GetX()
function in OHOS::ArkWeb::ArkWebCursorInfoWrapper
28
return ark_web_cursor_info_->
GetX
();
in GetX()
H
A
D
ark_web_native_media_player_surface_info_wrapper.cpp
36
double ArkWebNativeMediaPlayerSurfaceInfoWrapper::
GetX
()
in GetX()
function in OHOS::ArkWeb::ArkWebNativeMediaPlayerSurfaceInfoWrapper
38
return ark_web_native_media_player_surface_info_->
GetX
();
in GetX()
H
A
D
ark_web_mouse_event_impl.cpp
26
int32_t ArkWebMouseEventImpl::
GetX
()
in GetX()
function in OHOS::ArkWeb::ArkWebMouseEventImpl
28
return mouseEvent_->
GetX
();
in GetX()
H
A
D
ark_web_touch_handle_state_wrapper.cpp
27
int32_t ArkWebTouchHandleStateWrapper::
GetX
()
in GetX()
function in OHOS::ArkWeb::ArkWebTouchHandleStateWrapper
29
return ark_web_touch_handle_state_->
GetX
();
in GetX()
H
A
D
ark_web_native_embed_touch_event_wrapper.cpp
29
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
D
ark_web_drag_event_wrapper.cpp
26
double ArkWebDragEventWrapper::
GetX
()
in GetX()
function in OHOS::ArkWeb::ArkWebDragEventWrapper
28
return ark_web_drag_event_->
GetX
();
in GetX()
H
A
D
ark_web_select_menu_bound_impl.cpp
27
int ArkWebSelectMenuBoundImpl::
GetX
()
in GetX()
function in OHOS::ArkWeb::ArkWebSelectMenuBoundImpl
29
return nweb_select_menu_bound_->
GetX
();
in GetX()
H
A
D
ark_web_touch_point_info_wrapper.cpp
31
double ArkWebTouchPointInfoWrapper::
GetX
()
in GetX()
function in OHOS::ArkWeb::ArkWebTouchPointInfoWrapper
33
return ark_web_touch_point_info_->
GetX
();
in GetX()
H
A
D
ark_web_native_media_player_surface_info_impl.cpp
32
double ArkWebNativeMediaPlayerSurfaceInfoImpl::
GetX
()
in GetX()
function in OHOS::ArkWeb::ArkWebNativeMediaPlayerSurfaceInfoImpl
34
return nweb_native_media_player_surface_info_->
GetX
();
in GetX()
H
A
D
ark_web_cursor_info_impl.cpp
26
int32_t ArkWebCursorInfoImpl::
GetX
()
in GetX()
function in OHOS::ArkWeb::ArkWebCursorInfoImpl
28
return nweb_cursor_info_->
GetX
();
in GetX()
H
A
D
ark_web_mouse_event_wrapper.cpp
26
int32_t ArkWebMouseEventWrapper::
GetX
()
in GetX()
function in OHOS::ArkWeb::ArkWebMouseEventWrapper
28
return mouseEvent_->
GetX
();
in GetX()
H
A
D
ark_web_touch_handle_state_impl.cpp
29
int32_t ArkWebTouchHandleStateImpl::
GetX
()
in GetX()
function in OHOS::ArkWeb::ArkWebTouchHandleStateImpl
31
return nweb_touch_handle_state_->
GetX
();
in GetX()
H
A
D
ark_web_native_embed_touch_event_impl.cpp
29
float ArkWebNativeEmbedTouchEventImpl::
GetX
()
in GetX()
function in OHOS::ArkWeb::ArkWebNativeEmbedTouchEventImpl
31
return nweb_native_embed_touch_event_->
GetX
();
in GetX()
H
A
D
ark_web_native_embed_info_impl.cpp
67
int32_t ArkWebNativeEmbedInfoImpl::
GetX
()
in GetX()
function in OHOS::ArkWeb::ArkWebNativeEmbedInfoImpl
69
return nweb_native_embed_info_->
GetX
();
in GetX()
H
A
D
ark_web_touch_point_info_wrapper.h
34
double
GetX
() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H
A
D
ark_buffer_flush_config_adapter_wrapper.cpp
26
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
D
ark_buffer_flush_config_adapter_impl.cpp
25
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
D
ark_web_touch_point_info.h
31
virtual double
GetX
() = 0;
H
A
D
ark_web_drag_event.h
28
virtual double
GetX
() = 0;
H
A
D
ark_web_select_menu_bound.h
28
virtual int
GetX
() = 0;
H
A
D
ark_web_native_media_player_surface_info.h
32
virtual double
GetX
() = 0;
/base/msdp/device_status/tools/vdev/src/
H
A
D
virtual_mouse.cpp
63
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 11 milliseconds
1
2
3