Home
last modified time | relevance | path

Searched defs:startTime (Results 1 – 25 of 145) sorted by relevance

123456

/external/chromium_org/tools/perf/metrics/unittest_data/
D2ch_repeat_timeline.json1 …","requestMethod":"GET","url":"http:\/\/2ch.net\/"},"frameId":"3176.1","startTime":1377648369729.2… number
Dbaidu_repeat_timeline.json1 …uestMethod":"GET","url":"http:\/\/www.baidu.com\/"},"frameId":"2664.1","startTime":1377637870418.1… number
Dcern_repeat_timeline.json1 …\/\/info.cern.ch\/hypertext\/WWW\/TheProject.html"},"frameId":"1312.1","startTime":1377574729484.4… number
Dsample_timeline.json5 "startTime": 0, number
15 "startTime": 0, number
21 "startTime": 10, number
28 "startTime": 100, number
39 "startTime": 200, number
49 "startTime": 200, number
60 "startTime": 300, number
73 "startTime": 550, number
/external/chromium_org/v8/test/intl/overrides/
Dcaching.js32 var startTime = new Date(); variable
40 startTime = new Date(); variable
49 startTime = new Date(); variable
/external/chromium_org/third_party/WebKit/Source/core/timing/
DPerformanceMark.h37 …static PassRefPtr<PerformanceMark> create(const String& name, double startTime) { return adoptRef(… in create()
42 …PerformanceMark(const String& name, double startTime) : PerformanceEntry(name, "mark", startTime, … in PerformanceMark()
DPerformanceMeasure.h37 …static PassRefPtr<PerformanceMeasure> create(const String& name, double startTime, double endTime)… in create()
42 …PerformanceMeasure(const String& name, double startTime, double endTime) : PerformanceEntry(name, … in PerformanceMeasure()
DPerformanceEntry.cpp36 PerformanceEntry::PerformanceEntry(const String& name, const String& entryType, double startTime, d… in PerformanceEntry()
59 double PerformanceEntry::startTime() const in startTime() function in WebCore::PerformanceEntry
DPerformanceResourceTiming.h50 …reate(const ResourceTimingInfo& info, Document* requestingDocument, double startTime, double lastR… in create()
55 …reate(const ResourceTimingInfo& info, Document* requestingDocument, double startTime, bool m_allow… in create()
DPerformanceUserTiming.cpp108 double startTime = m_performance->now(); in mark() local
138 double startTime = 0.0; in measure() local
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebActiveGestureAnimation.cpp39 …eWithTimeOffset(PassOwnPtr<WebGestureCurve> curve, WebGestureCurveTarget* target, double startTime) in createWithTimeOffset()
48 …n(PassOwnPtr<WebGestureCurve> curve, WebGestureCurveTarget* target, double startTime, bool waiting… in WebActiveGestureAnimation()
/external/chromium_org/third_party/WebKit/Source/modules/speech/
DSpeechSynthesisUtterance.h64 double startTime() const { return m_platformUtterance->startTime(); } in startTime() function
65 void setStartTime(double startTime) { m_platformUtterance->setStartTime(startTime); } in setStartTime()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptGCEvent.h71 double startTime() { return m_startTime; } in startTime() function
72 void setStartTime(double startTime) { m_startTime = startTime; } in setStartTime()
/external/chromium_org/content/browser/resources/media/
Ddata_series.js84 getValues: function(startTime, stepSize, count) { argument
103 getValuesInternal_: function(startTime, stepSize, count) { argument
/external/chromium_org/third_party/WebKit/Source/platform/speech/
DPlatformSpeechSynthesisUtterance.h69 double startTime() const { return m_startTime; } in startTime() function
70 void setStartTime(double startTime) { m_startTime = startTime; } in setStartTime()
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DAudioParamTimeline.cpp103 void AudioParamTimeline::cancelScheduledValues(double startTime) in cancelScheduledValues()
131 double startTime = context->currentTime(); in valueForContextTime() local
141 double startTime, in valuesForTimeRange()
165 double startTime, in valuesForTimeRangeImpl()
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
DTracingControllerAndroidTest.java53 long startTime = SystemClock.uptimeMillis(); in testTraceFileCreation() local
/external/chromium_org/chrome/browser/resources/net_internals/
Dtimeline_data_series.js80 getValues: function(startTime, stepSize, count) { argument
105 getValuesInternal_: function(startTime, stepSize, count) { argument
269 getValuesInternal_: function(startTime, stepSize, count) { argument
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DFetchInitiatorInfo.h44 double startTime; member
/external/compiler-rt/test/timing/
Dtiming.h5 double intervalInCycles( uint64_t startTime, uint64_t endTime ) in intervalInCycles()
/external/skia/tools/skpdiff/
DSkDifferentPixelsMetric_cpu.cpp19 double startTime = get_seconds(); in diff() local
/external/chromium_org/chrome/app/android/
Dchrome_main_delegate_android.cc44 base::Time startTime = chrome::android::GetMainEntryPointTime(); in RunProcess() local
/external/chromium_org/third_party/WebKit/Source/core/html/track/
DTextTrackCue.h62 double startTime() const { return m_startTime; } in startTime() function
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/serialization/
DKerberosTicketTest.java56 private static final Date startTime = new Date(1); field in KerberosTicketTest
/external/chromium_org/third_party/WebKit/Source/core/animation/
DPlayer.h67 double startTime() const { return m_startTime; } in startTime() function

123456