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

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/login/
login_prompt_win.cc 5 #include "chrome/browser/ui/login/login_prompt.h"
10 #include "chrome/browser/ui/views/login_view.h"
18 #include "ui/base/l10n/l10n_util.h"
27 // the UI thread) to the net::URLRequest (on the I/O thread).
56 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
69 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
79 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
86 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
105 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
115 // or CancelAuth (say, if the request was cancelled before the UI thread go
    [all...]
login_prompt.cc 5 #include "chrome/browser/ui/login/login_prompt.h"
14 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
28 #include "ui/base/l10n/l10n_util.h"
82 // here. BuildViewForPasswordManager() will be invoked on the UI thread
90 BrowserThread::UI, FROM_HERE,
112 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
129 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
150 BrowserThread::UI, FROM_HERE,
163 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) {
167 BrowserThread::UI, FROM_HERE
    [all...]
  /external/llvm/lib/Transforms/IPO/
PartialInlining.cpp 133 for (std::vector<User*>::iterator UI = Users.begin(), UE = Users.end();
134 UI != UE; ++UI)
135 if (CallInst *CI = dyn_cast<CallInst>(*UI))
137 else if (InvokeInst *II = dyn_cast<InvokeInst>(*UI))
165 for (Function::use_iterator UI = currFunc->use_begin(),
166 UE = currFunc->use_end(); UI != UE; ++UI)
167 if (Instruction* I = dyn_cast<Instruction>(*UI))
IPConstantPropagation.cpp 89 for (Value::use_iterator UI = F.use_begin(), E = F.use_end(); UI != E; ++UI) {
90 User *U = *UI;
100 if (!CS.isCallee(UI))
223 for (Value::use_iterator UI = F.use_begin(), E = F.use_end(); UI != E; ++UI) {
224 CallSite CS(*UI);
229 if (!Call || !CS.isCallee(UI))
    [all...]
  /external/chromium/chrome/browser/ssl/
ssl_error_handler.cc 25 DCHECK(!BrowserThread::CurrentlyOn(BrowserThread::UI));
60 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
64 // We arrived on the UI thread, but the tab we're looking for is no longer
81 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
91 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
102 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
111 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
ssl_client_auth_handler.cc 56 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
102 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
110 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
132 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
139 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 306 const Win64EH::UnwindInfo *UI =
313 outs() << " Version: " << static_cast<int>(UI->getVersion()) << "\n";
314 outs() << " Flags: " << static_cast<int>(UI->getFlags());
315 if (UI->getFlags()) {
316 if (UI->getFlags() & UNW_ExceptionHandler)
318 if (UI->getFlags() & UNW_TerminateHandler)
320 if (UI->getFlags() & UNW_ChainInfo)
325 << static_cast<int>(UI->PrologSize) << "\n";
327 << static_cast<int>(UI->NumCodes) << "\n";
329 if (UI->getFrameRegister())
    [all...]
  /external/chromium/chrome/browser/metrics/
user_metrics.cc 34 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
36 BrowserThread::UI, FROM_HERE,
  /packages/providers/DownloadProvider/
Android.mk 15 # build UI + tests
  /external/chromium/chrome/browser/geolocation/
access_token_store.cc 40 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
64 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, NewRunnableMethod(
70 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
80 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, NewRunnableFunction(
  /external/chromium/chrome/browser/
power_save_blocker_mac.cc 11 // Run on the UI thread only.
13 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
plugin_data_remover_helper.cc 45 BrowserThread::UI,
53 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
68 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
gpu_data_manager.cc 17 #include "ui/gfx/gl/gl_implementation.h"
18 #include "ui/gfx/gl/gl_switches.h"
22 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
36 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
86 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
91 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
112 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
117 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
129 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
154 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
    [all...]
browsing_data_appcache_helper.cc 22 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) {
42 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) {
55 if (BrowserThread::CurrentlyOn(BrowserThread::UI)) {
81 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, NewRunnableMethod(
86 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
112 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/sync/util/
extensions_activity_monitor.cc 17 // events on the UI thread (even though the monitor may live on another thread).
27 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
46 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
51 // In some unrelated unit tests, there is no running UI loop. In this case,
56 // by not having a running UI thread.
58 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
85 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/llvm/lib/Transforms/InstCombine/
InstCombineWorklist.h 88 for (Value::use_iterator UI = I.use_begin(), UE = I.use_end();
89 UI != UE; ++UI)
90 Add(cast<Instruction>(*UI));
  /external/llvm/lib/Transforms/Utils/
SimplifyInstructions.cpp 68 for (Value::use_iterator UI = I->use_begin(), UE = I->use_end();
69 UI != UE; ++UI)
70 Next->insert(cast<Instruction>(*UI));
  /external/chromium/chrome/browser/net/gaia/
token_service.cc 29 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
33 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
40 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
74 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
93 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
103 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
109 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
114 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
131 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
191 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
    [all...]
  /external/chromium/chrome/browser/net/
net_pref_observer.cc 33 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
44 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
57 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/sync/
profile_sync_test_util.cc 20 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
28 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
60 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /packages/apps/Contacts/src/com/android/contacts/
ContactsSearchManager.java 23 import android.provider.ContactsContract.Intents.UI;
33 * An extra that provides context for search UI and defines the scope for
60 intent.setAction(UI.FILTER_CONTACTS_ACTION);
67 intent.putExtra(UI.FILTER_TEXT_EXTRA_KEY, initialQuery);
  /external/chromium/chrome/browser/tab_contents/
web_drag_source_win.cc 35 : ui::DragSource(),
49 // Delegate to the UI thread if we do drag-and-drop in the background thread.
50 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
52 BrowserThread::UI, FROM_HERE,
75 BrowserThread::UI, FROM_HERE,
92 // Delegate to the UI thread if we do drag-and-drop in the background thread.
93 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
95 BrowserThread::UI, FROM_HERE,
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsIntentResolver.java 36 import android.provider.ContactsContract.Intents.UI;
62 if (UI.LIST_DEFAULT.equals(action) ) {
64 } else if (UI.LIST_ALL_CONTACTS_ACTION.equals(action)) {
66 } else if (UI.LIST_CONTACTS_WITH_PHONES_ACTION.equals(action)) {
68 } else if (UI.LIST_STARRED_ACTION.equals(action)) {
70 } else if (UI.LIST_FREQUENT_ACTION.equals(action)) {
72 } else if (UI.LIST_STREQUENT_ACTION.equals(action)) {
74 } else if (UI.LIST_GROUP_ACTION.equals(action)) {
76 // We no longer support UI.GROUP_NAME_EXTRA_KEY
149 } else if (UI.FILTER_CONTACTS_ACTION.equals(action))
    [all...]
  /external/chromium/chrome/browser/download/
download_safe_browsing_client.cc 30 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
41 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
59 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
92 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
115 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
124 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
143 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/llvm/lib/Analysis/
IVUsers.cpp 146 for (Value::use_iterator UI = I->use_begin(), E = I->use_end();
147 UI != E; ++UI) {
148 Instruction *User = cast<Instruction>(*UI);
161 unsigned OperandNo = UI.getOperandNo();
258 for (ilist<IVStrideUse>::const_iterator UI = IVUses.begin(),
259 E = IVUses.end(); UI != E; ++UI) {
261 WriteAsOperand(OS, UI->getOperandValToReplace(), false);
262 OS << " = " << *getReplacementExpr(*UI);
    [all...]

Completed in 655 milliseconds

12 3 4 5 6 7 8 91011>>