Searched defs:ioThread (Results 1 - 4 of 4) sorted by relevance

/external/chromium/android/autofill/
H A Dandroid_url_request_context_getter.h37 AndroidURLRequestContextGetter(net::URLRequestContext* context, base::Thread* ioThread) argument
39 , io_thread_(ioThread)
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebCache.cpp95 base::Thread* ioThread = WebUrlLoaderClient::ioThread(); local
96 scoped_refptr<base::MessageLoopProxy> cacheMessageLoopProxy = ioThread->message_loop_proxy();
129 base::Thread* thread = WebUrlLoaderClient::ioThread();
136 base::Thread* thread = WebUrlLoaderClient::ioThread();
151 base::Thread* thread = WebUrlLoaderClient::ioThread();
210 base::Thread* thread = WebUrlLoaderClient::ioThread();
H A DWebCookieJar.cpp209 base::Thread* ioThread = WebUrlLoaderClient::ioThread(); local
210 if (ioThread) {
212 ioThread->message_loop()->PostTask(FROM_HERE, NewRunnableMethod(
H A DWebUrlLoaderClient.cpp48 base::Thread* WebUrlLoaderClient::ioThread() function in class:android::WebUrlLoaderClient
53 // Multiple threads appear to access the ioThread so we must ensure the
136 base::Thread* thread = ioThread();
152 base::Thread* thread = ioThread();
173 base::Thread* thread = ioThread();
271 base::Thread* thread = ioThread();
281 base::Thread* thread = ioThread();
291 base::Thread* thread = ioThread();
305 base::Thread* thread = ioThread();
314 base::Thread* thread = ioThread();
[all...]

Completed in 91 milliseconds