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

1 2

  /external/chromium/net/url_request/
url_request_context_getter.cc 27 io_message_loop_proxy->DeleteSoon(FROM_HERE, this);
  /external/chromium/chrome/browser/sync/sessions/
sync_session_context.cc 33 if (!BrowserThread::DeleteSoon(BrowserThread::UI, FROM_HERE,
  /external/chromium/chrome/browser/ui/tab_contents/
test_tab_contents_wrapper.cc 42 message_loop_.DeleteSoon(FROM_HERE, profile_.release());
  /external/chromium/chrome/browser/chromeos/login/
image_downloader.cc 52 MessageLoop::current()->DeleteSoon(FROM_HERE, this);
59 MessageLoop::current()->DeleteSoon(FROM_HERE, this);
login_performer.cc 99 MessageLoop::current()->DeleteSoon(FROM_HERE, this);
128 MessageLoop::current()->DeleteSoon(FROM_HERE, this);
168 MessageLoop::current()->DeleteSoon(FROM_HERE, this);
355 MessageLoop::current()->DeleteSoon(FROM_HERE, this);
460 MessageLoop::current()->DeleteSoon(FROM_HERE, this);
view_screen.h 111 MessageLoop::current()->DeleteSoon(FROM_HERE, view_);
base_login_display_host.cc 102 MessageLoop::current()->DeleteSoon(FROM_HERE, this);
150 MessageLoop::current()->DeleteSoon(FROM_HERE, this);
views_login_display.cc 145 MessageLoop::current()->DeleteSoon(FROM_HERE, controller_for_removal_);
  /external/chromium/base/
message_loop_proxy.h 49 bool DeleteSoon(const tracked_objects::Location& from_here,
message_loop_proxy_impl.cc 71 target_message_loop_->DeleteSoon(FROM_HERE, this);
message_loop_proxy_impl_unittest.cc 99 EXPECT_TRUE(file_thread_->message_loop_proxy()->DeleteSoon(
timer_unittest.cc 96 MessageLoop::current()->DeleteSoon(FROM_HERE, a);
142 MessageLoop::current()->DeleteSoon(FROM_HERE, a);
message_loop.h 176 void DeleteSoon(const tracked_objects::Location& from_here, const T* object) {
  /external/chromium/chrome/browser/ui/cocoa/
browser_test_helper.cc 30 message_loop_.DeleteSoon(FROM_HERE, profile_.release());
  /external/chromium/chrome/browser/sync/util/
extensions_activity_monitor_unittest.cc 122 ui_thread_.message_loop()->DeleteSoon(FROM_HERE, service_);
183 ui_loop()->DeleteSoon(FROM_HERE, monitor);
220 ui_loop()->DeleteSoon(FROM_HERE, monitor);
247 ui_loop()->DeleteSoon(FROM_HERE, monitor);
  /external/chromium/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc 37 // that we can use DeleteSoon().
161 MessageLoop::current()->DeleteSoon(FROM_HERE, this);
  /external/chromium/chrome/browser/
gpu_process_host_ui_shim.cc 210 BrowserThread::DeleteSoon(BrowserThread::GPU,
216 BrowserThread::DeleteSoon(BrowserThread::GPU,
plugin_data_remover.cc 43 BrowserThread::DeleteSoon(BrowserThread::IO, FROM_HERE, channel_);
browsing_data_remover.cc 340 MessageLoop::current()->DeleteSoon(FROM_HERE, this);
  /external/chromium/chrome/browser/sync/glue/
http_bridge.cc 261 BrowserThread::DeleteSoon(BrowserThread::IO, FROM_HERE,
291 MessageLoop::current()->DeleteSoon(FROM_HERE, fetch_state_.url_poster);
  /external/chromium/chrome/browser/ui/
input_window_dialog_gtk.cc 134 MessageLoop::current()->DeleteSoon(FROM_HERE, this);
  /external/chromium/chrome/browser/bookmarks/
bookmark_html_writer.cc 397 MessageLoop::current()->DeleteSoon(FROM_HERE, fetcher);
426 MessageLoop::current()->DeleteSoon(FROM_HERE, fetcher);
  /external/chromium/chrome/browser/ui/gtk/
edit_search_engine_dialog.cc 276 MessageLoop::current()->DeleteSoon(FROM_HERE, this);
  /external/chromium/chrome/browser/ui/views/extensions/
browser_action_overflow_menu_controller.cc 75 MessageLoop::current()->DeleteSoon(FROM_HERE, this);
  /external/chromium/chrome/browser/ui/views/
fullscreen_exit_bubble.cc 166 MessageLoop::current()->DeleteSoon(FROM_HERE, popup_);

Completed in 607 milliseconds

1 2