Home
last modified time | relevance | path

Searched defs:windowPos (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/android/
DPlatformTouchPointAndroid.cpp33 PlatformTouchPoint::PlatformTouchPoint(unsigned id, const IntPoint& windowPos, State state) in PlatformTouchPoint()
/external/webkit/Source/WebCore/platform/brew/
DPlatformTouchPointBrew.cpp33 PlatformTouchPoint::PlatformTouchPoint(int id, const IntPoint& windowPos, State state) in PlatformTouchPoint()
DPlatformTouchEventBrew.cpp63 IntPoint windowPos = IntPoint(x, y); in PlatformTouchEvent() local
/external/webkit/Source/WebCore/platform/efl/
DPlatformTouchPointEfl.cpp35 PlatformTouchPoint::PlatformTouchPoint(unsigned id, const IntPoint& windowPos, State state) in PlatformTouchPoint()
/external/webkit/Source/WebKit/win/
DWebNodeHighlight.cpp235 void WebNodeHighlight::onWebViewWindowPosChanged(WINDOWPOS* windowPos) in onWebViewWindowPosChanged()
248 void WebNodeHighlight::onRootWindowPosChanged(WINDOWPOS* windowPos) in onRootWindowPosChanged()
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebInspectorClient.cpp469 WINDOWPOS* windowPos = reinterpret_cast<WINDOWPOS*>(lParam); in onWebViewWindowPosChanging() local