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

  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geoposition.h 48 DOMTimeStamp timestamp() const { return m_timestamp; }
54 , m_timestamp(timestamp)
61 DOMTimeStamp m_timestamp; member in class:WebCore::Geoposition
GeolocationPosition.h 45 double timestamp() const { return m_timestamp; }
62 : m_timestamp(timestamp)
78 : m_timestamp(timestamp)
93 double m_timestamp; member in class:WebCore::GeolocationPosition
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCStatsReport.h 42 double timestamp() const { return m_timestamp; }
62 double m_timestamp; member in class:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
ConsoleMessage.h 60 void setTimestamp(double timestamp) { m_timestamp = timestamp; }
82 double m_timestamp; member in class:WebCore::ConsoleMessage
TraceEventDispatcher.h 64 : m_timestamp(timestamp)
88 double timestamp() const { return m_timestamp; }
128 double m_timestamp; member in class:WebCore::TraceEventDispatcher::TraceEvent
  /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:WebCore::GamepadCommon
  /external/chromium_org/third_party/WebKit/Source/platform/
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:WebCore::__anon15154::GestureToken
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:WebCore::PlatformEvent

Completed in 159 milliseconds