/external/chromium_org/chrome/browser/profiles/ |
profile_io_data.cc | 267 // IO thread: 268 // UI thread IO Thread 302 BrowserThread::IO, 322 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 334 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 417 BrowserThread::PostTask(BrowserThread::IO, 440 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO); 509 // object to the IO thread after this function. 570 if (BrowserThread::IsMessageLoopValid(BrowserThread::IO)) 571 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); [all...] |
/external/chromium_org/content/browser/media/ |
webrtc_identity_store_backend.cc | 190 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 228 return BrowserThread::PostTask(BrowserThread::IO, 241 BrowserThread::IO, 251 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 282 if (!BrowserThread::CurrentlyOn(BrowserThread::IO)) { 284 BrowserThread::IO, 303 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 328 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 341 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
/external/chromium_org/chrome/browser/ |
io_thread.cc | 109 // The IOThread object must outlive any tasks posted to the IO thread before the 356 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO)) { 362 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 450 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO)); 458 BrowserThread::SetDelegate(BrowserThread::IO, this); 464 BrowserThread::SetDelegate(BrowserThread::IO, NULL); 471 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 476 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 488 BrowserThread::IO, 509 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); [all...] |
chrome_quota_permission_context.cc | 198 if (!content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)) { 200 content::BrowserThread::IO, FROM_HERE,
|
/external/chromium_org/content/browser/ |
plugin_service_impl.cc | 93 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 279 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 320 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 363 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 391 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 438 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 472 // Now we jump back to the IO thread to finish opening the channel. 474 BrowserThread::IO, FROM_HERE, 486 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 610 BrowserThread::PostTask(BrowserThread::IO, FROM_HERE [all...] |
storage_partition_impl.cc | 49 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 67 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 79 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 104 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 212 // Most of the operations in this class are done on IO thread. 242 // All of these data are accessed on IO thread. 256 // and IO thread. An instance of this class is created in the beginning of 308 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 380 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO).get(), 507 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); [all...] |
/external/lzma/CS/7zip/Compress/LZMA/ |
LzmaDecoder.cs | 9 public class Decoder : ICoder, ISetDecoderProperties // ,System.IO.Stream
198 void Init(System.IO.Stream inStream, System.IO.Stream outStream)
230 public void Code(System.IO.Stream inStream, System.IO.Stream outStream,
367 public bool Train(System.IO.Stream stream)
391 public override long Seek(long offset, System.IO.SeekOrigin origin)
|
/external/chromium_org/chrome/browser/automation/ |
automation_util.cc | 233 BrowserThread::IO, FROM_HERE, 254 BrowserThread::IO, FROM_HERE, 274 BrowserThread::IO, FROM_HERE, 301 if (!BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, task)) { 352 if (!BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, task)) { 444 if (!BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, task)) {
|
/external/chromium_org/chrome/browser/ui/webui/net_internals/ |
net_internals_ui_browsertest.cc | 48 // Called on IO thread. Adds an entry to the cache for the specified hostname. 55 ASSERT_TRUE(BrowserThread::CurrentlyOn(BrowserThread::IO)); 80 // Called on IO thread. Adds an entry to the list of known HTTP pipelining 87 ASSERT_TRUE(BrowserThread::CurrentlyOn(BrowserThread::IO)); 97 // Called on IO thread. Adds an entry to the list of known HTTP pipelining 101 ASSERT_TRUE(BrowserThread::CurrentlyOn(BrowserThread::IO)); 130 // hostname by posting a task to the IO thread. Takes the host name, 242 BrowserThread::IO, FROM_HERE, 307 BrowserThread::IO, FROM_HERE, 330 BrowserThread::IO, FROM_HERE [all...] |
/external/chromium_org/components/nacl/browser/ |
pnacl_translation_cache.cc | 90 // If there was an error, doom the entry. Then post a task to the IO 150 BrowserThread::IO, 157 BrowserThread::PostTask(BrowserThread::IO, 221 BrowserThread::IO, FROM_HERE, base::Bind(&CloseDiskCacheEntry, entry_)); 229 BrowserThread::PostTask(BrowserThread::IO, 236 BrowserThread::IO, FROM_HERE, base::Bind(write_callback_, rv)); 360 BrowserThread::IO, FROM_HERE, base::Bind(init_callback_, rv));
|
/external/lzma/CS/7zip/ |
ICoder.cs | 60 void Code(System.IO.Stream inStream, System.IO.Stream outStream,
150 void WriteCoderProperties(System.IO.Stream outStream);
|
/external/chromium_org/chrome/browser/custom_handlers/ |
protocol_handler_registry.cc | 63 // IOThreadDelegate is an IO thread specific object. Access to the class should 64 // all be done via the IO thread. The registry living on the UI thread makes 65 // a best effort to update the IO object after local updates are completed. 72 // enabled on the IO thread. 76 // Should be called only from the IO thread. 80 // Should be called only from the IO thread. 84 // Should be called only from the IO thread. 92 // Indicate that the registry has been enabled in the IO thread's 96 // Indicate that the registry has been disabled in the IO thread's copy of 104 // Copy of protocol handlers use only on the IO thread [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
cryptohome_op.cc | 28 BrowserThread::IO, FROM_HERE, 35 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
/external/chromium/chrome/browser/debugger/ |
devtools_http_protocol_handler.cc | 50 BrowserThread::IO, 75 BrowserThread::IO, 110 BrowserThread::IO, FROM_HERE, 116 BrowserThread::IO, FROM_HERE, 508 BrowserThread::IO, FROM_HERE, 518 BrowserThread::IO, FROM_HERE, 527 BrowserThread::IO, FROM_HERE, 538 BrowserThread::IO, FROM_HERE,
|
/external/chromium/chrome/browser/policy/ |
device_management_service.cc | 92 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 103 return BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO);
|
/external/chromium/chrome/browser/renderer_host/ |
offline_resource_handler.cc | 133 if (!BrowserThread::CurrentlyOn(BrowserThread::IO)) { 135 BrowserThread::IO, FROM_HERE,
|
/external/chromium/chrome/browser/search_engines/ |
template_url_model_test_util.cc | 55 io_thread_(BrowserThread::IO) { 183 WaitForThreadToProcessRequests(BrowserThread::IO);
|
/external/chromium_org/chrome/browser/extensions/api/cookies/ |
cookies_api.cc | 226 BrowserThread::IO, FROM_HERE, 235 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 298 BrowserThread::IO, FROM_HERE, 307 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 362 BrowserThread::IO, FROM_HERE, 371 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 474 // Pass the work off to the IO thread. 476 BrowserThread::IO, FROM_HERE, 485 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
/external/chromium_org/chrome/browser/media_galleries/linux/ |
mtp_read_file_worker.cc | 128 content::BrowserThread::IO, 135 content::BrowserThread::IO,
|
/external/chromium_org/chrome/browser/plugins/ |
plugin_installer.cc | 44 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 146 BrowserThread::IO, FROM_HERE,
|
/external/chromium_org/chrome/browser/sessions/ |
session_data_deleter.cc | 80 content::BrowserThread::IO, 103 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
|
/external/chromium_org/chrome/browser/speech/ |
chrome_speech_recognition_manager_delegate_bubble_ui.cc | 41 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 63 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
speech_recognition_bubble_controller_unittest.cc | 102 EXPECT_TRUE(BrowserThread::CurrentlyOn(BrowserThread::IO)); 112 EXPECT_TRUE(BrowserThread::CurrentlyOn(BrowserThread::IO)); 168 // focus changed callback comes back in the IO thread. 182 // recognition cancelled callback comes back in the IO thread. 196 // try-again button click event comes back in the IO thread.
|
/external/chromium_org/chrome/browser/ui/android/ |
ssl_client_certificate_request.cc | 36 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)); 197 content::BrowserThread::IO,
|
/external/chromium_org/content/browser/devtools/ |
devtools_manager_impl.cc | 128 BrowserThread::IO, 151 BrowserThread::IO,
|