HomeSort by relevance Sort by last modified time
    Searched refs:m_timestamp (Results 1 - 13 of 13) 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
GeolocationServiceGtk.cpp 55 , m_timestamp(0)
166 GeocluePositionFields fields = geoclue_position_get_position(m_geocluePosition, &m_timestamp,
188 m_lastPosition = Geoposition::create(coordinates.release(), m_timestamp * 1000.0);
199 that->m_timestamp = timestamp;
MouseEventGtk.cpp 41 m_timestamp = event->time;
80 m_timestamp = motion->time;
  /external/webkit/WebCore/platform/haiku/
PlatformMouseEventHaiku.cpp 39 : m_timestamp(message->FindInt64("when"))
  /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
  /external/webkit/WebCore/platform/qt/
PlatformMouseEventQt.cpp 40 m_timestamp = WTF::currentTime();
76 m_timestamp = WTF::currentTime();
  /external/webkit/WebCore/platform/brew/
PlatformMouseEventBrew.cpp 79 m_timestamp = AEE_POINTER_GET_TIME(dwParamStr) * 0.001;
  /external/webkit/WebCore/platform/mac/
PlatformMouseEventMac.mm 155 , m_timestamp([event timestamp])
173 , m_timestamp(timestamp)
  /external/webkit/WebCore/platform/wx/
MouseEventWx.cpp 72 m_timestamp = WTF::currentTime();
  /external/webkit/WebCore/platform/win/
PlatformMouseEventWin.cpp 92 m_timestamp = ::GetTickCount()*0.001; // GetTickCount returns milliseconds
  /external/webkit/WebKit/chromium/src/
WebInputEventConversion.cpp 63 m_timestamp = e.timeStampSeconds;

Completed in 259 milliseconds