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

1 2 3 4 5 67 8 91011>>

  /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/llvm/lib/CodeGen/
StackProtector.cpp 157 for (Value::const_use_iterator UI = AI->use_begin(), UE = AI->use_end();
158 UI != UE; ++UI) {
159 const User *U = *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/Transforms/ObjCARC/
ObjCARCContract.cpp 470 for (Value::const_use_iterator UI = Arg->use_begin(), UE = Arg->use_end();
471 UI != UE; ) {
472 Use &U = UI.getUse();
473 unsigned OperandNo = UI.getOperandNo();
474 ++UI; // Increment UI now, because we may unlink its element.
498 // Keep the UI iterator valid.
501 &UI.getUse())
502 ++UI;
  /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 41 import android.provider.ContactsContract.Intents.UI;
148 new Intent(UI.LIST_DEFAULT, Contacts.CONTENT_URI));
153 new Intent(UI.LIST_ALL_CONTACTS_ACTION, Contacts.CONTENT_URI));
158 new Intent(UI.LIST_CONTACTS_WITH_PHONES_ACTION, Contacts.CONTENT_URI));
163 new Intent(UI.LIST_STARRED_ACTION, Contacts.CONTENT_URI));
168 new Intent(UI.LIST_FREQUENT_ACTION, Contacts.CONTENT_URI));
173 new Intent(UI.LIST_STREQUENT_ACTION, Contacts.CONTENT_URI));
178 new Intent(UI.LIST_GROUP_ACTION, Contacts.CONTENT_URI));
549 Intent intent = new Intent(UI.FILTER_CONTACTS_ACTION);
550 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/Transforms/Scalar/
ScalarReplAggregates.cpp 469 for (Value::use_iterator UI = V->use_begin(), E = V->use_end(); UI!=E; ++UI) {
470 Instruction *User = cast<Instruction>(*UI);
    [all...]
  /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 299 milliseconds

1 2 3 4 5 67 8 91011>>