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

1 2

  /external/chromium_org/chrome/test/base/
testing_profile_manager.cc 33 TestingProfileManager::TestingProfileManager(TestingBrowserProcess* process)
39 TestingProfileManager::~TestingProfileManager() {
42 bool TestingProfileManager::SetUp() {
47 TestingProfile* TestingProfileManager::CreateTestingProfile(
81 TestingProfile* TestingProfileManager::CreateTestingProfile(
88 void TestingProfileManager::DeleteTestingProfile(const std::string& name) {
102 void TestingProfileManager::DeleteProfileInfoCache() {
106 void TestingProfileManager::SetLoggedIn(bool logged_in)
    [all...]
testing_profile_manager.h 24 // The TestingProfileManager is a TestingProfile factory for a multi-profile
31 class TestingProfileManager {
33 explicit TestingProfileManager(TestingBrowserProcess* browser_process);
34 ~TestingProfileManager();
100 DISALLOW_COPY_AND_ASSIGN(TestingProfileManager);
  /external/chromium_org/chrome/browser/profiles/
profile_info_cache_unittest.h 26 TestingProfileManager* testing_profile_manager);
44 TestingProfileManager* testing_profile_manager_;
61 TestingProfileManager testing_profile_manager_;
avatar_menu_model_unittest.cc 55 TestingProfileManager* manager() { return &manager_; }
58 TestingProfileManager manager_;
profile_manager.h 228 friend class TestingProfileManager;
  /external/chromium_org/chrome/browser/ui/cocoa/
cocoa_profile_test.h 44 TestingProfileManager* testing_profile_manager() {
63 TestingProfileManager profile_manager_;
  /external/chromium_org/chrome/browser/extensions/
browser_permissions_policy_delegate_unittest.cc 25 new TestingProfileManager(TestingBrowserProcess::GetGlobal()));
36 scoped_ptr<TestingProfileManager> profile_manager_;
event_router_forwarder_unittest.cc 123 TestingProfileManager profile_manager_;
  /external/chromium_org/chrome/browser/themes/
theme_service_unittest.cc 27 new TestingProfileManager(TestingBrowserProcess::GetGlobal()));
58 TestingProfileManager* manager() {
63 scoped_ptr<TestingProfileManager> manager_;
  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker_unittest.cc 107 scoped_ptr<TestingProfileManager> profile_manager(
108 new TestingProfileManager(TestingBrowserProcess::GetGlobal()));
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller_unittest.cc 41 TestingProfileManager testing_profile_manager_;
  /external/chromium_org/chrome/browser/chromeos/contacts/
contact_manager_unittest.cc 73 new TestingProfileManager(TestingBrowserProcess::GetGlobal()));
86 scoped_ptr<TestingProfileManager> profile_manager_;
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_persistence_unittest.cc 65 TestingProfileManager mock_profile_manager_;
  /external/chromium_org/chrome/browser/ui/
browser_command_controller_unittest.cc 148 TestingProfileManager testing_profile_manager(
290 TestingProfileManager testing_profile_manager(
325 TestingProfileManager testing_profile_manager(
  /external/chromium_org/chrome/browser/signin/
signin_names_io_thread_unittest.cc 35 TestingProfileManager testing_profile_manager_;
  /external/chromium_org/chrome/browser/autocomplete/
contact_provider_chromeos_unittest.cc 57 new TestingProfileManager(TestingBrowserProcess::GetGlobal()));
130 scoped_ptr<TestingProfileManager> profile_manager_;
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc 482 TestingProfileManager profile_manager(browser_process);
485 // Must be created after the TestingProfileManager since that creates the
513 TestingProfileManager profile_manager(browser_process);
516 // Must be created after the TestingProfileManager since that creates the
561 TestingProfileManager profile_manager(browser_process);
564 // Must be created after the TestingProfileManager since that creates the
  /external/chromium_org/chrome/browser/chromeos/power/
power_prefs_unittest.cc 53 TestingProfileManager profile_manager_;
  /external/chromium_org/chrome/browser/history/android/
android_history_provider_service_unittest.cc 67 TestingProfileManager profile_manager_;
sqlite_cursor_unittest.cc 96 TestingProfileManager profile_manager_;
bookmark_model_sql_handler_unittest.cc 69 TestingProfileManager profile_manager_;
  /external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_manager_chromeos_unittest.cc 89 new TestingProfileManager(TestingBrowserProcess::GetGlobal()));
295 scoped_ptr<TestingProfileManager> profile_manager_;
policy_cert_verifier_browsertest.cc 99 TestingProfileManager profile_manager_;
recommendation_restorer_unittest.cc 79 TestingProfileManager profile_manager_;
  /external/chromium_org/chrome/browser/background/
background_mode_manager_unittest.cc 29 TestingProfileManager profile_manager_;

Completed in 716 milliseconds

1 2