timestamp 60 Source/core/inspector/ConsoleMessage.h void setTimestamp(double timestamp) { m_timestamp = timestamp; } timestamp 52 Source/core/inspector/InspectorClient.h unsigned char flags, double timestamp); timestamp 469 Source/core/inspector/InspectorController.cpp void InspectorController::processGPUEvent(double timestamp, int phase, bool foreign, uint64_t usedGPUMemoryBytes, uint64_t limitGPUMemoryBytes) timestamp 472 Source/core/inspector/InspectorController.cpp timelineAgent->processGPUEvent(InspectorTimelineAgent::GPUEvent(timestamp, phase, foreign, usedGPUMemoryBytes, limitGPUMemoryBytes)); timestamp 132 Source/core/inspector/InspectorController.h void processGPUEvent(double timestamp, int phase, bool foreign, uint64_t usedGPUMemoryBytes, uint64_t limitGPUMemoryBytes); timestamp 69 Source/core/inspector/InspectorInputAgent.cpp SyntheticInspectorTouchEvent(const WebCore::PlatformEvent::Type type, unsigned modifiers, double timestamp) timestamp 73 Source/core/inspector/InspectorInputAgent.cpp m_timestamp = timestamp; timestamp 102 Source/core/inspector/InspectorInputAgent.cpp void InspectorInputAgent::dispatchKeyEvent(ErrorString* error, const String& type, const int* modifiers, const double* timestamp, const String* text, const String* unmodifiedText, const String* keyIdentifier, const int* windowsVirtualKeyCode, const int* nativeVirtualKeyCode, const int* macCharCode, const bool* autoRepeat, const bool* isKeypad, const bool* isSystemKey) timestamp 130 Source/core/inspector/InspectorInputAgent.cpp timestamp ? *timestamp : currentTime()); timestamp 134 Source/core/inspector/InspectorInputAgent.cpp void InspectorInputAgent::dispatchMouseEvent(ErrorString* error, const String& type, int x, int y, const int* modifiers, const double* timestamp, const String* button, const int* clickCount, const bool* deviceSpace) timestamp 183 Source/core/inspector/InspectorInputAgent.cpp timestamp ? *timestamp : currentTime()); timestamp 188 Source/core/inspector/InspectorInputAgent.cpp void InspectorInputAgent::dispatchTouchEvent(ErrorString* error, const String& type, const RefPtr<JSONArray>& touchPoints, const int* modifiers, const double* timestamp) timestamp 204 Source/core/inspector/InspectorInputAgent.cpp SyntheticInspectorTouchEvent event(convertedType, convertedModifiers, timestamp ? *timestamp : currentTime()); timestamp 56 Source/core/inspector/InspectorInputAgent.h virtual void dispatchKeyEvent(ErrorString*, const String& type, const int* modifiers, const double* timestamp, const String* text, const String* unmodifiedText, const String* keyIdentifier, const int* windowsVirtualKeyCode, const int* nativeVirtualKeyCode, const int* macCharCode, const bool* autoRepeat, const bool* isKeypad, const bool* isSystemKey) OVERRIDE; timestamp 57 Source/core/inspector/InspectorInputAgent.h virtual void dispatchMouseEvent(ErrorString*, const String& type, int x, int y, const int* modifiers, const double* timestamp, const String* button, const int* clickCount, const bool* deviceSpace) OVERRIDE; timestamp 58 Source/core/inspector/InspectorInputAgent.h virtual void dispatchTouchEvent(ErrorString*, const String& type, const RefPtr<JSONArray>& touchPoints, const int* modifiers, const double* timestamp) OVERRIDE; timestamp 346 Source/core/inspector/InspectorTimelineAgent.cpp m_lastProgressTimestamp = timestamp(); timestamp 454 Source/core/inspector/InspectorTimelineAgent.cpp m_pendingFrameRecord = TimelineRecordFactory::createGenericRecord(timestamp(), 0, TimelineRecordType::BeginFrame, TimelineRecordFactory::createFrameData(frameId)); timestamp 930 Source/core/inspector/InspectorTimelineAgent.cpp m_paintSetupStart = event.timestamp() * msPerSecond; timestamp 936 Source/core/inspector/InspectorTimelineAgent.cpp m_paintSetupEnd = event.timestamp() * msPerSecond; timestamp 948 Source/core/inspector/InspectorTimelineAgent.cpp double timestamp = event.timestamp() * msPerSecond; timestamp 950 Source/core/inspector/InspectorTimelineAgent.cpp RefPtr<TimelineEvent> record = TimelineRecordFactory::createBackgroundRecord(timestamp, String::number(event.threadIdentifier()), TimelineRecordType::Rasterize, data); timestamp 960 Source/core/inspector/InspectorTimelineAgent.cpp state.recordStack.closeScopedRecord(event.timestamp() * msPerSecond); timestamp 979 Source/core/inspector/InspectorTimelineAgent.cpp double timeestamp = event.timestamp() * msPerSecond; timestamp 989 Source/core/inspector/InspectorTimelineAgent.cpp state.recordStack.closeScopedRecord(event.timestamp() * msPerSecond); timestamp 1061 Source/core/inspector/InspectorTimelineAgent.cpp double timelineTimestamp = event.timestamp * msPerSecond; timestamp 1079 Source/core/inspector/InspectorTimelineAgent.cpp double timestamp = event.timestamp() * msPerSecond; timestamp 1081 Source/core/inspector/InspectorTimelineAgent.cpp RefPtr<TimelineEvent> record = TimelineRecordFactory::createGenericRecord(timestamp, 0, TimelineRecordType::EmbedderCallback, data); timestamp 1088 Source/core/inspector/InspectorTimelineAgent.cpp state.recordStack.closeScopedRecord(event.timestamp() * msPerSecond); timestamp 1172 Source/core/inspector/InspectorTimelineAgent.cpp double ts = timestamp(); timestamp 1214 Source/core/inspector/InspectorTimelineAgent.cpp double ts = timestamp(); timestamp 1235 Source/core/inspector/InspectorTimelineAgent.cpp RefPtr<TimelineEvent> record = TimelineRecordFactory::createGenericRecord(timestamp(), captureCallStack ? m_maxCallStackDepth : 0, type, data.get()); timestamp 1312 Source/core/inspector/InspectorTimelineAgent.cpp double timeestamp = event.timestamp() * msPerSecond; timestamp 106 Source/core/inspector/InspectorTimelineAgent.h GPUEvent(double timestamp, int phase, bool foreign, uint64_t usedGPUMemoryBytes, uint64_t limitGPUMemoryBytes) : timestamp 107 Source/core/inspector/InspectorTimelineAgent.h timestamp(timestamp), timestamp 112 Source/core/inspector/InspectorTimelineAgent.h double timestamp; timestamp 288 Source/core/inspector/InspectorTimelineAgent.h double timestamp(); timestamp 39 Source/core/inspector/PromiseTracker.cpp PromiseTracker::PromiseData::PromiseData(const ScriptObject& promise, const ScriptObject& parentPromise, const ScriptValue& result, V8PromiseCustom::PromiseState state, double timestamp) timestamp 44 Source/core/inspector/PromiseTracker.cpp , m_timeOnCreate(timestamp) timestamp 50 Source/core/inspector/PromiseTracker.cpp void PromiseTracker::PromiseData::didSettlePromise(double timestamp) timestamp 52 Source/core/inspector/PromiseTracker.cpp m_timeOnSettle = timestamp; timestamp 76 Source/core/inspector/PromiseTracker.cpp double timestamp = currentTimeMS(); timestamp 77 Source/core/inspector/PromiseTracker.cpp m_promiseDataMap.set(promise, adoptRef(new PromiseData(promise, ScriptObject(), ScriptValue(), V8PromiseCustom::Pending, timestamp))); timestamp 93 Source/core/inspector/PromiseTracker.cpp double timestamp = currentTimeMS(); timestamp 99 Source/core/inspector/PromiseTracker.cpp data->didSettlePromise(timestamp); timestamp 63 Source/core/inspector/PromiseTracker.h PromiseData(const ScriptObject& promise, const ScriptObject& parentPromise, const ScriptValue& result, V8PromiseCustom::PromiseState state, double timestamp); timestamp 65 Source/core/inspector/PromiseTracker.h void didSettlePromise(double timestamp); timestamp 44 Source/core/inspector/TraceEventDispatcher.cpp unsigned char flags, double timestamp) timestamp 54 Source/core/inspector/TraceEventDispatcher.cpp self->enqueueEvent(TraceEvent(timestamp, phase, name, id, currentThread(), numArgs, argNames, argTypes, argValues)); timestamp 65 Source/core/inspector/TraceEventDispatcher.cpp if (m_processEventsTaskInFlight || event.timestamp() - m_lastEventProcessingTime <= eventProcessingThresholdInSeconds) timestamp 62 Source/core/inspector/TraceEventDispatcher.h TraceEvent(double timestamp, char phase, const char* name, unsigned long long id, ThreadIdentifier threadIdentifier, timestamp 64 Source/core/inspector/TraceEventDispatcher.h : m_timestamp(timestamp) timestamp 88 Source/core/inspector/TraceEventDispatcher.h double timestamp() const { return m_timestamp; } timestamp 183 Source/core/inspector/TraceEventDispatcher.h unsigned char flags, double timestamp); timestamp 237 Source/core/page/EventHandler.cpp m_timestamp = event.timestamp(); timestamp 1315 Source/core/page/EventHandler.cpp m_mouseDownTimestamp = mouseEvent.timestamp(); timestamp 1828 Source/core/page/EventHandler.cpp controller->updateDragAndDrop(newTarget.get(), event.position(), event.timestamp()); timestamp 2431 Source/core/page/EventHandler.cpp modifiers, PlatformMouseEvent::FromTouch, gestureEvent.timestamp()); timestamp 2437 Source/core/page/EventHandler.cpp modifiers, PlatformMouseEvent::FromTouch, gestureEvent.timestamp()); timestamp 2442 Source/core/page/EventHandler.cpp modifiers, PlatformMouseEvent::FromTouch, gestureEvent.timestamp()); timestamp 2675 Source/core/page/EventHandler.cpp gestureEvent.shiftKey(), gestureEvent.ctrlKey(), gestureEvent.altKey(), gestureEvent.metaKey(), gestureEvent.timestamp()); timestamp 3313 Source/core/page/EventHandler.cpp DragController::SelectionDragPolicy selectionDragPolicy = event.event().timestamp() - m_mouseDownTimestamp < TextDragDelay timestamp 50 Source/modules/gamepad/GamepadCommon.h unsigned long long timestamp() const { return m_timestamp; } timestamp 48 Source/modules/gamepad/NavigatorGamepad.cpp gamepad.setTimestamp(webGamepad.timestamp); timestamp 62 Source/modules/geolocation/Geolocation.cpp return Geoposition::create(coordinates.release(), convertSecondsToDOMTimeStamp(position->timestamp())); timestamp 443 Source/modules/geolocation/Geolocation.cpp return cachedPosition->timestamp() > currentTimeMillis - options->maximumAge(); timestamp 37 Source/modules/geolocation/GeolocationPosition.h static PassRefPtr<GeolocationPosition> create(double timestamp, double latitude, double longitude, double accuracy) { return adoptRef(new GeolocationPosition(timestamp, latitude, longitude, accuracy)); } timestamp 39 Source/modules/geolocation/GeolocationPosition.h static PassRefPtr<GeolocationPosition> create(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) { return adoptRef(new GeolocationPosition(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed)); } timestamp 41 Source/modules/geolocation/GeolocationPosition.h double timestamp() const { return m_timestamp; } timestamp 57 Source/modules/geolocation/GeolocationPosition.h GeolocationPosition(double timestamp, double latitude, double longitude, double accuracy) timestamp 58 Source/modules/geolocation/GeolocationPosition.h : m_timestamp(timestamp) timestamp 73 Source/modules/geolocation/GeolocationPosition.h GeolocationPosition(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) timestamp 74 Source/modules/geolocation/GeolocationPosition.h : m_timestamp(timestamp) timestamp 40 Source/modules/geolocation/Geoposition.h static PassRefPtrWillBeRawPtr<Geoposition> create(PassRefPtrWillBeRawPtr<Coordinates> coordinates, DOMTimeStamp timestamp) timestamp 42 Source/modules/geolocation/Geoposition.h return adoptRefWillBeNoop(new Geoposition(coordinates, timestamp)); timestamp 50 Source/modules/geolocation/Geoposition.h DOMTimeStamp timestamp() const { return m_timestamp; } timestamp 54 Source/modules/geolocation/Geoposition.h Geoposition(PassRefPtrWillBeRawPtr<Coordinates> coordinates, DOMTimeStamp timestamp) timestamp 56 Source/modules/geolocation/Geoposition.h , m_timestamp(timestamp) timestamp 33 Source/modules/mediastream/RTCStatsReport.cpp PassRefPtr<RTCStatsReport> RTCStatsReport::create(const String& id, const String& type, double timestamp) timestamp 35 Source/modules/mediastream/RTCStatsReport.cpp return adoptRef(new RTCStatsReport(id, type, timestamp)); timestamp 38 Source/modules/mediastream/RTCStatsReport.cpp RTCStatsReport::RTCStatsReport(const String& id, const String& type, double timestamp) timestamp 41 Source/modules/mediastream/RTCStatsReport.cpp , m_timestamp(timestamp) timestamp 40 Source/modules/mediastream/RTCStatsReport.h static PassRefPtr<RTCStatsReport> create(const String& id, const String& type, double timestamp); timestamp 42 Source/modules/mediastream/RTCStatsReport.h double timestamp() const { return m_timestamp; } timestamp 56 Source/modules/mediastream/RTCStatsReport.h RTCStatsReport(const String& id, const String& type, double timestamp); timestamp 48 Source/modules/mediastream/RTCStatsResponse.cpp size_t RTCStatsResponse::addReport(String id, String type, double timestamp) timestamp 50 Source/modules/mediastream/RTCStatsResponse.cpp m_result.append(RTCStatsReport::create(id, type, timestamp)); timestamp 45 Source/modules/mediastream/RTCStatsResponse.h virtual size_t addReport(String id, String type, double timestamp) OVERRIDE; timestamp 193 Source/modules/webmidi/MIDIOutput.cpp void MIDIOutput::send(Uint8Array* array, double timestamp, ExceptionState& exceptionState) timestamp 195 Source/modules/webmidi/MIDIOutput.cpp if (timestamp == 0.0) timestamp 196 Source/modules/webmidi/MIDIOutput.cpp timestamp = now(executionContext()); timestamp 202 Source/modules/webmidi/MIDIOutput.cpp midiAccess()->sendMIDIData(m_portIndex, array->data(), array->length(), timestamp); timestamp 205 Source/modules/webmidi/MIDIOutput.cpp void MIDIOutput::send(Vector<unsigned> unsignedData, double timestamp, ExceptionState& exceptionState) timestamp 207 Source/modules/webmidi/MIDIOutput.cpp if (timestamp == 0.0) timestamp 208 Source/modules/webmidi/MIDIOutput.cpp timestamp = now(executionContext()); timestamp 221 Source/modules/webmidi/MIDIOutput.cpp send(array.get(), timestamp, exceptionState); timestamp 48 Source/modules/webmidi/MIDIOutput.h void send(Uint8Array*, double timestamp, ExceptionState&); timestamp 49 Source/modules/webmidi/MIDIOutput.h void send(Vector<unsigned>, double timestamp, ExceptionState&); timestamp 92 Source/platform/PlatformEvent.h double timestamp() const { return m_timestamp; } timestamp 109 Source/platform/PlatformEvent.h PlatformEvent(Type type, Modifiers modifiers, double timestamp) timestamp 112 Source/platform/PlatformEvent.h , m_timestamp(timestamp) timestamp 116 Source/platform/PlatformEvent.h PlatformEvent(Type type, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp) timestamp 119 Source/platform/PlatformEvent.h , m_timestamp(timestamp) timestamp 46 Source/platform/PlatformGestureEvent.h PlatformGestureEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, const IntSize& area, double timestamp, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, float deltaX, float deltaY, float velocityX, float velocityY) timestamp 47 Source/platform/PlatformGestureEvent.h : PlatformEvent(type, shiftKey, ctrlKey, altKey, metaKey, timestamp) timestamp 50 Source/platform/PlatformKeyboardEvent.h PlatformKeyboardEvent(Type type, const String& text, const String& unmodifiedText, const String& keyIdentifier, int windowsVirtualKeyCode, int nativeVirtualKeyCode, int macCharCode, bool isAutoRepeat, bool isKeypad, bool isSystemKey, Modifiers modifiers, double timestamp) timestamp 51 Source/platform/PlatformKeyboardEvent.h : PlatformEvent(type, modifiers, timestamp) timestamp 53 Source/platform/PlatformMouseEvent.h PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, Modifiers modifiers, double timestamp) timestamp 54 Source/platform/PlatformMouseEvent.h : PlatformEvent(type, modifiers, timestamp) timestamp 64 Source/platform/PlatformMouseEvent.h PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, Modifiers modifiers, SyntheticEventType synthesized, double timestamp) timestamp 65 Source/platform/PlatformMouseEvent.h : PlatformEvent(type, modifiers, timestamp) timestamp 75 Source/platform/PlatformMouseEvent.h PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp) timestamp 76 Source/platform/PlatformMouseEvent.h : PlatformEvent(type, shiftKey, ctrlKey, altKey, metaKey, timestamp) timestamp 56 Source/platform/exported/WebRTCStatsResponse.cpp size_t WebRTCStatsResponse::addReport(WebString id, WebString type, double timestamp) timestamp 59 Source/platform/exported/WebRTCStatsResponse.cpp return m_private->addReport(id, type, timestamp); timestamp 38 Source/platform/mediastream/RTCStatsResponseBase.h virtual size_t addReport(String id, String type, double timestamp) = 0; timestamp 298 Source/web/PopupContainer.cpp PlatformMouseEvent fakeMouseMove(gestureEvent.position(), gestureEvent.globalPosition(), NoButton, PlatformEvent::MouseMoved, /* clickCount */ 1, gestureEvent.shiftKey(), gestureEvent.ctrlKey(), gestureEvent.altKey(), gestureEvent.metaKey(), gestureEvent.timestamp()); timestamp 299 Source/web/PopupContainer.cpp PlatformMouseEvent fakeMouseDown(gestureEvent.position(), gestureEvent.globalPosition(), LeftButton, PlatformEvent::MousePressed, /* clickCount */ 1, gestureEvent.shiftKey(), gestureEvent.ctrlKey(), gestureEvent.altKey(), gestureEvent.metaKey(), gestureEvent.timestamp()); timestamp 300 Source/web/PopupContainer.cpp PlatformMouseEvent fakeMouseUp(gestureEvent.position(), gestureEvent.globalPosition(), LeftButton, PlatformEvent::MouseReleased, /* clickCount */ 1, gestureEvent.shiftKey(), gestureEvent.ctrlKey(), gestureEvent.altKey(), gestureEvent.metaKey(), gestureEvent.timestamp()); timestamp 504 Source/web/WebDevToolsAgentImpl.cpp ic->processGPUEvent(event.timestamp, event.phase, event.foreign, event.usedGPUMemoryBytes, event.limitGPUMemoryBytes); timestamp 35 Source/web/WebGeolocationPosition.cpp void WebGeolocationPosition::assign(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) timestamp 37 Source/web/WebGeolocationPosition.cpp m_private = GeolocationPosition::create(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed); timestamp 585 Source/web/WebInputEventConversion.cpp timeStampSeconds = event.timestamp(); timestamp 65 public/platform/WebGamepad.h , timestamp(0) timestamp 81 public/platform/WebGamepad.h unsigned long long timestamp; timestamp 54 public/platform/WebRTCStatsResponse.h BLINK_PLATFORM_EXPORT size_t addReport(WebString id, WebString type, double timestamp); timestamp 78 public/web/WebDevToolsAgent.h GPUEvent(double timestamp, int phase, bool foreign, uint64_t usedGPUMemoryBytes) : timestamp 79 public/web/WebDevToolsAgent.h timestamp(timestamp), timestamp 84 public/web/WebDevToolsAgent.h double timestamp; timestamp 85 public/web/WebDevToolsAgentClient.h unsigned char flags, double timestamp); timestamp 43 public/web/WebGeolocationPosition.h WebGeolocationPosition(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) timestamp 45 public/web/WebGeolocationPosition.h assign(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed); timestamp 50 public/web/WebGeolocationPosition.h BLINK_EXPORT void assign(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed);