HomeSort by relevance Sort by last modified time
    Searched refs:IOThread (Results 26 - 50 of 55) sorted by null

12 3

  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_io_data.h 138 IOThread::Globals* io_thread_globals) const OVERRIDE;
profile_io_data.h 248 IOThread* io_thread;
348 // IOThread associated with profile_params.
433 IOThread::Globals* io_thread_globals) const = 0;
profile_io_data.cc 739 IOThread* const io_thread = profile_params_->io_thread;
740 IOThread::Globals* const io_thread_globals = io_thread->globals();
    [all...]
  /external/chromium/chrome/browser/
browser_process_impl.h 52 virtual IOThread* io_thread();
163 scoped_ptr<IOThread> io_thread_;
browser_process_impl.cc 375 IOThread* BrowserProcessImpl::io_thread() {
727 scoped_ptr<IOThread> thread(new IOThread(
    [all...]
browsing_data_remover.cc 349 void BrowsingDataRemover::ClearNetworkingHistory(IOThread* io_thread) {
  /external/chromium/chrome/browser/profiles/
off_the_record_profile_io_data.cc 124 IOThread* const io_thread = profile_params->io_thread;
125 IOThread::Globals* const io_thread_globals = io_thread->globals();
profile_io_data.cc 277 IOThread* const io_thread = profile_params_->io_thread;
278 IOThread::Globals* const io_thread_globals = io_thread->globals();
profile_impl_io_data.cc 170 IOThread* const io_thread = profile_params->io_thread;
171 IOThread::Globals* const io_thread_globals = io_thread->globals();
  /external/chromium_org/chrome/browser/
browser_process_impl.h 72 virtual IOThread* io_thread() OVERRIDE;
160 scoped_ptr<IOThread> io_thread_;
browser_process_impl.cc 286 // IOThread object being NULL is considered synonymous with the
410 IOThread* BrowserProcessImpl::io_thread() {
868 io_thread_.reset(new IOThread(local_state(), policy_service(), net_log_.get(),
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.h 25 class IOThread;
251 void ClearHostnameResolutionCacheOnIOThread(IOThread* io_thread);
  /external/chromium_org/chrome/browser/extensions/api/socket/
socket_api.h 20 class IOThread;
63 IOThread* io_thread_;
  /external/chromium_org/chrome/test/base/
testing_browser_process.cc 84 IOThread* TestingBrowserProcess::io_thread() {
394 void TestingBrowserProcess::SetIOThread(IOThread* io_thread) {
  /external/chromium_org/chrome/browser/net/
http_pipelining_compatibility_client.cc 441 void DeleteClient(IOThread* io_thread, int /* rv */) {
448 IOThread* io_thread) {
523 const std::string& pipeline_test_server, IOThread* io_thread) {
net_error_tab_helper.cc 61 IOThread* io_thread) {
network_stats.h 351 IOThread* io_thread);
predictor.cc 302 IOThread* io_thread,
793 IOThread* io_thread,
    [all...]
load_time_stats.cc 43 IOThread* io_thread) {
  /external/chromium_org/chrome/browser/chromeos/login/
login_utils_browsertest.cc 281 // IOThread creates ProxyConfigServiceImpl which in turn needs
282 // NetworkHandler. Thus initialize it here before creating IOThread.
285 io_thread_state_.reset(new IOThread(local_state_.Get(),
520 scoped_ptr<IOThread> io_thread_state_;
  /external/chromium/chrome/browser/debugger/
devtools_netlog_observer.cc 218 void DevToolsNetLogObserver::Attach(IOThread* io_thread) {
  /external/chromium/chrome/browser/ui/webui/
net_internals_ui.cc 242 // on the IO thread. |io_thread| is the global IOThread (it is passed in as
246 IOThread* io_thread,
344 // The global IOThread, which contains the global NetLog to observer.
345 IOThread* io_thread_;
671 IOThread* io_thread,
    [all...]
  /external/chromium_org/chrome/browser/prefs/
browser_prefs.cc 212 IOThread::RegisterPrefs(registry);
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.cc 523 // on the IO thread. |io_thread| is the global IOThread (it is passed in as
527 IOThread* io_thread,
628 // The global IOThread, which contains the global NetLog to observer.
629 IOThread* io_thread_;
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_update_job_unittest.cc 549 class IOThread : public base::Thread {
551 explicit IOThread(const char* name)
555 virtual ~IOThread() {
602 io_thread_.reset(new IOThread("AppCacheUpdateJob IO test thread"));
    [all...]

Completed in 1052 milliseconds

12 3