HomeSort by relevance Sort by last modified time
    Searched refs:TestingBrowserProcess (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/chromium_org/chrome/test/base/
scoped_testing_local_state.h 11 class TestingBrowserProcess;
14 // TestingBrowserProcess (for most unit tests it's NULL).
17 explicit ScopedTestingLocalState(TestingBrowserProcess* browser_process);
25 TestingBrowserProcess* browser_process_;
testing_browser_process.cc 46 TestingBrowserProcess* TestingBrowserProcess::GetGlobal() {
47 return static_cast<TestingBrowserProcess*>(g_browser_process);
50 TestingBrowserProcess::TestingBrowserProcess()
63 TestingBrowserProcess::~TestingBrowserProcess() {
69 // Destructors for some objects owned by TestingBrowserProcess will use
74 void TestingBrowserProcess::ResourceDispatcherHostCreated() {
77 void TestingBrowserProcess::EndSession()
    [all...]
testing_profile_manager.h 21 class TestingBrowserProcess;
26 // TestingBrowserProcess set up in your test.
33 explicit TestingProfileManager(TestingBrowserProcess* browser_process);
89 TestingBrowserProcess* browser_process_;
scoped_testing_local_state.cc 12 TestingBrowserProcess* browser_process)
testing_io_thread_state.cc 50 new IOThread(TestingBrowserProcess::GetGlobal()->local_state(),
51 TestingBrowserProcess::GetGlobal()->policy_service(),
62 TestingBrowserProcess::GetGlobal()->SetIOThread(io_thread_state_.get());
73 TestingBrowserProcess::GetGlobal()->SetIOThread(NULL);
testing_browser_process.h 42 class TestingBrowserProcess : public BrowserProcess {
44 TestingBrowserProcess();
45 virtual ~TestingBrowserProcess();
47 // Convenience method to get g_browser_process as a TestingBrowserProcess*.
48 static TestingBrowserProcess* GetGlobal();
160 // The following objects are not owned by TestingBrowserProcess:
167 DISALLOW_COPY_AND_ASSIGN(TestingBrowserProcess);
  /external/chromium/chrome/browser/policy/
browser_policy_connector.h 17 class TestingBrowserProcess;
73 friend class ::TestingBrowserProcess;
  /external/chromium_org/chrome/browser/storage_monitor/
test_storage_monitor.cc 40 TestingBrowserProcess* browser_process = TestingBrowserProcess::GetGlobal();
64 TestingBrowserProcess* browser_process = TestingBrowserProcess::GetGlobal();
  /external/chromium/chrome/browser/ui/
shell_dialogs_unittest.cc 79 static_cast<TestingBrowserProcess*>(g_browser_process)->
93 static_cast<TestingBrowserProcess*>(g_browser_process)->
  /external/chromium_org/chrome/browser/chromeos/login/
default_pinned_apps_field_trial_unittest.cc 41 TestingBrowserProcess::GetGlobal()->SetLocalState(local_state_.get());
45 TestingBrowserProcess::GetGlobal()->SetLocalState(NULL);
wallpaper_manager_unittest.cc 56 TestingBrowserProcess::GetGlobal()->SetLocalState(local_state_.get());
71 TestingBrowserProcess::GetGlobal()->SetLocalState(0);
user_manager_unittest.cc 47 TestingBrowserProcess::GetGlobal()->SetLocalState(local_state_.get());
59 TestingBrowserProcess::GetGlobal()->SetLocalState(0);
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_unittest.cc 25 ScopedTestingLocalState local_state(TestingBrowserProcess::GetGlobal());
64 ScopedTestingLocalState local_state(TestingBrowserProcess::GetGlobal());
  /external/chromium/chrome/browser/extensions/
apps_promo_unittest.cc 58 TestingBrowserProcess* testing_browser_process =
59 static_cast<TestingBrowserProcess*>(g_browser_process);
64 TestingBrowserProcess* testing_browser_process =
65 static_cast<TestingBrowserProcess*>(g_browser_process);
  /external/chromium_org/chrome/browser/ui/startup/
session_crashed_infobar_delegate_unittest.cc 25 static_cast<TestingBrowserProcess*>(g_browser_process)
33 static_cast<TestingBrowserProcess*>(g_browser_process)->SetLocalState(NULL);
  /external/chromium/chrome/browser/web_resource/
promo_resource_service_unittest.cc 27 TestingBrowserProcess* testing_browser_process =
28 static_cast<TestingBrowserProcess*>(g_browser_process);
117 TestingBrowserProcess* testing_browser_process =
118 static_cast<TestingBrowserProcess*>(g_browser_process);
188 TestingBrowserProcess* testing_browser_process =
189 static_cast<TestingBrowserProcess*>(g_browser_process);
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_prompt_controller_unittest.cc 65 TestingBrowserProcess::GetGlobal()->
77 TestingBrowserProcess::GetGlobal()->
  /external/chromium/chrome/browser/profiles/
profile_manager_unittest.cc 46 TestingBrowserProcess* testing_browser_process =
47 static_cast<TestingBrowserProcess*>(g_browser_process);
54 TestingBrowserProcess* testing_browser_process =
55 static_cast<TestingBrowserProcess*>(g_browser_process);
  /external/chromium_org/chrome/browser/extensions/
browser_permissions_policy_delegate_unittest.cc 25 new TestingProfileManager(TestingBrowserProcess::GetGlobal()));
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller_unittest.cc 21 : testing_profile_manager_(TestingBrowserProcess::GetGlobal()) {};
  /external/chromium_org/chrome/browser/ui/
chrome_select_file_policy_unittest.cc 95 TestingBrowserProcess::GetGlobal());
  /external/chromium_org/chrome/browser/ui/views/
native_widget_win_interactive_uitest.cc 20 TestingBrowserProcess::GetGlobal()));
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl_unittest.cc 109 TestingBrowserProcess* browser_process() {
110 return TestingBrowserProcess::GetGlobal();
  /external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model_unittest.cc 90 TestingBrowserProcess::GetGlobal()->SetLocalState(prefs_.get());
98 TestingBrowserProcess::GetGlobal()->SetLocalState(NULL);
  /external/chromium_org/chrome/browser/metrics/
metrics_service_unittest.cc 25 testing_local_state_(TestingBrowserProcess::GetGlobal()) {

Completed in 728 milliseconds

1 2 3 4