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

  /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
PlatformWheelEvent.h 104 , m_timestamp(0)
159 double timestamp() const { return m_timestamp; }
198 double m_timestamp; member in class:WebCore::PlatformWheelEvent
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
  /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/WebKit2/Shared/
WebEvent.cpp 38 , 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));
WebEventConversion.cpp 71 m_timestamp = webEvent.timestamp();
117 m_timestamp = webEvent.timestamp();
190 m_timestamp = webEvent.timestamp();
WebEvent.h 95 double timestamp() const { return m_timestamp; }
108 double m_timestamp; member in class:WebKit::WebEvent
  /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/WebCore/platform/efl/
PlatformMouseEventEfl.cpp 59 , m_timestamp(currentTime())
73 , m_timestamp(currentTime())
88 , m_timestamp(currentTime())
  /external/webkit/Source/WebCore/platform/android/
PlatformTouchEventAndroid.cpp 44 , m_timestamp(WTF::currentTime())
  /external/webkit/Source/WebCore/platform/brew/
PlatformMouseEventBrew.cpp 74 m_timestamp = AEE_POINTER_GET_TIME(dwParamStr) * 0.001;
  /external/webkit/Source/WebCore/platform/gtk/
GeolocationServiceGtk.h 70 int m_timestamp; member in class:WebCore::GeolocationServiceGtk
PlatformMouseEventGtk.cpp 41 m_timestamp = event->time;
80 m_timestamp = motion->time;
GeolocationServiceGtk.cpp 56 , 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/
PlatformMouseEventHaiku.cpp 42 , m_timestamp(message->FindInt64("when") / 1000000.0)
  /external/webkit/Source/WebCore/platform/qt/
PlatformTouchEventQt.cpp 46 m_timestamp = WTF::currentTime();
PlatformMouseEventQt.cpp 40 m_timestamp = WTF::currentTime();
77 m_timestamp = WTF::currentTime();
  /external/webkit/Source/WebCore/platform/mac/
PlatformMouseEventMac.mm 155 , m_timestamp([event timestamp])
173 , m_timestamp(timestamp)
WheelEventMac.mm 103 , m_timestamp([event timestamp])
  /external/webkit/Source/WebCore/platform/wx/
MouseEventWx.cpp 72 m_timestamp = WTF::currentTime();
  /external/webkit/Source/WebCore/platform/win/
PlatformMouseEventWin.cpp 92 m_timestamp = ::GetTickCount()*0.001; // GetTickCount returns milliseconds
  /external/webkit/Source/WebKit/chromium/src/
WebInputEventConversion.cpp 64 m_timestamp = e.timeStampSeconds;
224 m_timestamp = event.timeStampSeconds;

Completed in 495 milliseconds