Searched defs:startTime (Results 1 - 25 of 87) sorted by relevance

1234

/macosx-10.10/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DIOPMinformee.h50 AbsoluteTime startTime; // start time of last inform member in class:IOPMinformee
/macosx-10.10/WebCore-7600.1.25/page/
H A DPerformanceEntry.cpp38 PerformanceEntry::PerformanceEntry(const String& name, const String& entryType, double startTime, double finishTime) argument
60 double PerformanceEntry::startTime() const function in class:WebCore::PerformanceEntry
H A DPerformanceMark.h39 static PassRefPtr<PerformanceMark> create(const String& name, double startTime) { return adoptRef(new PerformanceMark(name, startTime)); } argument
44 PerformanceMark(const String& name, double startTime) : PerformanceEntry(name, "mark", startTime, startTime) { } argument
H A DPerformanceMeasure.h39 static PassRefPtr<PerformanceMeasure> create(const String& name, double startTime, double duration) { return adoptRef(new PerformanceMeasure(name, startTime, duration)); } argument
44 PerformanceMeasure(const String& name, double startTime, double duration) : PerformanceEntry(name, "measure", startTime, duration) { } argument
H A DPerformanceUserTiming.cpp106 double startTime = m_performance->now(); local
137 double startTime = 0.0; local
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DFullGCActivityCallback.cpp49 double startTime = WTF::monotonicallyIncreasingTime(); local
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DProfileNode.js165 var startTime = Math.max(rangeStartTime, this._calls[0].startTime); variable
/macosx-10.10/WebKit2-7600.1.25/WebProcess/OriginData/
H A DWebOriginDataManager.cpp81 void WebOriginDataManager::deleteEntriesModifiedBetweenDates(WKOriginDataTypes types, double startTime, double endTime, uint64_t callbackID) argument
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/sha2Time/
H A Dsha2Time.cpp45 CPUTime startTime; local
/macosx-10.10/WebCore-7600.1.25/Modules/speech/
H A DSpeechSynthesisUtterance.h64 double startTime() const { return m_platformUtterance->startTime(); } function in class:WebCore::final
65 void setStartTime(double startTime) { m_platformUtterance->setStartTime(startTime); } argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/
H A DInbandMetadataTextTrackPrivateAVF.h46 double startTime() const { return m_startTime; } function in class:WebCore::IncompleteMetaDataCue
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DBTreeScanner.h95 struct timeval startTime; // time we started catalog search member in struct:BTScanState
/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonKeyDerivation.c87 uint64_t startTime, endTime, elapsedTime; local
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/test/
H A Dtestsecevent.c81 double startTime = GetCurrentTime(); local
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DAudioParam.cpp159 double startTime = context()->currentTime(); local
H A DAudioParam.h93 void cancelScheduledValues(float startTime) { m_timeline.cancelScheduledValues(startTime); } argument
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLParserScheduler.h58 double startTime; member in class:WebCore::PumpSession
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DTextTrackCue.h63 double startTime() const { return m_startTime; } function in class:WebCore::TextTrackCue
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOFilterInterruptEventSource.cpp157 uint64_t startTime = 0; local
197 uint64_t startTime = 0; local
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/giantAsmBench/
H A DgiantAsmBench.c80 PLAT_TIME startTime; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/giantBench/
H A DgiantBench.c136 PLAT_TIME startTime; local
152 PLAT_TIME startTime; local
/macosx-10.10/WebCore-7600.1.25/html/
H A DMediaFragmentURIParser.cpp86 double MediaFragmentURIParser::startTime() function in class:WebCore::MediaFragmentURIParser
205 bool MediaFragmentURIParser::parseNPTFragment(const LChar* timeString, unsigned length, double& startTime, double& endTime) argument
/macosx-10.10/WebCore-7600.1.25/platform/
H A DPlatformSpeechSynthesisUtterance.h70 double startTime() const { return m_startTime; } function in class:WebCore::PlatformSpeechSynthesisUtterance
71 void setStartTime(double startTime) { m_startTime = startTime; } argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DDisplayRefreshMonitor.h73 void setMonotonicAnimationStartTime(double startTime) { m_monotonicAnimationStartTime = startTime; } argument
H A DGraphicsLayerAnimation.h60 double startTime() const { return m_startTime; } function in class:WebCore::GraphicsLayerAnimation

Completed in 165 milliseconds

1234