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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/chromeos/login/
user_manager.cc 37 #include "ui/base/resource/resource_bundle.h"
38 #include "ui/gfx/codec/png_codec.h"
55 // Stores path to the image in local state. Runs on UI thread.
58 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
67 // Posts task for saving image path to local state on UI thread.
86 BrowserThread::UI,
101 // Updates current user ownership on UI thread.
103 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
124 // UserManager should be accessed only on UI thread.
126 BrowserThread::UI,
    [all...]
online_attempt.cc 46 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 157 for (Value::const_use_iterator UI = V->use_begin(), UE = V->use_end();
158 UI != UE; ++UI) {
159 if (UI != V->use_begin())
161 if((*UI)->hasName())
162 OS << " " << (*UI)->getName();
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 159 for (Value::const_use_iterator UI = V->use_begin(), UE = V->use_end();
160 UI != UE; ++UI) {
161 if (UI != V->use_begin())
163 if((*UI)->hasName())
164 OS << " " << (*UI)->getName();
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 159 for (Value::const_use_iterator UI = V->use_begin(), UE = V->use_end();
160 UI != UE; ++UI) {
161 if (UI != V->use_begin())
163 if((*UI)->hasName())
164 OS << " " << (*UI)->getName();
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 159 for (Value::const_use_iterator UI = V->use_begin(), UE = V->use_end();
160 UI != UE; ++UI) {
161 if (UI != V->use_begin())
163 if((*UI)->hasName())
164 OS << " " << (*UI)->getName();
  /external/chromium/chrome/browser/content_settings/
content_settings_notification_provider.cc 262 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
268 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
328 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
host_content_settings_map.h 5 // Maps hostnames to custom content settings. Written on the UI thread and read
109 // This should only be called on the UI thread.
119 // This should only be called on the UI thread.
130 // This should only be called on the UI thread.
138 // This should only be called on the UI thread.
150 // This should only be called on the UI thread.
161 // This should only be called on the UI thread.
173 friend struct BrowserThread::DeleteOnThread<BrowserThread::UI>;
  /external/chromium/chrome/browser/extensions/
extension_updater_unittest.cc 368 BrowserThread ui_thread(BrowserThread::UI, &message_loop);
438 BrowserThread ui_thread(BrowserThread::UI, &message_loop);
547 BrowserThread ui_thread(BrowserThread::UI, &message_loop);
596 BrowserThread ui_thread(BrowserThread::UI, &message_loop);
624 BrowserThread ui_thread(BrowserThread::UI, &ui_loop);
697 BrowserThread ui_thread(BrowserThread::UI, &ui_loop);
768 BrowserThread ui_thread(BrowserThread::UI, &message_loop);
814 BrowserThread ui_thread(BrowserThread::UI, &message_loop);
    [all...]
extension_icon_manager_unittest.cc 15 #include "ui/gfx/skia_util.h"
24 ui_thread_(BrowserThread::UI, &ui_loop_),
extension_service.cc 55 #include "chrome/browser/ui/webui/shown_sections_handler.h"
181 // crx was installed from our gallery, which results in different UI.
222 // Explicit UI loads are always noisy.
247 BrowserThread::UI, FROM_HERE,
257 BrowserThread::UI, FROM_HERE,
265 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
295 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
428 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
535 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
557 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
    [all...]
external_policy_extension_loader_unittest.cc 25 ui_thread_(BrowserThread::UI, &loop_) {
31 // We need these to satisfy BrowserThread::CurrentlyOn(BrowserThread::UI)
  /external/chromium/chrome/browser/metrics/
thread_watcher.cc 196 // are on UI thread, but Unit tests are not running on UI thread.
236 if (BrowserThread::IsMessageLoopValid(BrowserThread::UI)) {
237 ThreadWatcher::StartWatching(BrowserThread::UI, "UI", kSleepTime,
261 // are on UI thread, but Unit tests are not running on UI thread.
278 // are on UI thread, but Unit tests are not running on UI thread.
299 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
    [all...]
  /external/chromium/chrome/browser/net/
chrome_url_request_context.cc 13 #include "chrome/browser/ui/webui/chrome_url_data_manager_backend.h"
279 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
290 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
330 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/notifications/
desktop_notification_service_unittest.cc 34 new BrowserThread(BrowserThread::UI, MessageLoop::current()));
45 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
63 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
notification_exceptions_table_model_unittest.cc 14 #include "ui/base/l10n/l10n_util.h"
19 : ui_thread_(BrowserThread::UI, MessageLoop::current()) {
notifications_prefs_cache.cc 102 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/sync/glue/
data_type_manager_impl.cc 102 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
234 // on the UI thread.
235 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
293 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/ui/webui/
print_preview_handler.cc 5 #include "chrome/browser/ui/webui/print_preview_handler.h"
18 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
19 #include "chrome/browser/ui/webui/print_preview_ui_html_source.h"
20 #include "chrome/browser/ui/webui/print_preview_ui.h"
111 BrowserThread::UI, FROM_HERE,
164 BrowserThread::UI, FROM_HERE,
177 friend struct BrowserThread::DeleteOnThread<BrowserThread::UI>;
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 229 use_iterator UI = use_begin(RegNo);
230 if (UI == use_end())
232 return ++UI == use_end();
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 109 for (SDNode::use_iterator UI = Node->use_begin(), E = Node->use_end();
110 UI != E; ++UI) {
111 SDNode *User = *UI;
230 for (SDNode::use_iterator UI = Node->use_begin(), E = Node->use_end();
231 UI != E; ++UI) {
232 SDNode *User = *UI;
458 for (SDNode::use_iterator UI = Node->use_begin(), E = Node->use_end();
459 UI != E; ++UI)
    [all...]
  /external/chromium/chrome/browser/chromeos/
audio_handler.cc 147 // This frees the mixer on the UI thread
149 BrowserThread::UI, FROM_HERE,
network_state_notifier_browsertest.cc 46 EXPECT_TRUE(BrowserThread::CurrentlyOn(BrowserThread::UI));
64 // NETWORK_STATE_CHAGNED has to be registered in UI thread.
  /external/chromium/chrome/browser/policy/
asynchronous_policy_loader.cc 27 // will cause the task to be forgotten. Instead, post a task to the ui thread
31 BrowserThread::UI, FROM_HERE,
  /external/chromium/chrome/browser/sync/
abstract_profile_sync_service_test.cc 99 : ui_thread_(BrowserThread::UI, &message_loop_) {}

Completed in 2192 milliseconds

1 2 3 4 5 6 7 8 91011>>