Searched refs:m_timestamp (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | PlatformEvent.h | 92 double timestamp() const { return m_timestamp; } in timestamp() 98 , m_timestamp(0) in PlatformEvent() 105 , m_timestamp(0) in PlatformEvent() 112 , m_timestamp(timestamp) in PlatformEvent() 119 , m_timestamp(timestamp) in PlatformEvent() 139 double m_timestamp; variable
|
D | UserGestureIndicator.cpp | 52 …if (m_consumableGestures < 1 || (WTF::currentTime() - m_timestamp > (m_outOfProcess ? userGestureO… in hasGestures() 60 m_timestamp = WTF::currentTime(); in addGesture() 65 m_timestamp = WTF::currentTime(); in resetTimestamp() 78 if (WTF::currentTime() - m_timestamp > userGestureTimeout) in setOutOfProcess() 86 if (WTF::currentTime() - m_timestamp > userGestureTimeout) in setJavascriptPrompt() 95 m_timestamp(0), in GestureToken() 102 double m_timestamp; member in WebCore::__anonb7ec1a430111::GestureToken
|
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/ |
D | Geoposition.h | 46 return Geoposition::create(m_coordinates->isolatedCopy(), m_timestamp); in isolatedCopy() 49 DOMTimeStamp timestamp() const { return m_timestamp; } in timestamp() 55 , m_timestamp(timestamp) in Geoposition() 62 DOMTimeStamp m_timestamp; variable
|
D | GeolocationPosition.h | 41 double timestamp() const { return m_timestamp; } in timestamp() 58 : m_timestamp(timestamp) in GeolocationPosition() 74 : m_timestamp(timestamp) in GeolocationPosition() 89 double m_timestamp; variable
|
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/ |
D | Gamepad.h | 52 unsigned long long timestamp() const { return m_timestamp; } in timestamp() 53 void timestamp(unsigned long long val) { m_timestamp = val; } in timestamp() 65 unsigned long long m_timestamp; variable
|
D | Gamepad.cpp | 33 , m_timestamp(0) in Gamepad()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | ConsoleMessage.cpp | 58 , m_timestamp(WTF::currentTime()) in ConsoleMessage() 73 , m_timestamp(WTF::currentTime()) in ConsoleMessage() 88 , m_timestamp(WTF::currentTime()) in ConsoleMessage() 110 , m_timestamp(WTF::currentTime()) in ConsoleMessage() 195 .setTimestamp(m_timestamp); in addToFrontend() 237 m_timestamp = WTF::currentTime(); in incrementCount() 243 frontend->messageRepeatCountUpdated(m_repeatCount, m_timestamp); in updateRepeatCountInConsole()
|
D | TraceEventDispatcher.h | 64 : m_timestamp(timestamp) in TraceEvent() 82 double timestamp() const { return m_timestamp; } in timestamp() 122 double m_timestamp; variable
|
D | ConsoleMessage.h | 62 void setTimestamp(double timestamp) { m_timestamp = timestamp; } in setTimestamp() 87 double m_timestamp; variable
|
D | InspectorInputAgent.cpp | 73 m_timestamp = timestamp; in SyntheticInspectorTouchEvent()
|
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/ |
D | RTCStatsReport.h | 42 double timestamp() const { return m_timestamp; } in timestamp() 60 double m_timestamp; variable
|
D | RTCStatsReport.cpp | 41 , m_timestamp(timestamp) in RTCStatsReport()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebInputEventConversion.cpp | 101 m_timestamp = e.timeStampSeconds; in PlatformMouseEventBuilder() 155 m_timestamp = e.timeStampSeconds; in PlatformWheelEventBuilder() 247 m_timestamp = e.timeStampSeconds; in PlatformGestureEventBuilder() 431 m_timestamp = event.timeStampSeconds; in PlatformTouchEventBuilder()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventHandler.cpp | 238 m_timestamp = event.timestamp(); in SyntheticSingleTouchEvent()
|