Searched refs:startTimer (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DNavigationScheduler.h84 void startTimer();
H A DNavigationScheduler.cpp377 startTimer();
380 void NavigationScheduler::startTimer() function in class:WebCore::NavigationScheduler
H A DFrameLoader.cpp194 m_frame->navigationScheduler().startTimer();
480 m_frame->navigationScheduler().startTimer();
615 descendant->navigationScheduler().startTimer();
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
H A DNotificationCenter.cpp109 requestCallback->startTimer();
120 void NotificationCenter::NotificationRequestCallback::startTimer() function in class:WebCore::NotificationCenter::NotificationRequestCallback
H A DNotificationCenter.h81 void startTimer();
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
H A DSMILTimeContainer.cpp104 startTimer(0);
168 startTimer(0);
209 void SMILTimeContainer::startTimer(SMILTime fireTime, SMILTime minimumDelay) function in class:WebCore::SMILTimeContainer
317 startTimer(earliestFireTime, animationFrameDelay);
329 startTimer(earliestFireTime, animationFrameDelay);
H A DSMILTimeContainer.h71 void startTimer(SMILTime fireTime, SMILTime minimumDelay = 0);
/external/llvm/include/llvm/Support/
H A DTimer.h73 /// invocations of its startTimer()/stopTimer() methods. Given appropriate OS
107 /// startTimer - Start the timer running. Time between calls to
108 /// startTimer/stopTimer is counted by the Timer class. Note that these calls
111 void startTimer();
122 /// The TimeRegion class is used as a helper class to call the startTimer() and
132 T->startTimer();
135 if (T) T->startTimer();
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DPipelinedMsgParser.java250 this.rawInputStream.startTimer();
318 this.rawInputStream.startTimer();
H A DPipeline.java106 public void startTimer() { method in class:Pipeline
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTRegion.h102 void startTimer();
H A DVTTRegion.cpp382 startTimer();
439 void VTTRegion::startTimer() function in class:WebCore::VTTRegion
441 WTF_LOG(Media, "VTTRegion::startTimer");
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorHeapProfilerAgent.cpp51 void startTimer();
141 void InspectorHeapProfilerAgent::HeapStatsUpdateTask::startTimer() function in class:WebCore::InspectorHeapProfilerAgent::HeapStatsUpdateTask
170 m_heapStatsUpdateTask->startTimer();
/external/llvm/utils/yaml-bench/
H A DYAMLBench.cpp129 BaseLine.startTimer();
138 Tokenizing.startTimer();
145 Parsing.startTimer();
/external/chromium_org/third_party/libxml/src/
H A Dxmllint.c434 * startTimer: call where you want to start timing
437 startTimer(void) function
479 startTimer(void) function
506 startTimer(void) function
1875 startTimer();
1890 startTimer();
1909 startTimer();
2024 startTimer();
2163 startTimer();
2409 startTimer();
[all...]
H A DtestSAX.c103 * startTimer: call where you want to start timing
106 startTimer(void) function
148 startTimer(void) function
175 startTimer(void) function
1179 startTimer();
/external/libxml2/
H A Dxmllint.c438 * startTimer: call where you want to start timing
441 startTimer(void) function
483 startTimer(void) function
510 startTimer(void) function
1879 startTimer();
1894 startTimer();
1913 startTimer();
2028 startTimer();
2167 startTimer();
2413 startTimer();
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp87 LLVMIRGeneration.startTimer();
103 LLVMIRGeneration.startTimer();
117 LLVMIRGeneration.startTimer();
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DMediaControlElements.h63 void startTimer();
H A DMediaControlElements.cpp131 void MediaControlPanelElement::startTimer() function in class:WebCore::MediaControlPanelElement
209 startTimer();
/external/llvm/lib/Support/
H A DTimer.cpp149 void Timer::startTimer() { function in class:Timer
163 assert(I != ActiveTimers->end() && "stop but no startTimer?");
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp486 if (TUTotalTimer) TUTotalTimer->startTimer();
/external/oprofile/gui/
H A Doprof_start.cpp189 startTimer(5000);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPDialog.java2268 protected void startTimer(SIPServerTransaction transaction) { method in class:SIPDialog
2816 this.startTimer(sipServerTx);

Completed in 540 milliseconds

12