/external/webkit/Source/WebKit2/Shared/ |
D | WebEvent.cpp | 38 , m_timestamp(0) in WebEvent() 45 , m_timestamp(timestamp) in WebEvent() 51 encoder->encode(CoreIPC::In(m_type, m_modifiers, m_timestamp)); in encode() 56 return decoder->decode(CoreIPC::Out(t.m_type, t.m_modifiers, t.m_timestamp)); in decode()
|
D | WebEventConversion.cpp | 71 m_timestamp = webEvent.timestamp(); in WebKit2PlatformMouseEvent() 117 m_timestamp = webEvent.timestamp(); in WebKit2PlatformWheelEvent() 190 m_timestamp = webEvent.timestamp(); in WebKit2PlatformGestureEvent()
|
D | WebEvent.h | 95 double timestamp() const { return m_timestamp; } in timestamp() 108 double m_timestamp; variable
|
/external/webkit/Source/WebCore/page/ |
D | Geoposition.h | 45 return Geoposition::create(m_coordinates->threadSafeCopy(), m_timestamp); in threadSafeCopy() 48 DOMTimeStamp timestamp() const { return m_timestamp; } in timestamp() 54 , m_timestamp(timestamp) in Geoposition() 60 DOMTimeStamp m_timestamp; variable
|
D | GeolocationPosition.h | 43 double timestamp() const { return m_timestamp; } in timestamp() 60 : m_timestamp(timestamp) in GeolocationPosition() 76 : m_timestamp(timestamp) in GeolocationPosition() 91 double m_timestamp; variable
|
/external/webkit/Source/WebCore/loader/icon/ |
D | IconRecord.h | 58 IconSnapshot() : m_timestamp(0) { } in IconSnapshot() 62 , m_timestamp(timestamp) in IconSnapshot() 67 int timestamp() const { return m_timestamp; } in timestamp() 72 int m_timestamp; variable
|
/external/webkit/Source/WebCore/platform/ |
D | PlatformGestureEvent.h | 44 , m_timestamp(0) in PlatformGestureEvent() 53 double timestamp() const { return m_timestamp; } in timestamp() 59 double m_timestamp; variable
|
D | PlatformTouchEvent.h | 65 , m_timestamp(0) in PlatformTouchEvent() 88 double timestamp() const { return m_timestamp; } in timestamp() 97 double m_timestamp; variable
|
D | PlatformMouseEvent.h | 86 , m_timestamp(0) in PlatformMouseEvent() 107 , m_timestamp(timestamp) in PlatformMouseEvent() 132 double timestamp() const { return m_timestamp; } in timestamp() 190 double m_timestamp; // unit: seconds variable
|
D | PlatformWheelEvent.h | 104 , m_timestamp(0) in PlatformWheelEvent() 159 double timestamp() const { return m_timestamp; } in timestamp() 198 double m_timestamp; variable
|
/external/webkit/Source/WebCore/platform/efl/ |
D | PlatformMouseEventEfl.cpp | 59 , m_timestamp(currentTime()) in PlatformMouseEvent() 73 , m_timestamp(currentTime()) in PlatformMouseEvent() 88 , m_timestamp(currentTime()) in PlatformMouseEvent()
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | GeolocationServiceGtk.cpp | 56 , m_timestamp(0) in GeolocationServiceGtk() 169 m_lastPosition = Geoposition::create(coordinates.release(), m_timestamp * 1000.0); in updatePosition() 198 that->m_timestamp = timestamp; in position_changed()
|
D | PlatformMouseEventGtk.cpp | 41 m_timestamp = event->time; in PlatformMouseEvent() 80 m_timestamp = motion->time; in PlatformMouseEvent()
|
D | GeolocationServiceGtk.h | 70 int m_timestamp; variable
|
/external/webkit/Source/WebCore/platform/qt/ |
D | PlatformMouseEventQt.cpp | 40 m_timestamp = WTF::currentTime(); in PlatformMouseEvent() 77 m_timestamp = WTF::currentTime(); in PlatformMouseEvent()
|
D | PlatformTouchEventQt.cpp | 46 m_timestamp = WTF::currentTime(); in PlatformTouchEvent()
|
/external/webkit/Source/WebCore/platform/android/ |
D | PlatformTouchEventAndroid.cpp | 44 , m_timestamp(WTF::currentTime()) in PlatformTouchEvent()
|
/external/webkit/Source/WebCore/platform/brew/ |
D | PlatformMouseEventBrew.cpp | 74 m_timestamp = AEE_POINTER_GET_TIME(dwParamStr) * 0.001; in PlatformMouseEvent()
|
/external/webkit/Source/WebCore/platform/haiku/ |
D | PlatformMouseEventHaiku.cpp | 42 , m_timestamp(message->FindInt64("when") / 1000000.0) in PlatformMouseEvent()
|
/external/webkit/Source/WebCore/platform/wx/ |
D | MouseEventWx.cpp | 72 m_timestamp = WTF::currentTime(); in PlatformMouseEvent()
|
/external/webkit/Source/WebCore/platform/win/ |
D | PlatformMouseEventWin.cpp | 92 m_timestamp = ::GetTickCount()*0.001; // GetTickCount returns milliseconds in PlatformMouseEvent()
|
/external/webkit/Source/WebCore/platform/mac/ |
D | PlatformMouseEventMac.mm | 155 , m_timestamp([event timestamp]) 173 , m_timestamp(timestamp)
|
D | WheelEventMac.mm | 103 , m_timestamp([event timestamp])
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebInputEventConversion.cpp | 64 m_timestamp = e.timeStampSeconds; in PlatformMouseEventBuilder() 224 m_timestamp = event.timeStampSeconds; in PlatformTouchEventBuilder()
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 22192 Removed m_type and m_timestamp (which was never even getting
|