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

  /external/chromium_org/chrome/browser/safe_browsing/
ui_manager.cc 59 void SafeBrowsingUIManager::StopOnIOThread(bool shutdown) {
safe_browsing_service.cc 462 void SafeBrowsingService::StopOnIOThread(bool shutdown) {
466 database_manager_->StopOnIOThread(shutdown);
468 ui_manager_->StopOnIOThread(shutdown);
497 base::Bind(&SafeBrowsingService::StopOnIOThread, this, shutdown));
database_manager.cc 575 void SafeBrowsingDatabaseManager::StopOnIOThread(bool shutdown) {
    [all...]
  /external/chromium_org/chrome/browser/devtools/
devtools_targets_ui.cc 104 base::Bind(&WorkerObserver::StopOnIOThread, this));
128 void StopOnIOThread() {
  /external/chromium_org/content/browser/service_worker/
service_worker_browsertest.cc 354 void StopOnIOThread() {
447 base::Bind(&self::StopOnIOThread, this,
558 void StopOnIOThread(const base::Closure& done,
592 base::Bind(&self::StopOnIOThread, this));
637 base::Bind(&self::StopOnIOThread, this,
    [all...]

Completed in 950 milliseconds