OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentlyOn
(Results
551 - 575
of
715
) sorted by null
<<
21
22
23
24
25
26
27
28
29
/external/chromium_org/chrome/browser/chromeos/settings/
cros_settings_unittest.cc
47
DCHECK(content::BrowserThread::
CurrentlyOn
(content::BrowserThread::UI));
69
DCHECK(content::BrowserThread::
CurrentlyOn
(content::BrowserThread::UI));
/external/chromium_org/chrome/browser/component_updater/pnacl/
pnacl_component_installer.cc
299
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
316
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::FILE));
/external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_unittest.cc
37
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::IO));
49
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
86
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::IO));
97
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
307
return BrowserThread::
CurrentlyOn
(BrowserThread::UI);
309
return BrowserThread::
CurrentlyOn
(BrowserThread::IO);
315
return !BrowserThread::
CurrentlyOn
(BrowserThread::UI) &&
316
!BrowserThread::
CurrentlyOn
(BrowserThread::IO);
[
all
...]
/external/chromium_org/chrome/browser/plugins/
plugin_finder.cc
146
DCHECK(content::BrowserThread::
CurrentlyOn
(content::BrowserThread::UI));
150
DCHECK(content::BrowserThread::
CurrentlyOn
(content::BrowserThread::UI));
/external/chromium_org/chrome/browser/speech/
tts_linux.cc
313
if (!BrowserThread::
CurrentlyOn
(BrowserThread::UI)) {
334
if (!BrowserThread::
CurrentlyOn
(BrowserThread::UI)) {
/external/chromium_org/chrome/browser/sync/glue/
typed_url_change_processor.cc
52
DCHECK(!BrowserThread::
CurrentlyOn
(BrowserThread::UI));
340
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
/external/chromium_org/content/browser/
plugin_process_host.cc
132
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::IO));
271
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::IO));
/external/chromium_org/content/browser/renderer_host/p2p/
socket_dispatcher_host.cc
155
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::IO));
173
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
/external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service.cc
170
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
219
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
264
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
281
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
377
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
622
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
/external/chromium_org/chrome/browser/extensions/
extension_service.cc
156
CHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
205
CHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
294
CHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
409
CHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
510
CHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
605
CHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
699
CHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
[
all
...]
/external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc
174
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::DB));
309
ASSERT_TRUE(BrowserThread::
CurrentlyOn
(BrowserThread::DB));
327
ASSERT_TRUE(BrowserThread::
CurrentlyOn
(BrowserThread::DB));
352
EXPECT_TRUE(BrowserThread::
CurrentlyOn
(BrowserThread::DB));
353
if (!BrowserThread::
CurrentlyOn
(BrowserThread::DB))
370
EXPECT_TRUE(BrowserThread::
CurrentlyOn
(BrowserThread::DB));
371
if (!BrowserThread::
CurrentlyOn
(BrowserThread::DB))
805
ASSERT_TRUE(BrowserThread::
CurrentlyOn
(BrowserThread::DB));
854
ASSERT_FALSE(BrowserThread::
CurrentlyOn
(BrowserThread::DB));
865
ASSERT_FALSE(BrowserThread::
CurrentlyOn
(BrowserThread::DB))
[
all
...]
/external/chromium_org/content/browser/download/
download_browsertest.cc
202
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::FILE));
210
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::FILE));
222
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
253
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
261
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
266
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
292
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::FILE));
297
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::FILE));
303
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::FILE));
474
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI))
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/management/
management_api.cc
362
CHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
370
CHECK(BrowserThread::
CurrentlyOn
(BrowserThread::IO));
389
CHECK(BrowserThread::
CurrentlyOn
(BrowserThread::IO));
405
CHECK(BrowserThread::
CurrentlyOn
(BrowserThread::IO));
414
CHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
[
all
...]
/external/chromium_org/chrome/browser/profiles/
profile_info_cache.cc
89
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::FILE));
112
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::FILE));
136
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::FILE));
[
all
...]
profile_manager.cc
115
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::FILE));
384
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
573
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
589
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
706
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::FILE));
[
all
...]
/external/chromium_org/chrome/browser/chromeos/login/users/
supervised_user_manager_impl.cc
138
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
359
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
372
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
/external/chromium_org/chrome/browser/devtools/device/
android_device_manager.cc
406
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
413
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
436
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
/external/chromium_org/chrome/browser/devtools/device/usb/
android_usb_browsertest.cc
591
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
678
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
691
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::FILE));
/external/chromium_org/chrome/browser/devtools/
devtools_targets_ui.cc
230
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::IO));
236
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
293
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
/external/chromium_org/chrome/browser/web_applications/
web_app_win.cc
279
DCHECK(content::BrowserThread::
CurrentlyOn
(content::BrowserThread::FILE));
449
DCHECK(content::BrowserThread::
CurrentlyOn
(content::BrowserThread::FILE));
494
DCHECK(content::BrowserThread::
CurrentlyOn
(content::BrowserThread::FILE));
/external/chromium_org/content/browser/indexed_db/
indexed_db_callbacks.cc
244
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::IO));
253
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::IO));
300
DCHECK(!BrowserThread::
CurrentlyOn
(BrowserThread::IO));
indexed_db_context_impl.cc
511
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::IO));
534
if (!BrowserThread::
CurrentlyOn
(BrowserThread::IO)) {
545
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::IO));
/external/chromium_org/content/browser/webui/
url_data_manager_backend.cc
414
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
530
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::IO));
650
if (BrowserThread::
CurrentlyOn
(BrowserThread::UI) &&
/external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_data.cc
158
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
419
DCHECK(BrowserThread::
CurrentlyOn
(BrowserThread::UI));
/external/chromium_org/chrome/browser/chromeos/power/
cpu_data_collector.cc
294
DCHECK(!content::BrowserThread::
CurrentlyOn
(content::BrowserThread::UI));
385
DCHECK(content::BrowserThread::
CurrentlyOn
(content::BrowserThread::UI));
Completed in 1206 milliseconds
<<
21
22
23
24
25
26
27
28
29