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 103 base::Thread* ioThread = WebUrlLoaderClient::ioThread();
104 scoped_refptr<base::MessageLoopProxy> cacheMessageLoopProxy = ioThread->message_loop_proxy();
132 base::Thread* thread = WebUrlLoaderClient::ioThread();
139 base::Thread* thread = WebUrlLoaderClient::ioThread();
198 base::Thread* thread = WebUrlLoaderClient::ioThread();
WebCookieJar.cpp 198 base::Thread* ioThread = WebUrlLoaderClient::ioThread();
199 if (ioThread) {
201 ioThread->message_loop()->PostTask(FROM_HERE, NewRunnableMethod(
WebUrlLoaderClient.cpp 47 base::Thread* WebUrlLoaderClient::ioThread()
52 // Multiple threads appear to access the ioThread so we must ensure the
134 base::Thread* thread = ioThread();
150 base::Thread* thread = ioThread();
171 base::Thread* thread = ioThread();
269 base::Thread* thread = ioThread();
279 base::Thread* thread = ioThread();
289 base::Thread* thread = ioThread();
303 base::Thread* thread = ioThread();
312 base::Thread* thread = ioThread();
    [all...]

Completed in 165 milliseconds