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

1 2

  /external/chromium_org/chrome/test/base/
testing_profile_manager.h 25 // The TestingProfileManager is a TestingProfile factory for a multi-profile
32 class TestingProfileManager {
34 explicit TestingProfileManager(TestingBrowserProcess* browser_process);
35 ~TestingProfileManager();
104 DISALLOW_COPY_AND_ASSIGN(TestingProfileManager);
testing_profile_manager.cc 32 TestingProfileManager::TestingProfileManager(TestingBrowserProcess* process)
38 TestingProfileManager::~TestingProfileManager() {
41 bool TestingProfileManager::SetUp() {
46 TestingProfile* TestingProfileManager::CreateTestingProfile(
88 TestingProfile* TestingProfileManager::CreateTestingProfile(
96 void TestingProfileManager::DeleteTestingProfile(const std::string& name) {
110 void TestingProfileManager::DeleteProfileInfoCache() {
114 void TestingProfileManager::SetLoggedIn(bool logged_in)
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
cocoa_profile_test.h 46 TestingProfileManager* testing_profile_manager() {
62 TestingProfileManager profile_manager_;
  /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_;
profile_list_desktop_unittest.cc 72 TestingProfileManager* manager() { return &manager_; }
77 TestingProfileManager manager_;
profile_manager.h 260 friend class TestingProfileManager;
  /external/chromium_org/chrome/browser/extensions/
browser_permissions_policy_delegate_unittest.cc 25 new TestingProfileManager(TestingBrowserProcess::GetGlobal()));
36 scoped_ptr<TestingProfileManager> profile_manager_;
  /external/chromium_org/chrome/browser/background/
background_mode_manager_unittest.cc 55 scoped_ptr<TestingProfileManager> CreateTestingProfileManager() {
56 scoped_ptr<TestingProfileManager> profile_manager
57 (new TestingProfileManager(TestingBrowserProcess::GetGlobal()));
153 scoped_ptr<TestingProfileManager> profile_manager =
189 scoped_ptr<TestingProfileManager> profile_manager =
221 scoped_ptr<TestingProfileManager> profile_manager =
255 scoped_ptr<TestingProfileManager> profile_manager =
298 scoped_ptr<TestingProfileManager> profile_manager =
347 scoped_ptr<TestingProfileManager> profile_manager =
385 scoped_ptr<TestingProfileManager> profile_manager
    [all...]
  /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/signin/
local_auth_unittest.cc 22 TestingProfileManager testing_profile_manager(
signin_names_io_thread_unittest.cc 35 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/ui/
browser_command_controller_unittest.cc 151 TestingProfileManager testing_profile_manager(
184 TestingProfileManager testing_profile_manager(
208 TestingProfileManager testing_profile_manager(
237 TestingProfileManager testing_profile_manager(
400 TestingProfileManager testing_profile_manager(
433 TestingProfileManager testing_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/themes/
theme_service_unittest.cc 94 TestingProfileManager* manager() {
102 TestingProfileManager manager_;
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller_unittest.cc 55 TestingProfileManager testing_profile_manager_;
multi_user_notification_blocker_chromeos_unittest.cc 115 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/chromeos/profiles/
profile_list_chromeos_unittest.cc 118 TestingProfileManager* manager() { return &manager_; }
123 TestingProfileManager manager_;
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc 489 TestingProfileManager profile_manager(browser_process);
492 // Must be created after the TestingProfileManager since that creates the
520 TestingProfileManager profile_manager(browser_process);
523 // Must be created after the TestingProfileManager since that creates the
568 TestingProfileManager profile_manager(browser_process);
571 // Must be created after the TestingProfileManager since that creates the
  /external/chromium_org/chrome/browser/prefs/
pref_metrics_service_unittest.cc 53 profile_manager_.reset(new TestingProfileManager(
155 scoped_ptr<TestingProfileManager> profile_manager_;
  /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_;
  /external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_manager_chromeos_unittest.cc 91 new TestingProfileManager(TestingBrowserProcess::GetGlobal()));
326 scoped_ptr<TestingProfileManager> profile_manager_;

Completed in 1586 milliseconds

1 2