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

  /external/chromium_org/third_party/webrtc/system_wrappers/source/
event_win.cc 51 bool EventWindows::StartTimer(bool periodic, unsigned long time) {
event_posix.cc 185 bool EventPosix::StartTimer(bool periodic, unsigned long time) {
  /external/webrtc/src/system_wrappers/source/
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_org/chrome/browser/chromeos/policy/
recommendation_restorer.cc 118 StartTimer();
132 void RecommendationRestorer::StartTimer() {
  /external/chromium_org/remoting/host/setup/win/
auth_code_getter.cc 52 StartTimer();
55 void AuthCodeGetter::StartTimer() {
64 StartTimer();
  /external/chromium_org/ash/accelerators/
exit_warning_handler.cc 116 StartTimer();
142 void ExitWarningHandler::StartTimer() {
  /external/chromium_org/net/dns/
dns_config_service.cc 206 StartTimer();
220 StartTimer();
268 void DnsConfigService::StartTimer() {
  /external/chromium_org/remoting/host/linux/
audio_pipe_reader.cc 75 StartTimer();
150 void AudioPipeReader::StartTimer() {
  /external/chromium_org/content/renderer/
resource_fetcher_browsertest.cc 47 StartTimer();
80 void 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/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/chrome/browser/ui/views/
status_bubble_views.cc 159 void StartTimer(base::TimeDelta time);
239 void StatusBubbleViews::StatusView::StartTimer(base::TimeDelta time) {
267 StartTimer(delay);
291 StartTimer(base::TimeDelta::FromMilliseconds(kHideDelay));
311 StartTimer(base::TimeDelta::FromMilliseconds(kShowDelay));
  /external/chromium_org/ui/message_center/
message_center_impl.cc 290 void PopupTimersController::StartTimer(const std::string& id,
315 StartTimer(id, timeout);
386 StartTimer(id, GetTimeoutForPriority((*iter)->priority()));

Completed in 1357 milliseconds