Searched defs:m_timestamp (Results 1 - 9 of 9) sorted by relevance

/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/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.h69 , m_timestamp(0)
90 double timestamp() const { return m_timestamp; }
99 double m_timestamp; member in class:WebCore::PlatformTouchEvent
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
H A DPlatformWheelEvent.h104 , m_timestamp(0)
159 double timestamp() const { return m_timestamp; }
198 double m_timestamp; member in class:WebCore::PlatformWheelEvent
/external/webkit/Source/WebCore/platform/gtk/
H A DGeolocationServiceGtk.h70 int m_timestamp; member in class:WebCore::GeolocationServiceGtk
/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/WebKit2/Shared/
H A DWebEvent.h95 double timestamp() const { return m_timestamp; }
108 double m_timestamp; member in class:WebKit::WebEvent

Completed in 164 milliseconds