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

  /external/chromium_org/content/browser/renderer_host/
smooth_scroll_gesture_controller.h 39 void OnTimer();
smooth_scroll_gesture_controller.cc 44 &SmoothScrollGestureController::OnTimer);
52 void SmoothScrollGestureController::OnTimer() {
  /external/chromium_org/ash/system/monitor/
tray_monitor.h 31 void OnTimer();
tray_monitor.cc 29 this, &TrayMonitor::OnTimer);
55 void TrayMonitor::OnTimer() {
94 this, &TrayMonitor::OnTimer);
  /external/chromium_org/ui/views/widget/
aero_tooltip_manager.h 36 void OnTimer();
aero_tooltip_manager.cc 79 void AeroTooltipManager::OnTimer() {
113 manager_->OnTimer();
  /external/chromium_org/content/test/plugin/
plugin_schedule_timer_test.h 23 void OnTimer(uint32 timer_id);
plugin_schedule_timer_test.cc 56 void ScheduleTimerTest::OnTimer(uint32 timer_id) {
92 plugin_object->OnTimer(timer_id);
  /external/chromium_org/remoting/host/setup/win/
auth_code_getter.h 35 void OnTimer();
auth_code_getter.cc 56 timer_.Start(FROM_HERE, timer_interval_, this, &AuthCodeGetter::OnTimer);
59 void AuthCodeGetter::OnTimer() {
  /external/chromium_org/ppapi/examples/2d/
scroll.cc 47 void OnTimer(int32_t) {
49 16, factory_.NewCallback(&MyInstance::OnTimer), 0);
69 16, factory_.NewCallback(&MyInstance::OnTimer), 0);
  /external/chromium_org/ppapi/examples/flash_topmost/
flash_topmost.cc 48 callback_factory_.NewCallback(&MyInstance::OnTimer),
52 void OnTimer(int32_t) {
  /external/chromium_org/chrome_frame/test/
chrome_frame_test_utils.h 102 MESSAGE_HANDLER(WM_TIMER, OnTimer)
164 LRESULT OnTimer(UINT msg, WPARAM wp, LPARAM lp, BOOL& handled) { // NOLINT
  /external/chromium_org/ppapi/examples/audio_input/
audio_input.cc 138 callback_factory_.NewCallback(&MyInstance::OnTimer),
142 void OnTimer(int32_t) {
  /external/chromium/chrome/browser/ui/views/
status_bubble_views.cc 139 void OnTimer();
218 timer_factory_.NewRunnableMethod(&StatusBubbleViews::StatusView::OnTimer),
222 void StatusBubbleViews::StatusView::OnTimer() {
  /external/chromium_org/ppapi/proxy/
ppb_image_data_proxy.cc 250 void OnTimer(PP_Instance instance);
287 RunWhileLocked(base::Bind(&ImageDataCache::OnTimer,
303 void ImageDataCache::OnTimer(PP_Instance instance) {
  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher_win_unittest.cc 227 this, &DummyDhcpProxyScriptAdapterFetcher::OnTimer);
246 void OnTimer() {
  /external/chromium_org/chrome/browser/ui/views/
status_bubble_views.cc 147 void OnTimer();
226 base::Bind(&StatusBubbleViews::StatusView::OnTimer,
231 void StatusBubbleViews::StatusView::OnTimer() {
  /external/chromium_org/content/browser/renderer_host/media/
web_contents_video_capture_device.cc 250 void OnTimer();
564 base::Bind(&ContentCaptureSubscription::OnTimer,
616 void ContentCaptureSubscription::OnTimer() {
618 TRACE_EVENT0("mirroring", "ContentCaptureSubscription::OnTimer");
    [all...]

Completed in 1192 milliseconds