Searched refs:UI (Results 176 - 200 of 1173) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/bitmap_fetcher/
H A Dbitmap_fetcher.cc39 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
55 content::BrowserThread::UI);
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_file_system_helper.cc50 // must be called on the UI thread.
68 // indirectly via the UI thread and guarded by |is_fetching_|. This means
70 // flag |is_fetching_| is only accessed on the UI thread. In the context of
76 // UI thread.
80 // when StartFetching is called on the UI thread, and reset to false when
82 // This property only mutates on the UI thread.
99 DCHECK_CURRENTLY_ON(BrowserThread::UI);
113 DCHECK_CURRENTLY_ON(BrowserThread::UI);
162 BrowserThread::UI, FROM_HERE,
167 DCHECK_CURRENTLY_ON(BrowserThread::UI);
[all...]
/external/chromium_org/chrome/browser/chromeos/
H A Dcamera_detector.cc44 DCHECK(BrowserThread::CurrentlyOn(content::BrowserThread::UI));
60 DCHECK(BrowserThread::CurrentlyOn(content::BrowserThread::UI));
H A Dcustomization_wallpaper_downloader.cc78 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
82 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
86 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
106 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
122 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
140 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
147 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
191 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dwrite_on_cache_file.cc31 // in the UI thread after that.
39 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
62 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
/external/chromium_org/chrome/browser/chromeos/system_logs/
H A Ddebug_daemon_log_source.cc41 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
79 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
90 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
101 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
112 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
123 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
135 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
197 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Dentry_picker.cc44 content::BrowserThread::PostTask(content::BrowserThread::UI, FROM_HERE,
50 content::BrowserThread::PostTask(content::BrowserThread::UI, FROM_HERE,
/external/chromium_org/chrome/browser/extensions/
H A Dglobal_shortcut_listener_chromeos.cc17 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
25 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
/external/chromium_org/chrome/browser/feedback/
H A Dfeedback_profile_observer.cc42 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
54 BrowserThread::UI, FROM_HERE, base::Bind(&FeedbackUploader::QueueReport,
/external/chromium_org/chrome/browser/media/
H A Dmedia_device_id_salt.cc28 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
47 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
/external/chromium_org/chrome/browser/net/
H A Dchrome_http_user_agent_settings.cc14 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
29 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
H A Dclient_hints.cc18 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
44 content::BrowserThread::UI,
H A Dprediction_options.cc78 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
92 DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Dpepper_broker_message_filter.cc39 return BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI);
54 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
/external/chromium_org/chrome/browser/ui/android/infobars/
H A Dauto_login_prompter.cc61 BrowserThread::UI, FROM_HERE,
72 DCHECK_CURRENTLY_ON(BrowserThread::UI);
/external/chromium_org/chrome/browser/ui/android/
H A Dlogin_prompt_android.cc34 DCHECK_CURRENTLY_ON(BrowserThread::UI); variable
44 DCHECK_CURRENTLY_ON(BrowserThread::UI); variable
/external/chromium_org/content/browser/android/in_process/
H A Dsynchronous_input_event_filter.cc37 BrowserThread::UI, FROM_HERE,
44 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_message_filter.cc37 // we're on the UI thread and fallback code is expected to be run on the IO
51 *thread = BrowserThread::UI;
56 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_request.cc49 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
61 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
/external/chromium_org/extensions/browser/api/dns/
H A Dmock_host_resolver_creator.cc27 DCHECK_CURRENTLY_ON(BrowserThread::UI);
50 DCHECK_CURRENTLY_ON(BrowserThread::UI);
/external/chromium_org/extensions/browser/api/system_info/
H A Dsystem_info_provider.cc32 DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
47 DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
/external/llvm/tools/llvm-readobj/
H A DWin64EHDumper.h48 void printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC);
50 off_t Offset, const UnwindInfo &UI);
/external/openssl/crypto/ui/
H A Dui_openssl.c316 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl);
318 static int read_string(UI *ui, UI_STRING *uis);
319 static int write_string(UI *ui, UI_STRING *uis);
321 static int open_console(UI *ui);
322 static int echo_console(UI *ui);
323 static int noecho_console(UI *ui);
324 static int close_console(UI *ui);
345 static int write_string(UI *ui, UI_STRING *uis)
360 static int read_string(UI *ui, UI_STRING *uis)
416 static int read_string_inner(UI *u
[all...]
/external/chromium_org/chrome/browser/chromeos/device/
H A Dinput_service_proxy.cc20 ServiceObserver() { DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); }
53 BrowserThread::UI, FROM_HERE, base::Bind(callback, success, info));
61 BrowserThread::UI,
69 BrowserThread::UI,
86 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dopen_file_operation.cc53 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
86 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
109 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
148 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
167 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));

Completed in 7003 milliseconds

1234567891011>>