Home
last modified time | relevance | path

Searched refs:m_timestamp (Results 1 – 25 of 25) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
DWebEvent.cpp38 , m_timestamp(0) in WebEvent()
45 , m_timestamp(timestamp) in WebEvent()
51 encoder->encode(CoreIPC::In(m_type, m_modifiers, m_timestamp)); in encode()
56 return decoder->decode(CoreIPC::Out(t.m_type, t.m_modifiers, t.m_timestamp)); in decode()
DWebEventConversion.cpp71 m_timestamp = webEvent.timestamp(); in WebKit2PlatformMouseEvent()
117 m_timestamp = webEvent.timestamp(); in WebKit2PlatformWheelEvent()
190 m_timestamp = webEvent.timestamp(); in WebKit2PlatformGestureEvent()
DWebEvent.h95 double timestamp() const { return m_timestamp; } in timestamp()
108 double m_timestamp; variable
/external/webkit/Source/WebCore/page/
DGeoposition.h45 return Geoposition::create(m_coordinates->threadSafeCopy(), m_timestamp); in threadSafeCopy()
48 DOMTimeStamp timestamp() const { return m_timestamp; } in timestamp()
54 , m_timestamp(timestamp) in Geoposition()
60 DOMTimeStamp m_timestamp; variable
DGeolocationPosition.h43 double timestamp() const { return m_timestamp; } in timestamp()
60 : m_timestamp(timestamp) in GeolocationPosition()
76 : m_timestamp(timestamp) in GeolocationPosition()
91 double m_timestamp; variable
/external/webkit/Source/WebCore/loader/icon/
DIconRecord.h58 IconSnapshot() : m_timestamp(0) { } in IconSnapshot()
62 , m_timestamp(timestamp) in IconSnapshot()
67 int timestamp() const { return m_timestamp; } in timestamp()
72 int m_timestamp; variable
/external/webkit/Source/WebCore/platform/
DPlatformGestureEvent.h44 , m_timestamp(0) in PlatformGestureEvent()
53 double timestamp() const { return m_timestamp; } in timestamp()
59 double m_timestamp; variable
DPlatformTouchEvent.h65 , m_timestamp(0) in PlatformTouchEvent()
88 double timestamp() const { return m_timestamp; } in timestamp()
97 double m_timestamp; variable
DPlatformMouseEvent.h86 , m_timestamp(0) in PlatformMouseEvent()
107 , m_timestamp(timestamp) in PlatformMouseEvent()
132 double timestamp() const { return m_timestamp; } in timestamp()
190 double m_timestamp; // unit: seconds variable
DPlatformWheelEvent.h104 , m_timestamp(0) in PlatformWheelEvent()
159 double timestamp() const { return m_timestamp; } in timestamp()
198 double m_timestamp; variable
/external/webkit/Source/WebCore/platform/efl/
DPlatformMouseEventEfl.cpp59 , m_timestamp(currentTime()) in PlatformMouseEvent()
73 , m_timestamp(currentTime()) in PlatformMouseEvent()
88 , m_timestamp(currentTime()) in PlatformMouseEvent()
/external/webkit/Source/WebCore/platform/gtk/
DGeolocationServiceGtk.cpp56 , m_timestamp(0) in GeolocationServiceGtk()
169 m_lastPosition = Geoposition::create(coordinates.release(), m_timestamp * 1000.0); in updatePosition()
198 that->m_timestamp = timestamp; in position_changed()
DPlatformMouseEventGtk.cpp41 m_timestamp = event->time; in PlatformMouseEvent()
80 m_timestamp = motion->time; in PlatformMouseEvent()
DGeolocationServiceGtk.h70 int m_timestamp; variable
/external/webkit/Source/WebCore/platform/qt/
DPlatformMouseEventQt.cpp40 m_timestamp = WTF::currentTime(); in PlatformMouseEvent()
77 m_timestamp = WTF::currentTime(); in PlatformMouseEvent()
DPlatformTouchEventQt.cpp46 m_timestamp = WTF::currentTime(); in PlatformTouchEvent()
/external/webkit/Source/WebCore/platform/android/
DPlatformTouchEventAndroid.cpp44 , m_timestamp(WTF::currentTime()) in PlatformTouchEvent()
/external/webkit/Source/WebCore/platform/brew/
DPlatformMouseEventBrew.cpp74 m_timestamp = AEE_POINTER_GET_TIME(dwParamStr) * 0.001; in PlatformMouseEvent()
/external/webkit/Source/WebCore/platform/haiku/
DPlatformMouseEventHaiku.cpp42 , m_timestamp(message->FindInt64("when") / 1000000.0) in PlatformMouseEvent()
/external/webkit/Source/WebCore/platform/wx/
DMouseEventWx.cpp72 m_timestamp = WTF::currentTime(); in PlatformMouseEvent()
/external/webkit/Source/WebCore/platform/win/
DPlatformMouseEventWin.cpp92 m_timestamp = ::GetTickCount()*0.001; // GetTickCount returns milliseconds in PlatformMouseEvent()
/external/webkit/Source/WebCore/platform/mac/
DPlatformMouseEventMac.mm155 , m_timestamp([event timestamp])
173 , m_timestamp(timestamp)
DWheelEventMac.mm103 , m_timestamp([event timestamp])
/external/webkit/Source/WebKit/chromium/src/
DWebInputEventConversion.cpp64 m_timestamp = e.timeStampSeconds; in PlatformMouseEventBuilder()
224 m_timestamp = event.timeStampSeconds; in PlatformTouchEventBuilder()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1622192 Removed m_type and m_timestamp (which was never even getting