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

1 2 3 4 5 6 78 91011>>

  /external/chromium/chrome/browser/content_settings/
content_settings_policy_provider.cc 160 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
193 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
205 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
413 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
424 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
436 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
content_settings_policy_provider_unittest.cc 26 : ui_thread_(BrowserThread::UI, &message_loop_) {
90 : ui_thread_(BrowserThread::UI, &message_loop_) {
  /frameworks/base/core/java/android/provider/
Contacts.java 188 // For now we only support a single account and the UI doesn't know what
190 // Some day when we add multiple accounts to the UI this should honor the account
223 // For now we only support a single account and the UI doesn't know what
225 // Some day when we add multiple accounts to the UI this should honor the account
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 698 for (Value::use_iterator UI = I->use_begin(), UE = I->use_end(); UI != UE;
699 ++UI)
700 if (Visited.insert(cast<Instruction>(*UI)))
701 Uses.push_back(std::make_pair(I, cast<Instruction>(*UI)));
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
burn_library.cc 122 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
133 // Make sure we run on UI thread.
134 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
mock_mount_library.cc 122 // Make sure we run on UI thread.
123 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
131 // Make sure we run on UI thread.
132 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/chromeos/login/
user_image_downloader.cc 43 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
67 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
signed_settings_helper.cc 399 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
409 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
431 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
438 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/extensions/
extension_tab_id_map.cc 22 // This class listens for notifications about new and closed tabs on the UI
24 // ever be accessed on the UI thread.
40 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
50 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
extension_data_deleter.cc 34 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/password_manager/
password_store.cc 150 BrowserThread::UI, FROM_HERE,
155 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/sync/glue/
ui_model_worker_unittest.cc 29 EXPECT_TRUE(BrowserThread::CurrentlyOn(BrowserThread::UI));
112 ui_thread_.reset(new BrowserThread(BrowserThread::UI, &faux_ui_loop_));
138 // We are on the UI thread, so run our loop to process the
150 // 1 - simulate the user shutting down the browser, and the ui thread needing
157 // UI thread is not actually trying to join() the core thread, it is merely
178 // This is what gets the UI thread blocked until NotifyExitRequested,
220 // This is what gets the UI thread blocked until NotifyExitRequested,
autofill_data_type_controller.h 89 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
110 // from the UI thread.
typed_url_data_type_controller.h 97 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
118 // from the UI thread.
  /external/clang/lib/CodeGen/
ABIInfo.h 81 ABIArgInfo(Kind K, llvm::Type *TD, unsigned UI, bool B0, bool B1, bool IR,
83 : TheKind(K), TypeData(TD), PaddingType(P), UIntData(UI), BoolData0(B0),
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 406 for (SmallVectorImpl<Argument*>::iterator UI = Tracker.Uses.begin(),
407 UE = Tracker.Uses.end(); UI != UE; ++UI)
408 Node->Uses.push_back(AG[*UI]);
464 for (SmallVectorImpl<ArgumentGraphNode*>::iterator UI = N->Uses.begin(),
465 UE = N->Uses.end(); UI != UE; ++UI) {
466 Argument *A = (*UI)->Definition;
  /frameworks/base/packages/SystemUI/tests/
Android.mk 27 # UI it doesn't own. This is necessary to allow screenshots to be taken
  /external/chromium/chrome/browser/
autocomplete_history_manager_unittest.cc 34 : ui_thread_(BrowserThread::UI, MessageLoopForUI::current()) {
browser_about_handler_unittest.cc 105 BrowserThread ui_thread(BrowserThread::UI, &message_loop);
content_setting_image_model_unittest.cc 20 ui_thread_(BrowserThread::UI, &message_loop_) {}
  /external/chromium/chrome/browser/chromeos/offline/
offline_load_page_unittest.cc 48 : ui_thread_(BrowserThread::UI, MessageLoop::current()),
  /external/chromium/chrome/browser/net/
chrome_network_delegate.cc 58 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
proxy_service_factory.cc 29 // from the UI thread.
30 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/printing/
print_job_worker.cc 63 // The object is normally deleted in the UI thread, but when the user
92 BrowserThread::UI, FROM_HERE,
97 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
105 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
157 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
201 // thread and the UI thread. Take no chance.
  /external/chromium/chrome/browser/search_engines/
search_provider_install_state_message_filter.cc 29 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));

Completed in 1193 milliseconds

1 2 3 4 5 6 78 91011>>