Searched refs:m_timestamp (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeoposition.h49 DOMTimeStamp timestamp() const { return m_timestamp; }
55 , m_timestamp(timestamp)
61 DOMTimeStamp m_timestamp; member in class:blink::FINAL
H A DGeolocationPosition.h45 double timestamp() const { return m_timestamp; }
62 : m_timestamp(timestamp)
78 : m_timestamp(timestamp)
93 double m_timestamp; member in class:blink::GeolocationPosition
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformEvent.h92 double timestamp() const { return m_timestamp; }
98 , m_timestamp(0)
105 , m_timestamp(0)
112 , m_timestamp(timestamp)
119 , m_timestamp(timestamp)
139 double m_timestamp; member in class:blink::PlatformEvent
H A DUserGestureIndicator.cpp51 if (m_consumableGestures < 1 || (WTF::currentTime() - m_timestamp > (m_outOfProcess ? userGestureOutOfProcessTimeout : userGestureTimeout) && !m_javascriptPrompt))
59 m_timestamp = WTF::currentTime();
64 m_timestamp = WTF::currentTime();
77 if (WTF::currentTime() - m_timestamp > userGestureTimeout)
85 if (WTF::currentTime() - m_timestamp > userGestureTimeout)
94 , m_timestamp(0)
101 double m_timestamp; member in class:blink::__anon11259::GestureToken
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
H A DGamepadCommon.h50 unsigned long long timestamp() const { return m_timestamp; }
51 void setTimestamp(unsigned long long val) { m_timestamp = val; }
63 unsigned long long m_timestamp; member in class:blink::GamepadCommon
H A DGamepadCommon.cpp33 , m_timestamp(0)
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DRTCStatsReport.h41 double timestamp() const { return m_timestamp; }
61 double m_timestamp; member in class:blink::FINAL
H A DRTCStatsReport.cpp39 , m_timestamp(timestamp)
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DConsoleMessage.cpp31 , m_timestamp(WTF::currentTime())
130 return m_timestamp;
135 m_timestamp = timestamp;
H A DTraceEventDispatcher.h60 : m_timestamp(timestamp)
84 double timestamp() const { return m_timestamp; }
124 double m_timestamp; member in class:blink::TraceEventDispatcher::TraceEvent
H A DConsoleMessage.h81 double m_timestamp; member in class:blink::FINAL
H A DInspectorInputAgent.cpp73 m_timestamp = timestamp;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebInputEventConversion.cpp115 m_timestamp = e.timeStampSeconds;
171 m_timestamp = e.timeStampSeconds;
267 m_timestamp = e.timeStampSeconds;
455 m_timestamp = event.timeStampSeconds;

Completed in 641 milliseconds