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

  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geoposition.h 49 DOMTimeStamp timestamp() const { return m_timestamp; }
55 , m_timestamp(timestamp)
61 DOMTimeStamp m_timestamp; member in class:blink::FINAL
GeolocationPosition.h 45 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/
PlatformEvent.h 92 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
UserGestureIndicator.cpp 51 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::__anon15884::GestureToken
  /external/chromium_org/third_party/WebKit/Source/modules/gamepad/
GamepadCommon.h 50 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
GamepadCommon.cpp 33 , m_timestamp(0)
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCStatsReport.h 41 double timestamp() const { return m_timestamp; }
61 double m_timestamp; member in class:blink::FINAL
RTCStatsReport.cpp 39 , m_timestamp(timestamp)
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
ConsoleMessage.cpp 31 , m_timestamp(WTF::currentTime())
130 return m_timestamp;
135 m_timestamp = timestamp;
TraceEventDispatcher.h 60 : m_timestamp(timestamp)
84 double timestamp() const { return m_timestamp; }
124 double m_timestamp; member in class:blink::TraceEventDispatcher::TraceEvent
ConsoleMessage.h 81 double m_timestamp; member in class:blink::FINAL
InspectorInputAgent.cpp 73 m_timestamp = timestamp;
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 115 m_timestamp = e.timeStampSeconds;
171 m_timestamp = e.timeStampSeconds;
267 m_timestamp = e.timeStampSeconds;
455 m_timestamp = event.timeStampSeconds;

Completed in 416 milliseconds