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

1 2 3 45 6 7 8 91011>>

  /external/tcpdump/
print-netbios.c 56 if (nb->flags == UI) {
57 (void)printf("802.1 UI ");
  /external/chromium/chrome/browser/extensions/
crx_installer.cc 39 #include "ui/base/l10n/l10n_util.h"
40 #include "ui/base/resource/resource_bundle.h"
57 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
64 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
93 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
100 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
141 // Make sure the UI is deleted on the ui thread.
142 BrowserThread::DeleteSoon(BrowserThread::UI, FROM_HERE, client_);
321 BrowserThread::UI, FROM_HERE
    [all...]
external_registry_extension_loader_win.cc 33 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
109 BrowserThread::UI, FROM_HERE,
  /external/chromium/chrome/browser/geolocation/
geolocation_permission_context.cc 34 #include "ui/base/l10n/l10n_util.h"
35 #include "ui/base/resource/resource_bundle.h"
342 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
359 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
372 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
390 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
508 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
509 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, NewRunnableMethod(
514 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
584 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
    [all...]
access_token_store_browsertest.cc 16 // chrome thread other than UI. We could use any arbitrary thread; IO is
86 BrowserThread::UI, FROM_HERE, new MessageLoop::QuitTask);
125 BrowserThread::UI, FROM_HERE, new MessageLoop::QuitTask);
131 ASSERT_TRUE(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/download/
download_file_manager.cc 29 // Throttle updates to the UI thread so that a fast moving download doesn't
35 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
60 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
105 BrowserThread::UI, FROM_HERE,
143 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
158 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
184 // We don't forward an update to the UI thread here, since we want to throttle
185 // the UI update rate via a periodic timer. If the user has cancelled the
186 // download (in the UI thread), we may receive a few more updates before the IO
234 BrowserThread::UI, FROM_HERE
    [all...]
drag_download_util.cc 103 BrowserThread::UI, FROM_HERE,
109 BrowserThread::UI, FROM_HERE,
drag_download_file.cc 61 bool DragDownloadFile::Start(ui::DownloadFileObserver* observer) {
98 // DownloadManager could only be invoked from the UI thread.
99 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
101 BrowserThread::UI, FROM_HERE,
193 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_drag_win.cc 5 #include "chrome/browser/ui/views/tab_contents/tab_contents_drag_win.h"
24 #include "chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h"
51 // Forward the message from the UI thread to the drag-and-drop thread.
108 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
116 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
124 // If it is not drag-out, do the drag-and-drop in the current UI thread.
163 // Attach the input state of the background thread to the UI thread so that
179 BrowserThread::UI, FROM_HERE,
185 ui::OSExchangeData* data,
218 ui::OSExchangeData::DownloadFileInfo file_download(FilePath()
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
owner_manager_unittest.cc 35 ui_thread_(BrowserThread::UI, &message_loop_),
91 BrowserThread::UI,
171 BrowserThread::UI,
197 BrowserThread::UI,
229 BrowserThread::UI,
256 BrowserThread::UI,
signed_settings.cc 366 BrowserThread::UI, FROM_HERE,
371 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
381 // Ensure we're on the UI thread, due to the need to send DBus traffic.
382 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
384 BrowserThread::UI, FROM_HERE,
449 BrowserThread::UI, FROM_HERE,
455 BrowserThread::UI, FROM_HERE,
461 // Ensure we're on the UI thread, due to the need to send DBus traffic.
462 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
464 BrowserThread::UI, FROM_HERE
    [all...]
google_authenticator.cc 96 BrowserThread::UI,
146 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
156 BrowserThread::UI, FROM_HERE,
163 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
199 BrowserThread::UI, FROM_HERE,
228 BrowserThread::UI, FROM_HERE,
258 BrowserThread::UI, FROM_HERE,
266 BrowserThread::UI, FROM_HERE,
321 BrowserThread::UI,
mock_authenticator.h 34 // Returns true after posting task to UI thread to call OnLoginSuccess().
42 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
49 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
77 VLOG(1) << "Posting a QuitTask to UI thread";
79 BrowserThread::UI, FROM_HERE, new MessageLoop::QuitTask);
  /external/chromium/chrome/browser/profiles/
off_the_record_profile_io_data.cc 27 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
32 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
51 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
58 // TODO(oshima): Re-enable when ChromeOS only accesses the profile on the UI
61 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
73 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
86 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/renderer_host/
chrome_render_message_filter.cc 72 // Destroy on the UI thread because we contain a PrefMember.
83 *thread = BrowserThread::UI;
117 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
138 BrowserThread::UI, FROM_HERE,
151 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
164 BrowserThread::UI, FROM_HERE,
177 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/sync/glue/
preference_change_processor.cc 32 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
38 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
44 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
112 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
197 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
204 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 184 for (Value::use_iterator UI = Inst->use_begin(), E = Inst->use_end();
185 UI != E; ++UI) {
186 User *U = *UI;
189 UserBB = PN->getIncomingBlock(UI);
192 UsesToRewrite.push_back(&UI.getUse());
Local.cpp 314 Value::use_iterator UI = I->use_begin();
316 if (UI == UE)
319 User *TheUse = *UI;
320 for (++UI; UI != UE; ++UI) {
321 if (*UI != TheUse)
572 for (Value::use_iterator UI = BBI->use_begin(), E = BBI->use_end();
573 UI != E; ++UI) {
    [all...]
  /external/chromium/chrome/browser/password_manager/
native_backend_gnome_x.cc 233 // thread, which is the UI thread to us. So we end up having to switch threads
234 // again, possibly back to the very same thread (in case the UI thread is the
235 // caller, e.g. in the password management UI), and *block* the DB thread
236 // waiting for a response from the UI thread to provide the synchronous API
241 // should be posted to the UI thread to call one of its action methods, and then
251 // Action methods. These call gnome_keyring_* functions. Call from UI thread.
289 // All these callbacks are called on UI thread.
323 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
354 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
379 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
    [all...]
  /external/chromium/chrome/browser/ui/webui/
gpu_internals_ui.cc 5 #include "chrome/browser/ui/webui/gpu_internals_ui.h"
31 #include "chrome/browser/ui/shell_dialogs.h"
32 #include "chrome/browser/ui/webui/chrome_url_data_manager.h"
47 #include "ui/base/l10n/l10n_util.h"
48 #include "ui/base/resource/resource_bundle.h"
69 // Note that the WebUI infrastructure runs on the UI thread, therefore all of
70 // this class's methods are expected to run on the UI thread.
216 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
223 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
310 BrowserThread::UI, FROM_HERE
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 141 for (Value::use_iterator UI = F->use_begin(), E = F->use_end();
142 UI != E; ++UI) {
143 CallSite CS(*UI);
145 if (CS.getInstruction() == 0 || !CS.isCallee(UI)) return 0;
228 for (Value::use_iterator UI = Callee->use_begin(), E = Callee->use_end();
229 UI != E; ++UI) {
230 CallSite CS(*UI);
380 for (Value::use_iterator UI = Arg->use_begin(), E = Arg->use_end()
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
libcros_service_library.cc 75 // chrome executable. Called on UI thread from dbus request.
80 // Wrapper on UI thread to call LibCrosService::NotifyNetworkProxyResolved.
128 // Called on UI thread to start service for LibCrosService.
130 // Make sure we're running on UI thread.
131 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
132 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
188 // Static, called on UI thread from LibCrosService::ResolveProxy via dbus.
191 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
199 // Called on IO thread as task posted from ResolveProxyHandler on UI thread.
241 // Called on UI thread as task posted from Request::OnCompletion on IO thread
    [all...]
  /external/chromium/chrome/browser/policy/
user_policy_identity_strategy.cc 63 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
73 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
99 BrowserThread::UI, FROM_HERE,
110 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
237 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/prefs/
pref_member.cc 80 PrefMemberBase::Internal::Internal() : thread_id_(BrowserThread::UI) { }
84 // In unit tests, there may not be a UI thread.
86 (thread_id_ == BrowserThread::UI &&
87 !BrowserThread::IsMessageLoopValid(BrowserThread::UI)));
  /external/chromium/chrome/browser/prerender/
prerender_resource_handler.cc 136 BrowserThread::UI,
192 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
204 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));

Completed in 549 milliseconds

1 2 3 45 6 7 8 91011>>