HomeSort by relevance Sort by last modified time
    Searched refs:startTimer (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/loader/
NavigationScheduler.h 87 void startTimer();
NavigationScheduler.cpp 399 startTimer();
402 void NavigationScheduler::startTimer()
FrameLoader.cpp 172 m_frame->navigationScheduler().startTimer();
489 m_frame->navigationScheduler().startTimer();
607 toLocalFrame(descendant)->navigationScheduler().startTimer();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeoNotifier.h 43 void startTimer();
GeoNotifier.cpp 68 void GeoNotifier::startTimer()
Geolocation.cpp 176 notifier->startTimer();
182 notifier->startTimer();
234 notifier->startTimer();
516 notifier->startTimer();
  /external/llvm/include/llvm/Support/
Timer.h 73 /// 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();
  /development/samples/training/notify-user/src/com/example/android/pingme/
PingService.java 124 startTimer(mMillis);
135 private void startTimer(int millis) {
  /external/nist-sip/java/gov/nist/javax/sip/parser/
PipelinedMsgParser.java 250 this.rawInputStream.startTimer();
318 this.rawInputStream.startTimer();
Pipeline.java 106 public void startTimer() {
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTRegion.h 109 void startTimer();
VTTRegion.cpp 388 startTimer();
445 void VTTRegion::startTimer()
447 WTF_LOG(Media, "VTTRegion::startTimer");
  /external/chromium_org/third_party/skia/platform_tools/android/app/src/com/skia/
SkiaSampleRenderer.java 61 private void startTimer(int ms) {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorHeapProfilerAgent.cpp 54 void startTimer();
124 void InspectorHeapProfilerAgent::HeapStatsUpdateTask::startTimer()
196 m_heapStatsUpdateTask->startTimer();
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 143 BaseLine.startTimer();
152 Tokenizing.startTimer();
159 Parsing.startTimer();
  /external/chromium_org/third_party/libxml/src/
xmllint.c 434 * startTimer: call where you want to start timing
437 startTimer(void)
479 startTimer(void)
506 startTimer(void)
    [all...]
testSAX.c 103 * startTimer: call where you want to start timing
106 startTimer(void)
148 startTimer(void)
175 startTimer(void)
1179 startTimer();
  /external/libxml2/
xmllint.c 439 * startTimer: call where you want to start timing
442 startTimer(void)
484 startTimer(void)
511 startTimer(void)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControlElements.h 54 void startTimer();
MediaControlElements.cpp 117 void MediaControlPanelElement::startTimer()
162 startTimer();
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 82 LLVMIRGeneration.startTimer();
98 LLVMIRGeneration.startTimer();
113 LLVMIRGeneration.startTimer();
125 LLVMIRGeneration.startTimer();
  /external/llvm/lib/Support/
Timer.cpp 149 void Timer::startTimer() {
163 assert(I != ActiveTimers->end() && "stop but no startTimer?");
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 510 if (TUTotalTimer) TUTotalTimer->startTimer();
  /external/oprofile/gui/
oprof_start.cpp 189 startTimer(5000);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 

Completed in 835 milliseconds

1 2