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

12

/macosx-10.10/WebCore-7600.1.25/Modules/geolocation/
H A DGeoposition.h45 return Geoposition::create(m_coordinates->isolatedCopy(), m_timestamp);
48 DOMTimeStamp timestamp() const { return m_timestamp; }
54 , m_timestamp(timestamp)
60 DOMTimeStamp m_timestamp; member in class:WebCore::Geoposition
H A DGeolocationPosition.h41 double timestamp() const { return m_timestamp; }
58 : m_timestamp(timestamp)
74 : m_timestamp(timestamp)
89 double m_timestamp; member in class:WebCore::GeolocationPosition
/macosx-10.10/WebCore-7600.1.25/replay/
H A DEventLoopInput.h59 : m_timestamp(monotonicallyIncreasingTime())
68 double timestamp() const { return m_timestamp; }
69 void setTimestamp(double timestamp) { m_timestamp = timestamp; }
71 double m_timestamp; member in class:WebCore::EventLoopInputBase
H A DReplaySession.h49 double timestamp() const { return m_timestamp; }
67 double m_timestamp; member in class:WebCore::ReplaySession
H A DReplaySessionSegment.h51 double timestamp() const { return m_timestamp; }
62 double m_timestamp; member in class:WebCore::ReplaySessionSegment
H A DReplaySession.cpp47 , m_timestamp(currentTimeMS())
H A DReplaySessionSegment.cpp52 , m_timestamp(currentTimeMS())
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebEvent.cpp38 , m_timestamp(0)
45 , m_timestamp(timestamp)
53 encoder << m_timestamp; local
62 if (!decoder.decode(result.m_timestamp))
H A DVisibleContentRectUpdateInfo.h56 , m_timestamp(timestamp)
72 double timestamp() const { return m_timestamp; }
90 double m_timestamp; member in class:WebKit::VisibleContentRectUpdateInfo
H A DVisibleContentRectUpdateInfo.cpp42 encoder << m_timestamp; local
65 if (!decoder.decode(result.m_timestamp))
/macosx-10.10/WebKit2-7600.1.25/UIProcess/efl/
H A DEwkTouchEvent.cpp37 , m_timestamp(timestamp)
H A DEwkTouchEvent.h51 double timestamp() const { return m_timestamp; }
61 double m_timestamp; member in class:WebKit::EwkTouchEvent
/macosx-10.10/WebCore-7600.1.25/platform/
H A DPlatformEvent.h76 double timestamp() const { return m_timestamp; }
82 , m_timestamp(0)
89 , m_timestamp(0)
96 , m_timestamp(timestamp)
103 , m_timestamp(timestamp)
123 double m_timestamp; member in class:WebCore::PlatformEvent
/macosx-10.10/WebCore-7600.1.25/Modules/gamepad/deprecated/
H A DGamepad.h53 unsigned long long timestamp() const { return m_timestamp; }
54 void timestamp(unsigned long long val) { m_timestamp = val; }
66 unsigned long long m_timestamp; member in class:WebCore::Gamepad
H A DGamepad.cpp37 , m_timestamp(0)
/macosx-10.10/WebCore-7600.1.25/Modules/gamepad/
H A DGamepad.cpp41 , m_timestamp(platformGamepad.lastUpdateTime())
70 m_timestamp = platformGamepad.lastUpdateTime();
H A DGamepad.h53 double timestamp() const { return m_timestamp; }
64 double m_timestamp; member in class:WebCore::Gamepad
/macosx-10.10/WebCore-7600.1.25/Modules/mediastream/
H A DRTCStatsReport.h41 double timestamp() const { return m_timestamp; }
59 double m_timestamp; member in class:WebCore::RTCStatsReport
H A DRTCStatsReport.cpp44 , m_timestamp(timestamp)
/macosx-10.10/WebCore-7600.1.25/loader/icon/
H A DIconRecord.h57 IconSnapshot() : m_timestamp(0) { }
61 , m_timestamp(timestamp)
66 int timestamp() const { return m_timestamp; }
71 int m_timestamp; member in class:WebCore::IconSnapshot
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DPlatformMouseEventGtk.cpp41 m_timestamp = event->time;
86 m_timestamp = motion->time;
/macosx-10.10/WebCore-7600.1.25/platform/geoclue/
H A DGeolocationProviderGeoclue1.cpp83 , m_timestamp(0)
162 m_timestamp = timestamp;
169 m_client->notifyPositionChanged(m_timestamp, m_latitude, m_longitude, m_altitude, m_accuracy, m_altitudeAccuracy);
H A DGeolocationProviderGeoclue2.cpp54 , m_timestamp(0)
185 m_timestamp = timeValue.tv_sec;
189 m_client->notifyPositionChanged(m_timestamp, m_latitude, m_longitude, m_altitude, m_accuracy, m_altitudeAccuracy);
H A DGeolocationProviderGeoclue.h88 int m_timestamp; member in class:WebCore::GeolocationProviderGeoclue
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DPlatformEventFactoryIOS.mm85 m_timestamp = currentTime();
107 m_timestamp = currentTime();
141 m_timestamp = currentTime();
231 m_timestamp = event.timestamp;

Completed in 226 milliseconds

12