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

  /external/chromium/android/autofill/
android_url_request_context_getter.h 37 AndroidURLRequestContextGetter(net::URLRequestContext* context, base::Thread* ioThread)
39 , io_thread_(ioThread)
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebCache.cpp 95 base::Thread* ioThread = WebUrlLoaderClient::ioThread();
96 scoped_refptr<base::MessageLoopProxy> cacheMessageLoopProxy = ioThread->message_loop_proxy();
129 base::Thread* thread = WebUrlLoaderClient::ioThread();
136 base::Thread* thread = WebUrlLoaderClient::ioThread();
195 base::Thread* thread = WebUrlLoaderClient::ioThread();
WebUrlLoaderClient.cpp 47 base::Thread* WebUrlLoaderClient::ioThread()
52 // Multiple threads appear to access the ioThread so we must ensure the
135 base::Thread* thread = ioThread();
151 base::Thread* thread = ioThread();
172 base::Thread* thread = ioThread();
270 base::Thread* thread = ioThread();
280 base::Thread* thread = ioThread();
290 base::Thread* thread = ioThread();
304 base::Thread* thread = ioThread();
313 base::Thread* thread = ioThread();
    [all...]
WebCookieJar.cpp 198 base::Thread* ioThread = WebUrlLoaderClient::ioThread();
199 if (ioThread) {
201 ioThread->message_loop()->PostTask(FROM_HERE, NewRunnableMethod(
CacheResult.cpp 133 base::Thread* thread = WebUrlLoaderClient::ioThread();
212 base::Thread* thread = WebUrlLoaderClient::ioThread();
WebUrlLoaderClient.h 99 static base::Thread* ioThread();
  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.cpp 71 mTabContents->SetProfileRequestContext(new AndroidURLRequestContextGetter(mWebViewCore->webRequestContext(), WebUrlLoaderClient::ioThread()));
114 base::Thread* thread = WebUrlLoaderClient::ioThread();

Completed in 2194 milliseconds