Searched refs:StartTimer (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Devent_wrapper.h53 virtual bool StartTimer(bool periodic, unsigned long time) = 0;
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Devent_win.h31 virtual bool StartTimer(bool periodic, unsigned long time);
H A Devent_posix.h38 virtual bool StartTimer(bool periodic, unsigned long time) OVERRIDE;
H A Devent_win.cc51 bool EventWindows::StartTimer(bool periodic, unsigned long time) { function in class:webrtc::EventWindows
/external/webrtc/src/system_wrappers/interface/
H A Devent_wrapper.h55 virtual bool StartTimer(bool periodic, unsigned long time) = 0;
/external/webrtc/src/system_wrappers/source/
H A Devent_win.h31 virtual bool StartTimer(bool periodic, unsigned long time);
H A Devent_posix.h39 virtual bool StartTimer(bool periodic, unsigned long time);
H A Devent_win.cc55 bool EventWindows::StartTimer(bool periodic, unsigned long time) function in class:webrtc::EventWindows
/external/chromium_org/remoting/host/setup/win/
H A Dauth_code_getter.cc52 StartTimer();
55 void AuthCodeGetter::StartTimer() { function in class:remoting::AuthCodeGetter
64 StartTimer();
H A Dauth_code_getter.h33 void StartTimer();
/external/chromium_org/ash/accelerators/
H A Dexit_warning_handler.h68 void StartTimer();
H A Dexit_warning_handler.cc116 StartTimer();
142 void ExitWarningHandler::StartTimer() { function in class:ash::ExitWarningHandler
/external/chromium_org/chrome/browser/chromeos/policy/
H A Drecommendation_restorer.h59 void StartTimer();
H A Drecommendation_restorer.cc118 StartTimer();
132 void RecommendationRestorer::StartTimer() { function in class:policy::RecommendationRestorer
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofile-handler.cc188 void StartTimer() EXCLUSIVE_LOCKS_REQUIRED(control_lock_);
311 StartTimer();
327 StartTimer();
334 StartTimer();
352 StartTimer();
419 void ProfileHandler::StartTimer() { function in class:ProfileHandler
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofile-handler.cc188 void StartTimer() EXCLUSIVE_LOCKS_REQUIRED(control_lock_);
311 StartTimer();
327 StartTimer();
334 StartTimer();
352 StartTimer();
419 void ProfileHandler::StartTimer() { function in class:ProfileHandler
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dtest_util.h70 virtual bool StartTimer(bool periodic, unsigned long time) { return true; } function in class:NullEvent
/external/chromium_org/ui/message_center/
H A Dmessage_center_impl_unittest.cc237 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("test
[all...]
/external/chromium_org/chrome/browser/power/
H A Dprocess_power_collector.h110 void StartTimer();
H A Dprocess_power_collector.cc72 StartTimer();
81 StartTimer();
88 void ProcessPowerCollector::StartTimer() { function in class:ProcessPowerCollector
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dstatus_bubble_mac.h105 // 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/remoting/host/linux/
H A Daudio_pipe_reader.h70 void StartTimer();
/external/chromium_org/net/dns/
H A Ddns_config_service.cc206 StartTimer();
220 StartTimer();
268 void DnsConfigService::StartTimer() { function in class:net::DnsConfigService
H A Ddns_config_service.h179 void StartTimer();
/external/chromium_org/third_party/webrtc/test/
H A Dfake_audio_device.cc56 if (!tick_->StartTimer(true, 10))

Completed in 4958 milliseconds

12