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

1234

/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/pwr_mgt/
H A DIOPMinformee.h50 AbsoluteTime startTime; // start time of last inform member in class:IOPMinformee
/macosx-10.9.5/WebCore-7537.78.1/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.cpp110 double startTime = m_performance->now(); local
141 double startTime = 0.0; local
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DGCActivityCallback.cpp89 double startTime = WTF::monotonicallyIncreasingTime(); local
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/hfscommon/headers/
H A DBTreeScanner.h95 struct timeval startTime; // time we started catalog search member in struct:BTScanState
/macosx-10.9.5/CommonCrypto-60049/lib/
H A DCommonKeyDerivation.c87 uint64_t startTime, endTime, elapsedTime; local
/macosx-10.9.5/WebCore-7537.78.1/Modules/speech/
H A DSpeechSynthesisUtterance.h64 double startTime() const { return m_platformUtterance->startTime(); } function in class:WebCore::SpeechSynthesisUtterance
65 void setStartTime(double startTime) { m_platformUtterance->setStartTime(startTime); } argument
/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DAudioParam.cpp159 double startTime = context()->currentTime(); local
H A DAudioParam.h93 void cancelScheduledValues(float startTime) { m_timeline.cancelScheduledValues(startTime); } argument
H A DAudioParamTimeline.cpp103 void AudioParamTimeline::cancelScheduledValues(float startTime) argument
131 double startTime = context->currentTime(); local
140 valuesForTimeRange( double startTime, double endTime, float defaultValue, float* values, unsigned numberOfValues, double sampleRate, double controlRate) argument
164 valuesForTimeRangeImpl( double startTime, double endTime, float defaultValue, float* values, unsigned numberOfValues, double sampleRate, double controlRate) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DHTMLParserScheduler.h56 double startTime; member in class:WebCore::PumpSession
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/ckutils/giantAsmBench/
H A DgiantAsmBench.c66 PLAT_TIME startTime; local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/ckutils/giantBench/
H A DgiantBench.c122 PLAT_TIME startTime; local
138 PLAT_TIME startTime; local
/macosx-10.9.5/WebCore-7537.78.1/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
H A DTimeRanges.cpp174 double startTime = start(ndx, IGNORE_EXCEPTION); local
/macosx-10.9.5/WebCore-7537.78.1/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.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsLayerAnimation.h62 double startTime() const { return m_startTime; } function in class:WebCore::GraphicsLayerAnimation
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dsimpletz.h856 int32_t startTime; member in class:SimpleTimeZone
/macosx-10.9.5/ICU-511.35/icuSources/test/threadtest/
H A Dthreadtest.cpp417 unsigned long startTime = ThreadFuncs::getCurrentMillis(); local
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/ckutils/atomTime/
H A DatomTime.c146 PLAT_TIME startTime; local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/ckutils/sigTime/
H A DsigTime.cpp90 PLAT_TIME startTime; local
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorTimelineAgent.h248 GCEvent(double startTime, double endTime, size_t collectedBytes) argument
252 double startTime; member in struct:WebCore::InspectorTimelineAgent::GCEvent
H A DTimelineRecordFactory.cpp50 PassRefPtr<InspectorObject> TimelineRecordFactory::createGenericRecord(double startTime, int maxCallStackDepth) argument
63 PassRefPtr<InspectorObject> TimelineRecordFactory::createBackgroundRecord(double startTime, const String& threadName) argument

Completed in 338 milliseconds

1234