OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:screenposition
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/WebKit2/Shared/
WebPlatformTouchPoint.cpp
38
WebPlatformTouchPoint::WebPlatformTouchPoint(unsigned id, TouchPointState state, const IntPoint&
screenPosition
, const IntPoint& position)
41
, m_screenPosition(
screenPosition
)
WebEvent.h
285
WebPlatformTouchPoint(uint32_t id, TouchPointState, const WebCore::IntPoint&
screenPosition
, const WebCore::IntPoint& position);
290
const WebCore::IntPoint&
screenPosition
() const { return m_screenPosition; }
WebEventConversion.cpp
227
m_screenPos = webTouchPoint.
screenPosition
();
/external/webkit/Source/WebKit/chromium/public/
WebTouchPoint.h
62
WebPoint
screenPosition
;
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp
472
IntPoint
screenPosition
= widgetScreenPosition(GTK_WIDGET(m_webView));
473
result.move(
screenPosition
.x(),
screenPosition
.y());
481
IntPoint
screenPosition
= widgetScreenPosition(GTK_WIDGET(m_webView));
482
result.move(-
screenPosition
.x(), -
screenPosition
.y());
/external/webkit/Source/WebKit/chromium/src/
WebInputEventConversion.cpp
214
m_screenPos = point.
screenPosition
;
/external/chromium/chrome/browser/renderer_host/
render_widget_host_view_views.cc
130
tpoint->
screenPosition
.x = tpoint->position.x + origin.x();
131
tpoint->
screenPosition
.y = tpoint->position.y + origin.y();
/external/webkit/Tools/DumpRenderTree/chromium/
EventSender.cpp
847
touchPoint.
screenPosition
= touchPoint.position;
901
touchPoint->
screenPosition
= position;
[
all
...]
Completed in 619 milliseconds