Searched refs:m_timestamp (Results 1 - 24 of 24) sorted by relevance

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

Completed in 329 milliseconds