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

  /external/chromium/net/http/
http_transaction_unittest.h 209 ALLOW_THIS_IN_INITIALIZER_LIST(task_factory_(this)), data_cursor_(0) {
300 MessageLoop::current()->PostTask(FROM_HERE, task_factory_.NewRunnableMethod(
307 ScopedRunnableMethodFactory<MockNetworkTransaction> task_factory_; member in class:MockNetworkTransaction
http_cache.h 297 ScopedRunnableMethodFactory<HttpCache> task_factory_; member in class:net::HttpCache
http_cache.cc 139 ALLOW_THIS_IN_INITIALIZER_LIST(task_factory_(this)),
151 ALLOW_THIS_IN_INITIALIZER_LIST(task_factory_(this)),
166 ALLOW_THIS_IN_INITIALIZER_LIST(task_factory_(this)),
177 ALLOW_THIS_IN_INITIALIZER_LIST(task_factory_(this)),
699 task_factory_.NewRunnableMethod(&HttpCache::OnProcessPendingQueue,
  /external/chromium/net/proxy/
proxy_script_fetcher.cc 117 ScopedRunnableMethodFactory<ProxyScriptFetcherImpl> task_factory_; member in class:net::ProxyScriptFetcherImpl
150 : ALLOW_THIS_IN_INITIALIZER_LIST(task_factory_(this)),
195 task_factory_.NewRunnableMethod(&ProxyScriptFetcherImpl::OnTimeout,

Completed in 74 milliseconds