HomeSort by relevance Sort by last modified time
    Searched refs:StartTimer (Results 1 - 10 of 10) sorted by null

  /external/webrtc/src/system_wrappers/interface/
event_wrapper.h 55 virtual bool StartTimer(bool periodic, unsigned long time) = 0;
  /external/webrtc/src/system_wrappers/source/
event_win.h 31 virtual bool StartTimer(bool periodic, unsigned long time);
event_posix.h 39 virtual bool StartTimer(bool periodic, unsigned long time);
event_win.cc 55 bool EventWindows::StartTimer(bool periodic, unsigned long time)
event_posix.cc 208 bool EventPosix::StartTimer(bool periodic, unsigned long time)
  /external/chromium/chrome/browser/
oom_priority_manager.h 41 void StartTimer();
oom_priority_manager.cc 41 StartTimer();
48 void OomPriorityManager::StartTimer() {
  /external/chromium/chrome/browser/ui/cocoa/
status_bubble_mac.h 96 // kBubbleShowingTimer and kBubbleHidingTimer states. StartTimer and
97 // TimerFired must be called from one of these states. StartTimer may be
100 void StartTimer(int64 time_ms);
  /external/chromium/webkit/glue/
resource_fetcher_unittest.cc 40 StartTimer();
70 void StartTimer() {
  /external/chromium/chrome/browser/ui/views/
status_bubble_views.cc 138 void StartTimer(int time);
213 void StatusBubbleViews::StatusView::StartTimer(int time) {
239 StartTimer(delay);
264 StartTimer(kHideDelay);
283 StartTimer(kShowDelay);

Completed in 252 milliseconds