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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/loader/
NavigationScheduler.h 83 void startTimer();
NavigationScheduler.cpp 452 startTimer();
455 void NavigationScheduler::startTimer()
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTimeContainer.cpp 104 startTimer(0);
168 startTimer(0);
209 void SMILTimeContainer::startTimer(SMILTime fireTime, SMILTime minimumDelay)
316 startTimer(earliestFireTime, animationFrameDelay);
328 startTimer(earliestFireTime, animationFrameDelay);
SMILTimeContainer.h 71 void startTimer(SMILTime fireTime, SMILTime minimumDelay = 0);
  /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();
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationCenter.cpp 117 requestCallback->startTimer();
128 void NotificationCenter::NotificationRequestCallback::startTimer()
NotificationCenter.h 84 void 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/
TextTrackRegion.h 105 void startTimer();
TextTrackRegion.cpp 420 startTimer();
478 void TextTrackRegion::startTimer()
480 LOG(Media, "TextTrackRegion::startTimer");
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 193 mBalloonTimer.startTimer(delay, BalloonTimer.ACTION_SHOW,
209 mBalloonTimer.startTimer(delay, BalloonTimer.ACTION_UPDATE,
225 mBalloonTimer.startTimer(delay, BalloonTimer.ACTION_HIDE, null, -1,
285 public void startTimer(long time, int action, int positionInParent[],
CandidateView.java 667 mTimer.startTimer(BalloonHint.TIME_DELAY_SHOW, mPageNo,
681 mTimer.startTimer(BalloonHint.TIME_DELAY_SHOW, mPageNo,
722 public void startTimer(long afterMillis, int pageNo, int activeInPage) {
SoftKeyboardView.java 235 mLongPressTimer.startTimer();
314 if (mRepeatForLongPress) longPressTimer.startTimer();
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorHeapProfilerAgent.cpp 52 void startTimer();
141 void InspectorHeapProfilerAgent::HeapStatsUpdateTask::startTimer()
170 m_heapStatsUpdateTask->startTimer();
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 129 BaseLine.startTimer();
138 Tokenizing.startTimer();
145 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 438 * startTimer: call where you want to start timing
441 startTimer(void)
483 startTimer(void)
510 startTimer(void)
    [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 87 LLVMIRGeneration.startTimer();
103 LLVMIRGeneration.startTimer();
117 LLVMIRGeneration.startTimer();
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControlElements.h 63 void startTimer();
MediaControlElements.cpp 129 void MediaControlPanelElement::startTimer()
211 startTimer();
  /frameworks/native/opengl/tests/gl_perf/
fill_common.cpp 117 void startTimer() {
211 startTimer();
  /external/llvm/lib/Support/
Timer.cpp 149 void Timer::startTimer() {
163 assert(I != ActiveTimers->end() && "stop but no startTimer?");

Completed in 798 milliseconds

1 2