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

1 2

  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
event_wrapper.h 53 virtual bool StartTimer(bool periodic, unsigned long time) = 0;
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
event_win.h 31 virtual bool StartTimer(bool periodic, unsigned long time);
event_posix.h 38 virtual bool StartTimer(bool periodic, unsigned long time) OVERRIDE;
event_win.cc 51 bool EventWindows::StartTimer(bool periodic, unsigned long time) {
  /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)
  /external/chromium_org/ash/accelerators/
exit_warning_handler.h 68 void StartTimer();
exit_warning_handler.cc 116 StartTimer();
142 void ExitWarningHandler::StartTimer() {
  /external/chromium_org/remoting/host/setup/win/
auth_code_getter.cc 52 StartTimer();
55 void AuthCodeGetter::StartTimer() {
64 StartTimer();
auth_code_getter.h 33 void StartTimer();
  /external/chromium_org/chrome/browser/chromeos/policy/
recommendation_restorer.h 59 void StartTimer();
recommendation_restorer.cc 118 StartTimer();
132 void RecommendationRestorer::StartTimer() {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profile-handler.cc 188 void StartTimer() EXCLUSIVE_LOCKS_REQUIRED(control_lock_);
311 StartTimer();
327 StartTimer();
334 StartTimer();
352 StartTimer();
419 void ProfileHandler::StartTimer() {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profile-handler.cc 188 void StartTimer() EXCLUSIVE_LOCKS_REQUIRED(control_lock_);
311 StartTimer();
327 StartTimer();
334 StartTimer();
352 StartTimer();
419 void ProfileHandler::StartTimer() {
  /external/chromium_org/remoting/host/linux/
audio_pipe_reader.h 70 void StartTimer();
audio_pipe_reader.cc 75 StartTimer();
150 void AudioPipeReader::StartTimer() {
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
test_util.h 70 virtual bool StartTimer(bool periodic, unsigned long time) { return true; }
  /external/chromium_org/ui/message_center/
message_center_impl_unittest.cc 237 popup_timers_controller->StartTimer("test",
247 popup_timers_controller->StartTimer("test",
259 popup_timers_controller->StartTimer("test",
271 popup_timers_controller->StartTimer("test",
283 popup_timers_controller->StartTimer("test",
296 popup_timers_controller->StartTimer("test",
298 popup_timers_controller->StartTimer("test2",
300 popup_timers_controller->StartTimer("test3",
314 popup_timers_controller->StartTimer("test",
316 popup_timers_controller->StartTimer("test2"
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
status_bubble_mac.h 105 // kBubbleShowingTimer and kBubbleHidingTimer states. StartTimer and
106 // TimerFired must be called from one of these states. StartTimer may be
109 void StartTimer(int64 time_ms);
  /external/chromium_org/net/dns/
dns_config_service.h 179 void StartTimer();
dns_config_service.cc 206 StartTimer();
220 StartTimer();
268 void DnsConfigService::StartTimer() {
  /external/chromium_org/third_party/webrtc/test/
fake_audio_device.cc 56 if (!tick_->StartTimer(true, 10))
frame_generator_capturer.cc 90 if (!tick_->StartTimer(true, 1000 / target_fps_))

Completed in 2978 milliseconds

1 2