| /external/chromium_org/chrome/browser/browsing_data/ |
| browsing_data_local_storage_helper_unittest.cc | 18 TestingProfile profile; local 23 new CannedBrowsingDataLocalStorageHelper(&profile)); 33 TestingProfile profile; local 40 new CannedBrowsingDataLocalStorageHelper(&profile)); 54 TestingProfile profile; local 60 new CannedBrowsingDataLocalStorageHelper(&profile));
|
| /external/chromium_org/chrome/browser/chromeos/app_mode/ |
| kiosk_diagnosis_runner.h | 15 class Profile; 24 static void Run(Profile* profile, const std::string& app_id); 30 explicit KioskDiagnosisRunner(Profile* profile); 39 Profile* profile_;
|
| /external/chromium_org/chrome/browser/chromeos/drive/ |
| drive_integration_service_browsertest.cc | 8 #include "chrome/browser/profiles/profile.h" 22 browser()->profile())); 30 browser()->profile()->GetPrefs()->SetBoolean(prefs::kDisableDrive, false); 34 browser()->profile()); 40 browser()->profile()->GetPrefs()->SetBoolean(prefs::kDisableDrive, true); 44 browser()->profile()));
|
| /external/chromium_org/chrome/browser/chromeos/file_manager/ |
| open_with_browser.h | 12 class Profile; 18 // |profile|. This function takes care of the following intricacies: 27 bool OpenFileWithBrowser(Profile* profile, const base::FilePath& file_path); 31 Profile* profile,
|
| /external/chromium_org/chrome/browser/chromeos/policy/ |
| user_network_configuration_updater_factory.h | 15 class Profile; 26 // |profile|. Will return NULL if this service isn't allowed for |profile|, 27 // i.e. for all but the primary user's profile. 28 static UserNetworkConfigurationUpdater* GetForProfile(Profile* profile);
|
| /external/chromium_org/chrome/browser/custom_handlers/ |
| protocol_handler_registry_factory.h | 12 class Profile; 17 // Profiles. Listens for the Profile's destruction notification and cleans up 26 // |profile|. Ownership stays with this factory object. 27 static ProtocolHandlerRegistry* GetForProfile(Profile* profile); 44 content::BrowserContext* profile) const OVERRIDE;
|
| /external/chromium_org/chrome/browser/extensions/api/signed_in_devices/ |
| signed_in_devices_manager_unittest.cc | 20 KeyedService* CreateProfileSyncServiceMock(content::BrowserContext* profile) { 27 scoped_ptr<TestingProfile> profile(new TestingProfile()); 28 profile->GetPrefs()->SetString(prefs::kGoogleServicesUsername, "foo"); 30 profile.get(), CreateProfileSyncServiceMock); 31 SignedInDevicesManager manager(profile.get()); 35 profile.get());
|
| /external/chromium_org/chrome/browser/extensions/ |
| extension_ui_util.cc | 8 #include "chrome/browser/profiles/profile.h" 19 Profile* profile = Profile::FromBrowserContext(context); local 20 DCHECK(profile); 24 profile->GetPrefs()->GetBoolean(prefs::kHideWebStoreIcon);
|
| external_component_loader.cc | 16 bool IsUserSignedin(Profile* profile) { 17 SigninManagerBase* signin = SigninManagerFactory::GetForProfile(profile); 25 ExternalComponentLoader::ExternalComponentLoader(Profile* profile) 26 : profile_(profile) {
|
| external_component_loader.h | 12 #include "chrome/browser/profiles/profile.h" 24 explicit ExternalComponentLoader(Profile* profile); 33 // The profile that this loader is associated with. It listens for 34 // preference changes for that profile. 35 Profile* profile_;
|
| /external/chromium_org/chrome/browser/invalidation/ |
| profile_invalidation_provider_factory.h | 20 class Profile; 34 // Returns the ProfileInvalidationProvider for the given |profile|, lazily 35 // creating one first if required. If |profile| does not support invalidation 36 // (Chrome OS login profile, Chrome OS guest), returns NULL instead. 37 static ProfileInvalidationProvider* GetForProfile(Profile* profile);
|
| /external/chromium_org/chrome/browser/net/ |
| cookie_store_util.cc | 17 #include "chrome/browser/profiles/profile.h" 35 explicit ChromeCookieMonsterDelegate(Profile* profile) 38 profile)) { 40 DCHECK(profile); 64 static Profile* GetProfileOnUI(ProfileManager* profile_manager, 65 Profile* profile) { 66 if (profile_manager->IsValidProfile(profile)) 67 return profile; 75 Profile* profile = profile_getter_.Run(); local 86 Profile* profile = profile_getter_.Run(); local [all...] |
| /external/chromium_org/chrome/browser/policy/cloud/ |
| user_cloud_policy_invalidator_factory.cc | 9 #include "chrome/browser/profiles/profile.h" 43 Profile* profile = static_cast<Profile*>(context); local 46 UserCloudPolicyManagerFactoryChromeOS::GetForProfile(profile); 54 return new UserCloudPolicyInvalidator(profile, policy_manager);
|
| /external/chromium_org/chrome/browser/sessions/ |
| persistent_tab_restore_service_browsertest.cc | 12 #include "chrome/browser/profiles/profile.h" 26 Profile* profile = browser()->profile(); local 27 TabRestoreService* trs = TabRestoreServiceFactory::GetForProfile(profile); 30 Browser* app_browser = CreateBrowserForApp(app_name, profile);
|
| /external/chromium_org/chrome/browser/ui/ash/launcher/ |
| multi_profile_app_window_launcher_controller.cc | 9 #include "chrome/browser/profiles/profile.h" 48 Profile* profile = local 49 Profile::FromBrowserContext(app_window->browser_context()); 50 if (!multi_user_util::IsProfileFromActiveUser(profile) && 58 Profile* profile = local 59 Profile::FromBrowserContext(app_window->browser_context()); 60 if (multi_user_util::IsProfileFromActiveUser(profile) && 69 Profile* profile) 82 Profile* profile = Profile::FromBrowserContext(app_window->browser_context()); local [all...] |
| /external/chromium_org/chrome/browser/ui/startup/ |
| startup_browser_creator.h | 15 #include "chrome/browser/profiles/profile.h" 29 // initialize the profile. 32 typedef std::vector<Profile*> Profiles; 45 Profile* last_used_profile, 57 // |startup_profile_dir| is the directory that contains the profile that the 64 // Returns true if we're launching a profile synchronously. In that case, the 68 // Launches a browser window associated with |profile|. |command_line| should 72 // |is_first_run| indicates that this is a new profile. 74 Profile* profile, [all...] |
| /external/chromium_org/chrome/browser/ui/sync/ |
| inline_login_dialog.h | 15 class Profile; 22 static void Show(Profile* profile); 25 explicit InlineLoginDialog(Profile* profile); 42 Profile* profile_;
|
| /external/chromium_org/chrome/browser/ui/views/ |
| first_run_dialog.h | 12 class Profile; 24 static bool Show(Profile* profile); 27 explicit FirstRunDialog(Profile* profile); 42 Profile* profile_;
|
| /external/chromium_org/chrome/browser/ui/webui/ |
| app_launcher_page_ui.h | 12 class Profile; 30 explicit HTMLSource(Profile* profile); 46 // Pointer back to the original profile. 47 Profile* profile_; 52 Profile* GetProfile() const;
|
| invalidations_ui.cc | 7 #include "chrome/browser/profiles/profile.h" 27 Profile* profile = Profile::FromWebUI(web_ui); local 28 if (profile) { 29 content::WebUIDataSource::Add(profile, CreateInvalidationsHTMLSource());
|
| theme_source.h | 14 class Profile; 22 explicit ThemeSource(Profile* profile); 45 // The original profile (never an OTR profile). 46 Profile* profile_;
|
| /external/chromium_org/chrome/browser/ui/webui/chromeos/ |
| ui_account_tweaks.cc | 19 Profile* profile) { 30 ProfileHelper::IsOwnerProfile(profile)); 41 Profile* profile) { 44 AddAccountUITweaksLocalizedValues(&dict, profile);
|
| /external/chromium_org/chrome/browser/ui/webui/options/ |
| automatic_settings_reset_handler.cc | 11 #include "chrome/browser/profiles/profile.h" 18 void OnDismissedAutomaticSettingsResetBanner(Profile* profile, 20 chrome_prefs::ClearResetTime(profile); 34 chrome_prefs::GetResetTime(Profile::FromWebUI(web_ui())); 63 Profile::FromWebUI(web_ui())));
|
| /external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/ |
| extension_statuses_handler.h | 12 class Profile; 22 explicit ExtensionStatusesHandler(Profile* profile); 28 Profile* profile, 38 Profile* profile_;
|
| /external/chromium_org/chrome/test/base/ |
| chrome_render_view_host_test_harness.cc | 31 TestingProfile* ChromeRenderViewHostTestHarness::profile() { function in class:ChromeRenderViewHostTestHarness 40 Profile* profile = static_cast<Profile*>(context); local 43 ChromeSigninClientFactory::GetInstance()->GetForProfile(profile)); 47 FakeSigninManager* manager = new FakeSigninManager(profile);
|