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

<<11121314151617181920>>

  /external/chromium/chrome/browser/password_manager/
password_store_default_unittest.cc 61 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
103 : ui_thread_(BrowserThread::UI, &message_loop_),
143 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/profiles/
profile_manager.cc 14 #include "chrome/browser/ui/browser_list.h"
15 #include "chrome/browser/ui/browser_window.h"
85 ui::SystemMonitor::Get()->AddObserver(this);
95 ui::SystemMonitor* system_monitor = ui::SystemMonitor::Get();
148 // many of the browser and ui tests fail. We do return the OTR profile
226 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
248 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
372 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page_test.cc 16 #include "chrome/browser/ui/browser.h"
65 // Notify the UI thread that we got a report.
67 BrowserThread::UI, FROM_HERE,
73 EXPECT_TRUE(BrowserThread::CurrentlyOn(BrowserThread::UI));
114 // Notify the UI thread that we got the dom details.
115 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
149 // These variables should only be accessed in the UI thread.
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp     [all...]
  /external/chromium/chrome/browser/
browser_main_posix.cc 20 #include "chrome/browser/ui/browser_list.h"
140 BrowserThread::UI, FROM_HERE,
142 // Without a UI thread to post the exit task to, there aren't many
145 RAW_LOG(WARNING, "No UI thread, exiting ungracefully.");
browsing_data_database_helper_browsertest.cc 56 // Called back by BrowsingDataDatabaseHelper on the UI thread once the database
68 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
browsing_data_local_storage_helper_browsertest.cc 63 // This class is notified by BrowsingDataLocalStorageHelper on the UI thread
76 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
memory_details_win.cc 23 #include "ui/base/l10n/l10n_util.h"
158 BrowserThread::UI, FROM_HERE,
  /external/chromium/chrome/browser/chromeos/cros/
input_method_library.cc 458 // the UI so that the UI could determine e.g. if it should show/hide the
463 // indicator is hidden) to "xkb:us:intl:eng,mozc", we have to update UI
468 // have to update UI so it hides the indicator, but we should not expect
499 // handled in the UI thread, we can assume that this function always
500 // runs on the UI thread, but just in case.
501 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
502 LOG(ERROR) << "Not on UI thread";
515 if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) {
516 LOG(ERROR) << "Not on UI thread"
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
mock_url_fetchers.cc 35 BrowserThread::PostDelayedTask(BrowserThread::UI,
owner_manager.cc 57 BrowserThread::UI, FROM_HERE,
  /external/chromium/chrome/browser/download/
download_file_unittest.cc 30 // We need a UI |BrowserThread| in order to destruct |download_manager_|,
35 ui_thread_(BrowserThread::UI, &loop_),
49 // deleted immediately. Instead, a task is posted to the UI thread's
107 // UI thread.
  /external/chromium/chrome/browser/extensions/
extension_info_map_unittest.cc 21 : ui_thread_(BrowserThread::UI, &message_loop_),
image_loading_tracker_unittest.cc 18 #include "ui/gfx/size.h"
26 ui_thread_(BrowserThread::UI, &ui_loop_),
  /external/chromium/chrome/browser/geolocation/
geolocation_exceptions_table_model_unittest.cc 21 : ui_thread_(BrowserThread::UI, MessageLoop::current()) {}
  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store_unittest.cc 21 : ui_thread_(BrowserThread::UI),
  /external/chromium/chrome/browser/policy/
device_token_fetcher_unittest.cc 44 : ui_thread_(BrowserThread::UI, &loop_),
  /external/chromium/chrome/browser/prerender/
prerender_resource_handler_unittest.cc 89 ui_thread_(BrowserThread::UI, &loop_),
134 // be posted to the UI thread and |SetLastHandledURL| will be called.
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_proxy_service.cc 20 #include "chrome/browser/ui/browser_list.h"
25 #include "ui/base/l10n/l10n_util.h"
145 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/renderer_host/
download_throttling_resource_handler.cc 46 BrowserThread::UI, FROM_HERE,
offline_resource_handler.cc 92 BrowserThread::UI, FROM_HERE,
  /external/chromium/chrome/browser/search_engines/
template_url_model_test_util.cc 141 : ui_thread_(BrowserThread::UI, &message_loop_),
  /external/chromium/chrome/browser/speech/
speech_input_bubble_controller_unittest.cc 7 #include "chrome/browser/ui/browser.h"
12 #include "ui/gfx/rect.h"
136 EXPECT_TRUE(BrowserThread::CurrentlyOn(BrowserThread::UI));
154 // one for the UI thread.
173 // Test that the speech bubble UI gets created in the UI thread and that the
187 // Test that the speech bubble UI gets created in the UI thread and that the
201 // Test that the speech bubble UI gets created in the UI thread and that th
    [all...]
  /external/chromium/chrome/browser/sync/
backend_migrator.cc 133 if (!BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
146 // any failure will be reported as an unrecoverable error to the UI. If it
  /external/chromium/chrome/browser/sync/glue/
bookmark_change_processor.cc 19 #include "ui/gfx/codec/png_codec.h"
29 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
35 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
43 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
355 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));

Completed in 3820 milliseconds

<<11121314151617181920>>