HomeSort by relevance Sort by last modified time
    Searched refs:UI (Results 151 - 175 of 530) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/history/
top_sites.cc 24 #include "chrome/browser/ui/webui/most_visited_handler.h"
36 #include "ui/base/l10n/l10n_util.h"
37 #include "ui/gfx/codec/jpeg_codec.h"
73 // corresponding thumbnails. When run back on the ui thread it calls into
114 // Set of URLs we don't load thumbnails for. This is created on the UI thread
188 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
283 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
296 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
327 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
348 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
    [all...]
  /external/chromium/chrome/browser/notifications/
notifications_prefs_cache_unittest.cc 21 BrowserThread ui_thread(BrowserThread::UI, &loop);
  /external/chromium/chrome/browser/printing/
print_dialog_gtk.h 18 #include "ui/base/gtk/gtk_signal.h"
30 // Needs to be freed on the UI thread to clean up its GTK members variables.
52 friend struct BrowserThread::DeleteOnThread<BrowserThread::UI>;
print_dialog_gtk.cc 21 #include "chrome/browser/ui/browser_list.h"
22 #include "chrome/browser/ui/browser_window.h"
53 // - Printer list out of sync with printer dialog UI.
90 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
104 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
222 // This runs on the print worker thread, does not block the UI thread.
223 DCHECK(!BrowserThread::CurrentlyOn(BrowserThread::UI));
332 BrowserThread::UI, FROM_HERE,
340 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/sync/glue/
bookmark_data_type_controller.cc 53 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
password_data_type_controller.h 66 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
85 // from the UI thread.
preference_model_associator.cc 28 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
42 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
115 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
193 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
202 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
320 // notification to update the UI.
  /external/chromium/chrome/browser/sync/
profile_sync_test_util.h 33 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/ui/gtk/
create_application_shortcuts_dialog_gtk.h 15 #include "ui/base/gtk/gtk_signal.h"
54 // UI elements.
71 friend struct BrowserThread::DeleteOnThread<BrowserThread::UI>;
create_application_shortcuts_dialog_gtk.cc 5 #include "chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.h"
12 #include "chrome/browser/ui/gtk/gtk_util.h"
13 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
14 #include "chrome/browser/ui/web_applications/web_app_ui.h"
23 #include "ui/base/l10n/l10n_util.h"
24 #include "ui/gfx/gtk_util.h"
56 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
168 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
180 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
216 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE
    [all...]
  /external/chromium/chrome/browser/ui/
shell_dialogs_unittest.cc 11 #include "chrome/browser/ui/browser.h"
12 #include "chrome/browser/ui/shell_dialogs.h"
75 BrowserThread ui_thread(BrowserThread::UI, &message_loop);
  /external/chromium/chrome/browser/ui/web_applications/
