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

  /external/webkit/WebCore/page/
Geoposition.h 45 DOMTimeStamp timestamp() const { return m_timestamp; }
51 , m_timestamp(timestamp)
56 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/WebCore/platform/gtk/
GeolocationServiceGtk.h 69 int m_timestamp; member in class:WebCore::GeolocationServiceGtk
  /external/webkit/WebCore/platform/
PlatformMouseEvent.h 80 , m_timestamp(0)
96 , m_timestamp(timestamp)
116 double timestamp() const { return m_timestamp; }
166 double m_timestamp; // unit: seconds member in class:WebCore::PlatformMouseEvent

Completed in 5505 milliseconds