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

  /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();
151 base::Thread* thread = WebUrlLoaderClient::ioThread();
210 base::Thread* thread = WebUrlLoaderClient::ioThread();
WebCookieJar.cpp 209 base::Thread* ioThread = WebUrlLoaderClient::ioThread();
210 if (ioThread) {
212 ioThread->message_loop()->PostTask(FROM_HERE, NewRunnableMethod(
WebUrlLoaderClient.cpp 48 base::Thread* WebUrlLoaderClient::ioThread()
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 48 milliseconds