HomeSort by relevance Sort by last modified time
    Searched refs:UI (Results 51 - 75 of 541) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/sync/glue/
frontend_data_type_controller.cc 31 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
38 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
42 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
107 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
155 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
162 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
password_data_type_controller.cc 41 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
66 // TODO(sync): Blocking the UI thread at shutdown is bad. If we had a way of
72 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
176 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
188 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
213 BrowserThread::UI, FROM_HERE,
222 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
autofill_data_type_controller.cc 34 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
41 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
52 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
109 // TODO(sync): Blocking the UI thread at shutdown is bad. If we had a way of
116 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
140 // Deactivate the change processor on the UI thread. We dont want to listen
183 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
256 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
271 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
309 BrowserThread::UI, FROM_HERE
    [all...]
session_change_processor.cc 33 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
46 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
52 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
58 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
156 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
227 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
235 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
241 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
261 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
extension_change_processor.cc 34 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
39 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
49 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
99 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
152 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
163 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
171 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
195 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
typed_url_data_type_controller.cc 59 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
66 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
71 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
107 // TODO(sync): Blocking the UI thread at shutdown is bad. If we had a way of
114 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
220 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
233 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
267 BrowserThread::UI, FROM_HERE,
276 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/automation/
automation_provider_unittest.cc 28 BrowserThread ui_thread(BrowserThread::UI, &message_loop);
  /external/chromium/chrome/browser/download/
save_file_manager.cc 19 #include "chrome/browser/ui/download/download_tab_helper.h"
20 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
74 // Make sure it runs in the UI thread.
75 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
87 // Make sure it runs in UI thread.
88 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
111 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
128 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
162 // Utility function for look up table maintenance, called on the UI thread.
171 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_data_deleter.h 41 // respectively. This function must be called from the UI thread.
45 friend struct BrowserThread::DeleteOnThread<BrowserThread::UI>;
  /external/chromium/chrome/browser/notifications/
desktop_notification_service_factory.cc 16 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/service/
service_process_control_manager.cc 22 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/
shell_integration.cc 101 BrowserThread::UI, FROM_HERE,
108 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
116 BrowserThread::UI, FROM_HERE,
122 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
user_style_sheet_watcher.h 39 friend struct BrowserThread::DeleteOnThread<BrowserThread::UI>;
browsing_data_indexed_db_helper.cc 38 // Notifies the completion callback in the UI thread.
48 // This only mutates on the UI thread.
52 // it's true when StartFetching() is called in the UI thread, and it's reset
53 // after we notified the callback in the UI thread.
54 // This only mutates on the UI thread.
73 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
86 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
92 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
136 BrowserThread::UI, FROM_HERE,
142 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
    [all...]
browsing_data_database_helper.cc 60 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
71 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
77 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
119 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, NewRunnableMethod(
124 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
126 // Note: completion_callback_ mutates only in the UI thread, so it's safe to
165 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
197 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
242 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, NewRunnableMethod(
browsing_data_local_storage_helper.cc 60 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
74 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
80 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
124 BrowserThread::UI, FROM_HERE,
130 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
132 // Note: completion_callback_ mutates only in the UI thread, so it's safe to
156 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
185 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
235 BrowserThread::UI, FROM_HERE,
  /external/chromium/chrome/browser/sync/sessions/
sync_session_context.cc 32 // In unittests, there may be no UI thread, so the above will fail.
33 if (!BrowserThread::DeleteSoon(BrowserThread::UI, FROM_HERE,
  /external/chromium/chrome/browser/webdata/
web_data_service_test_util.h 22 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/llvm/lib/Transforms/Scalar/
Reg2Mem.cpp 50 for (Value::const_use_iterator UI = Inst->use_begin(),E = Inst->use_end();
51 UI != E; ++UI) {
52 const Instruction *I = cast<Instruction>(*UI);
  /external/chromium/chrome/browser/geolocation/
geolocation_content_settings_map.cc 9 // are read and written in the UI thread. (If in future this is no longer the
42 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
58 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
70 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
81 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
112 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
140 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
152 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
189 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
225 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
    [all...]
  /external/chromium/chrome/browser/speech/
speech_input_bubble_controller.cc 13 #include "ui/gfx/rect.h"
31 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
33 BrowserThread::UI, FROM_HERE,
39 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
87 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
142 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
143 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, NewRunnableMethod(
148 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
197 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
209 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
parallel_authenticator.cc 85 // Sadly, this MUST be on the UI thread due to sending DBus traffic :-/
87 BrowserThread::UI, FROM_HERE,
110 // Sadly, this MUST be on the UI thread due to sending DBus traffic :-/
112 BrowserThread::UI, FROM_HERE,
121 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
128 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
147 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
159 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
184 BrowserThread::UI, FROM_HERE,
188 BrowserThread::UI, FROM_HERE
    [all...]
image_downloader.cc 30 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
47 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/chromeos/cros/
brightness_library.cc 53 // Make sure we run on the UI thread.
54 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
56 BrowserThread::UI, FROM_HERE,
  /external/chromium/chrome/browser/chromeos/
network_state_notifier.cc 26 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
51 // Update the state 500ms later using UI thread.
54 BrowserThread::UI, FROM_HERE,

Completed in 534 milliseconds

1 23 4 5 6 7 8 91011>>