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

  /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 52 if (m_consumableGestures < 1 || (WTF::currentTime() - m_timestamp > (m_outOfProcess ? userGestureOutOfProcessTimeout : userGestureTimeout) && !m_javascriptPrompt))
60 m_timestamp = WTF::currentTime();
65 m_timestamp = WTF::currentTime();
78 if (WTF::currentTime() - m_timestamp > userGestureTimeout)
86 if (WTF::currentTime() - m_timestamp > userGestureTimeout)
95 m_timestamp(0),
102 double m_timestamp; member in class:WebCore::__anon10801::GestureToken
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geoposition.h 46 return Geoposition::create(m_coordinates->isolatedCopy(), m_timestamp);
49 DOMTimeStamp timestamp() const { return m_timestamp; }
55 , m_timestamp(timestamp)
62 DOMTimeStamp m_timestamp; member in class:WebCore::Geoposition
GeolocationPosition.h 41 double timestamp() const { return m_timestamp; }
58 : m_timestamp(timestamp)
74 : m_timestamp(timestamp)
89 double m_timestamp; member in class:WebCore::GeolocationPosition
  /external/chromium_org/third_party/WebKit/Source/modules/gamepad/
Gamepad.h 52 unsigned long long timestamp() const { return m_timestamp; }
53 void timestamp(unsigned long long val) { m_timestamp = val; }
65 unsigned long long m_timestamp; member in class:WebCore::Gamepad
Gamepad.cpp 33 , m_timestamp(0)
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCStatsReport.h 42 double timestamp() const { return m_timestamp; }
60 double m_timestamp; member in class:WebCore::RTCStatsReport
RTCStatsReport.cpp 41 , m_timestamp(timestamp)
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
ConsoleMessage.cpp 58 , m_timestamp(WTF::currentTime())
73 , m_timestamp(WTF::currentTime())
88 , m_timestamp(WTF::currentTime())
110 , m_timestamp(WTF::currentTime())
195 .setTimestamp(m_timestamp);
237 m_timestamp = WTF::currentTime();
243 frontend->messageRepeatCountUpdated(m_repeatCount, m_timestamp);
ConsoleMessage.h 62 void setTimestamp(double timestamp) { m_timestamp = timestamp; }
87 double m_timestamp; member in class:WebCore::ConsoleMessage
TraceEventDispatcher.h 64 : m_timestamp(timestamp)
82 double timestamp() const { return m_timestamp; }
122 double m_timestamp; member in class:WebCore::TraceEventDispatcher::TraceEvent
InspectorInputAgent.cpp 73 m_timestamp = timestamp;
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java 100 mainAttrs.put (Attributes.Name.SPECIFICATION_TITLE, "instrumented on " + new Date (m_timeStamp) + " [" + Property.getSystemFingerprint () + "]");
243 entry.setTime (m_timeStamp);
268 entry.setTime (m_timeStamp);
331 entry.setTime (m_timeStamp);
654 m_timeStamp = start;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 101 m_timestamp = e.timeStampSeconds;
155 m_timestamp = e.timeStampSeconds;
247 m_timestamp = e.timeStampSeconds;
431 m_timestamp = event.timeStampSeconds;
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 238 m_timestamp = event.timestamp();
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 1421 milliseconds