/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/chrome/browser/ |
oom_priority_manager.h | 41 void StartTimer();
|
oom_priority_manager.cc | 41 StartTimer(); 48 void OomPriorityManager::StartTimer() {
|
/external/chromium_org/ash/accelerators/ |
exit_warning_handler.h | 68 void 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 | 109 StartTimer(); 122 void RecommendationRestorer::StartTimer() {
|
/external/chromium_org/mojo/examples/sample_app/ |
gles2_client_impl.h | 33 void StartTimer();
|
gles2_client_impl.cc | 63 StartTimer(); 77 StartTimer(); 94 void GLES2ClientImpl::StartTimer() {
|
/external/chromium_org/chrome_frame/infobars/internal/ |
infobar_window.h | 84 bool StartTimer();
|
infobar_window.cc | 134 if (StartTimer()) 143 bool InfobarWindow::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/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_org/net/dns/ |
dns_config_service.h | 148 void StartTimer();
|
dns_config_service.cc | 124 StartTimer(); 138 StartTimer(); 182 void DnsConfigService::StartTimer() {
|
/external/chromium_org/remoting/host/linux/ |
audio_pipe_reader.h | 59 void StartTimer();
|
audio_pipe_reader.cc | 99 StartTimer(); 106 void AudioPipeReader::StartTimer() {
|
/external/chromium_org/ui/message_center/ |
message_center_impl_unittest.cc | 208 popup_timers_controller->StartTimer("test", 218 popup_timers_controller->StartTimer("test", 230 popup_timers_controller->StartTimer("test", 242 popup_timers_controller->StartTimer("test", 254 popup_timers_controller->StartTimer("test", 267 popup_timers_controller->StartTimer("test", 269 popup_timers_controller->StartTimer("test2", 271 popup_timers_controller->StartTimer("test3", 285 popup_timers_controller->StartTimer("test", 287 popup_timers_controller->StartTimer("test2" [all...] |
/external/chromium/webkit/glue/ |
resource_fetcher_unittest.cc | 40 StartTimer(); 70 void StartTimer() {
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
status_bubble_mac.h | 101 // kBubbleShowingTimer and kBubbleHidingTimer states. StartTimer and 102 // TimerFired must be called from one of these states. StartTimer may be 105 void StartTimer(int64 time_ms);
|