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 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/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:WebCore::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:WebCore::__anon15154::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:WebCore::GamepadCommon
GamepadCommon.cpp 33 , m_timestamp(0)
  /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
RTCStatsReport.cpp 41 , m_timestamp(timestamp)
  /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
ConsoleMessage.cpp 59 , m_timestamp(WTF::currentTime())
74 , m_timestamp(WTF::currentTime())
89 , m_timestamp(WTF::currentTime())
111 , m_timestamp(WTF::currentTime())
196 .setTimestamp(m_timestamp);
InspectorInputAgent.cpp 73 m_timestamp = timestamp;
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 117 m_timestamp = e.timeStampSeconds;
173 m_timestamp = e.timeStampSeconds;
269 m_timestamp = e.timeStampSeconds;
457 m_timestamp = event.timeStampSeconds;

Completed in 219 milliseconds