web_app_ui.cc 5 #include "chrome/browser/ui/web_applications/web_app_ui.h"
14 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
65 // Deletes the worker on UI thread where it gets created.
121 // FetchIcon must run on UI thread because it relies on TabContents
123 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
268 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) {
271 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
277 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/
user_style_sheet_watcher_unittest.cc 32 BrowserThread browser_ui_thread(BrowserThread::UI, &loop);
38 // restricted to being deleted only on UI browser threads.
browsing_data_remover.cc 173 // Since we are running on the UI thread don't call GetURLRequestContext().
355 // Notify the UI thread that we are done.
357 BrowserThread::UI, FROM_HERE,
419 // Notify the UI thread that we are done.
421 BrowserThread::UI, FROM_HERE,
437 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
439 BrowserThread::UI, FROM_HERE,
444 // Notify the UI thread that we are done.
461 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
463 BrowserThread::UI, FROM_HERE
    [all...]
  /external/chromium/chrome/browser/web_applications/
web_app_unittest.cc 10 #include "chrome/browser/ui/tab_contents/test_tab_contents_wrapper.h"
11 #include "chrome/browser/ui/web_applications/web_app_ui.h"
21 ui_thread_(BrowserThread::UI, &message_loop_) {
  /external/chromium/chrome/common/
json_pref_store.cc 22 // Differentiates file loading between UI and FILE threads.
31 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
54 BrowserThread::UI,
59 // Reports deserialization result on the UI thread.
61 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
234 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/net/
predictor_api.cc 27 #include "chrome/browser/ui/browser.h"
128 // NOTE: this is invoked on the UI thread.
133 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
178 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI) ||
196 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
299 // This object lives on the UI thread.
400 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
478 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
505 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
565 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
    [all...]
  /external/llvm/lib/VMCore/
Value.cpp 89 const_use_iterator UI = use_begin(), E = use_end();
91 for (; N; --N, ++UI)
92 if (UI == E) return false; // Too few.
93 return UI == E;
100 const_use_iterator UI = use_begin(), E = use_end();
102 for (; N; --N, ++UI)
103 if (UI == E) return false; // Too few.
  /external/chromium/chrome/browser/prerender/
prerender_manager.cc 140 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
277 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
353 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
434 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
439 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
474 // Ensure that we are in the UI thread, and post to the UI thread if
476 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
478 BrowserThread::UI,
489 // Once we get here, we have to be on the UI thread
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
AllIntentsActivity.java 44 import android.provider.ContactsContract.Intents.UI;
151 new Intent(UI.LIST_DEFAULT, Contacts.CONTENT_URI));
156 new Intent(UI.LIST_ALL_CONTACTS_ACTION, Contacts.CONTENT_URI));
161 new Intent(UI.LIST_CONTACTS_WITH_PHONES_ACTION, Contacts.CONTENT_URI));
166 new Intent(UI.LIST_STARRED_ACTION, Contacts.CONTENT_URI));
171 new Intent(UI.LIST_FREQUENT_ACTION, Contacts.CONTENT_URI));
176 new Intent(UI.LIST_STREQUENT_ACTION, Contacts.CONTENT_URI));
181 new Intent(UI.LIST_GROUP_ACTION, Contacts.CONTENT_URI));
575 Intent intent = new Intent(UI.FILTER_CONTACTS_ACTION);
576 intent.putExtra(UI.FILTER_TEXT_EXTRA_KEY, "A")
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
login_library.cc 184 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) {
189 BrowserThread::UI, FROM_HERE,
333 BrowserThread::UI, FROM_HERE,
341 BrowserThread::UI, FROM_HERE,
349 BrowserThread::UI, FROM_HERE,
mount_library.cc 73 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
87 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
100 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
113 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
409 // Make sure we run on UI thread.
410 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
417 // Make sure we run on UI thread.
418 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/chromeos/login/
login_performer.cc 30 #include "ui/base/l10n/l10n_util.h"
31 #include "ui/base/resource/resource_bundle.h"
80 // Consequent online login failure with blocking UI on.
286 BrowserThread::UI, FROM_HERE,
293 BrowserThread::UI, FROM_HERE,
303 BrowserThread::UI, FROM_HERE,
470 BrowserThread::UI, FROM_HERE,
484 BrowserThread::UI, FROM_HERE,
  /external/llvm/lib/CodeGen/
ProcessImplicitDefs.cpp 239 for (MachineRegisterInfo::use_iterator UI = MRI->use_begin(Reg),
240 UE = MRI->use_end(); UI != UE; ++UI) {
241 if (UI.getOperand().isUndef())
243 MachineInstr *RMI = &*UI;
  /external/chromium/chrome/browser/extensions/
extension_updater.cc 375 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
400 BrowserThread::UI, FROM_HERE,
408 BrowserThread::UI, FROM_HERE,
423 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI) ||
430 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
446 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
453 // Should be accessed only on UI thread.
620 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
627 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
647 this, BrowserThread::UI);
    [all...]

Completed in 1989 milliseconds

1 2 3 4 5 67 8 91011>>