HomeSort by relevance Sort by last modified time
    Searched defs:m_timestamp (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebCore/page/
Geoposition.h 45 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
GeolocationPosition.h 43 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/
PlatformGestureEvent.h 44 , m_timestamp(0)
53 double timestamp() const { return m_timestamp; }
59 double m_timestamp; member in class:WebCore::PlatformGestureEvent
PlatformTouchEvent.h 65 , m_timestamp(0)
88 double timestamp() const { return m_timestamp; }
97 double m_timestamp; member in class:WebCore::PlatformTouchEvent
PlatformMouseEvent.h 86 , 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
PlatformWheelEvent.h 104 , 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/
GeolocationServiceGtk.h 70 int m_timestamp; member in class:WebCore::GeolocationServiceGtk
  /external/webkit/Source/WebCore/loader/icon/
IconRecord.h 58 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/
WebEvent.h 95 double timestamp() const { return m_timestamp; }
108 double m_timestamp; member in class:WebKit::WebEvent

Completed in 320 milliseconds