Searched refs:current (Results 251 - 275 of 3914) sorted by path

<<11121314151617181920>>

/external/chromium_org/chrome/browser/bitmap_fetcher/
H A Dbitmap_fetcher.cc60 int64 current,
59 OnURLFetchDownloadProgress(const net::URLFetcher* source, int64 current, int64 total) argument
H A Dbitmap_fetcher.h50 // This will be called when some part of the response is read. |current|
54 int64 current,
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_html_writer.cc230 // Indents the current line.
418 base::MessageLoop::current()->DeleteSoon(FROM_HERE, fetcher);
446 base::MessageLoop::current()->DeleteSoon(FROM_HERE, fetcher);
/external/chromium_org/chrome/browser/
H A Dbrowser_about_handler.cc97 base::MessageLoop::current()->PostTask(FROM_HERE,
101 base::MessageLoop::current()->PostTask(FROM_HERE,
H A Dbrowser_keyevents_browsertest.cc122 base::MessageLoopForUI::current()->Quit();
H A Dbrowser_process_impl.cc383 CHECK(base::MessageLoop::current()->is_running());
386 base::MessageLoop::current()->PostTask(
390 base::MessageLoop::current()->Quit();
1215 DLOG(WARNING) << "Shutting down current instance of the browser.";
H A Dchrome_browser_main_android.cc88 base::MessageLoopForUI::current()->Start();
H A Dchrome_browser_main_extra_parts_x11.cc29 base::MessageLoop::current()->PostTask(
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_appcache_helper.cc69 InfoByOrigin::iterator current = origin; local
71 if (!BrowsingDataHelper::HasWebScheme(current->first))
72 origin_map.erase(current);
H A Dbrowsing_data_channel_id_helper.cc195 base::MessageLoop::current()->PostTask(
H A Dbrowsing_data_database_helper_browsertest.cc75 base::MessageLoop::current()->Quit();
H A Dbrowsing_data_file_system_helper.cc62 // Keep a reference to the FileSystemContext object for the current profile
66 // Holds the current list of file systems returned to the client after
144 const GURL& current = *iter; local
145 if (!BrowsingDataHelper::HasWebScheme(current))
148 filesystem_context_.get(), current, type);
151 std::make_pair(current, FileSystemInfo(current))).first;
H A Dbrowsing_data_file_system_helper_unittest.cc70 base::MessageLoop::current()->RunUntilIdle();
76 base::MessageLoop::current()->RunUntilIdle();
83 // Blocks on the current MessageLoop until Notify() is called.
85 base::MessageLoop::current()->Run();
88 // Unblocks the current MessageLoop. Should be called in response to some sort
91 base::MessageLoop::current()->Quit();
H A Dbrowsing_data_helper_browsertest.h27 base::MessageLoop::current()->Run();
35 base::MessageLoop::current()->Quit();
H A Dbrowsing_data_indexed_db_helper_unittest.cc21 base::MessageLoopProxy::current().get());
H A Dbrowsing_data_local_storage_helper_browsertest.cc108 base::MessageLoop::current()->Quit();
H A Dbrowsing_data_quota_helper_unittest.cc53 base::MessageLoop::current()->RunUntilIdle();
133 base::MessageLoop::current()->RunUntilIdle();
149 base::MessageLoop::current()->RunUntilIdle();
178 base::MessageLoop::current()->RunUntilIdle();
194 base::MessageLoop::current()->RunUntilIdle();
197 base::MessageLoop::current()->RunUntilIdle();
200 base::MessageLoop::current()->RunUntilIdle();
204 base::MessageLoop::current()->RunUntilIdle();
H A Dbrowsing_data_remover.cc681 LOG(WARNING) << "Failed to find user for current profile.";
814 content::NotificationService::current()->Notify(
823 base::MessageLoop::current()->DeleteSoon(FROM_HERE, this);
H A Dbrowsing_data_remover_unittest.cc115 base::MessageLoop::current()->PostTask(
286 base::MessageLoop::current()->RunUntilIdle();
299 base::MessageLoop::current()->RunUntilIdle();
340 // Add a server bound cert for |server|, with the current time as the
496 base::MessageLoop::current()->Run();
511 base::MessageLoop::current()->Run();
516 base::MessageLoop::current()->Quit();
734 base::MessageLoop::current()->RunUntilIdle();
H A Dcookies_tree_model_unittest.cc50 base::MessageLoop::current()->RunUntilIdle();
98 base::MessageLoop::current()->RunUntilIdle();
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_browsertest.cc350 // Returns a URLRequestJob that reflects the current captive portal state
591 base::MessageLoopForUI::current()->Quit();
680 base::MessageLoopForUI::current()->Quit();
774 base::MessageLoop::current()->Quit();
H A Dcaptive_portal_service.cc332 content::NotificationService::current()->Notify(
H A Dcaptive_portal_tab_reloader.cc103 base::MessageLoop::current()->PostTask(
121 // Only start the SSL timer running if no SSL URL has been seen in the current
H A Dcaptive_portal_tab_reloader_unittest.cc122 base::MessageLoop::current()->RunUntilIdle();
172 base::MessageLoop::current()->RunUntilIdle();
216 base::MessageLoop::current()->RunUntilIdle();
244 base::MessageLoop::current()->RunUntilIdle();
254 base::MessageLoop::current()->RunUntilIdle();
378 base::MessageLoop::current()->RunUntilIdle();
389 base::MessageLoop::current()->RunUntilIdle();
408 base::MessageLoop::current()->RunUntilIdle();
433 base::MessageLoop::current()->RunUntilIdle();
458 base::MessageLoop::current()
[all...]
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dapp_session_lifetime.cc108 base::MessageLoop::current()->PostTask(
137 // Set the app_id for the current instance of KioskAppUpdateService.

Completed in 317 milliseconds

<<11121314151617181920>>