Searched defs:timestamp (Results 1 - 25 of 204) sorted by relevance

123456789

/macosx-10.10/ruby-106/ruby/lib/rake/
H A Dphony.rb12 def task.timestamp # :nodoc: singleton method
H A Dfile_creation_task.rb19 def timestamp method in class:Rake.FileCreationTask
H A Dfile_task.rb20 def timestamp method in class:Rake.FileTask
/macosx-10.10/ntp-92/sntp/
H A Dkod_management.h8 time_t timestamp; member in struct:kod_entry
/macosx-10.10/PostgreSQL-97/Support/
H A D05_PostgresRestoreExtra.pl287 sub timestamp { subroutine
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DDisplayRefreshMonitorClient.cpp47 void DisplayRefreshMonitorClient::fireDisplayRefreshIfNeeded(double timestamp) argument
H A DGraphicsLayerUpdater.cpp72 void GraphicsLayerUpdater::displayRefreshFired(double timestamp) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/efl/
H A DEwkTouchEvent.cpp33 EwkTouchEvent::EwkTouchEvent(WKEventType type, WKArrayRef touchPoints, WKEventModifiers modifiers, double timestamp) argument
H A DEwkTouchEvent.h43 static PassRefPtr<EwkTouchEvent> create(WKEventType type, WKArrayRef touchPoints, WKEventModifiers modifiers, double timestamp) argument
51 double timestamp() const { return m_timestamp; } function in class:WebKit::EwkTouchEvent
/macosx-10.10/bash-94.1.2/bash-3.2/lib/sh/
H A Dclock.c70 time_t timestamp; local
/macosx-10.10/emacs-93/emacs/lisp/erc/
H A Derc-stamp.el[all...]
/macosx-10.10/lsof-53/lsof/scripts/
H A Dbig_brother.perl5177 sub timestamp { subroutine
/macosx-10.10/WebCore-7600.1.25/replay/
H A DReplaySessionSegment.h51 double timestamp() const { return m_timestamp; } function in class:WebCore::ReplaySessionSegment
H A DEventLoopInput.h68 double timestamp() const { return m_timestamp; } function in class:WebCore::EventLoopInputBase
69 void setTimestamp(double timestamp) { m_timestamp = timestamp; } argument
H A DReplaySession.h49 double timestamp() const { return m_timestamp; } function in class:WebCore::ReplaySession
/macosx-10.10/WebCore-7600.1.25/Modules/geolocation/
H A DGeoposition.h38 static PassRefPtr<Geoposition> create(PassRefPtr<Coordinates> coordinates, DOMTimeStamp timestamp) argument
48 DOMTimeStamp timestamp() const { return m_timestamp; } function in class:WebCore::Geoposition
52 Geoposition(PassRefPtr<Coordinates> coordinates, DOMTimeStamp timestamp) argument
/macosx-10.10/WebCore-7600.1.25/Modules/mediastream/
H A DRTCStatsReport.cpp36 PassRefPtr<RTCStatsReport> RTCStatsReport::create(const String& id, const String& type, double timestamp) argument
41 RTCStatsReport::RTCStatsReport(const String& id, const String& type, double timestamp) argument
H A DRTCStatsReport.h41 double timestamp() const { return m_timestamp; } function in class:WebCore::RTCStatsReport
H A DRTCStatsResponse.cpp54 size_t RTCStatsResponse::addReport(String id, String type, double timestamp) argument
/macosx-10.10/WebCore-7600.1.25/dom/
H A DUIEventWithKeyState.h57 UIEventWithKeyState(const AtomicString& type, bool canBubble, bool cancelable, double timestamp, PassRefPtr<AbstractView> view, argument
/macosx-10.10/WebCore-7600.1.25/platform/
H A DPlatformEvent.h76 double timestamp() const { return m_timestamp; } function in class:WebCore::PlatformEvent
93 PlatformEvent(Type type, Modifiers modifiers, double timestamp) argument
100 PlatformEvent(Type type, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp) argument
/macosx-10.10/WebCore-7600.1.25/platform/linux/
H A DGamepadDeviceLinux.h42 unsigned long long timestamp() { return m_lastTimestamp; } function in class:WebCore::GamepadDeviceLinux
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebEvent.cpp42 WebEvent::WebEvent(Type type, Modifiers modifiers, double timestamp) argument
H A DWebTouchEvent.cpp36 WebTouchEvent::WebTouchEvent(WebEvent::Type type, Vector<WebPlatformTouchPoint> touchPoints, Modifiers modifiers, double timestamp) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKGeolocationPosition.cpp39 WKGeolocationPositionRef WKGeolocationPositionCreate(double timestamp, double latitude, double longitude, double accuracy) argument
44 WKGeolocationPositionRef WKGeolocationPositionCreate_b(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) argument

Completed in 215 milliseconds

123456789