Searched refs:current_profile (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_list_desktop_browsertest.cc62 Profile* current_profile = browser()->profile(); local
64 size_t index = cache.GetIndexOfProfileWithPath(current_profile->GetPath());
77 profiles::LockProfile(current_profile);
105 Profile* current_profile = browser()->profile(); local
107 base::FilePath path_profile1 = current_profile->GetPath();
/external/chromium_org/chrome/browser/ui/extensions/
H A Dextension_install_ui_default.cc240 Profile* current_profile = profile()->GetOriginalProfile(); local
252 ShowForProfile(current_profile);
256 content::Source<Profile>(current_profile),
262 ShowExtensionInstalledBubble(extension, current_profile, *icon);
266 ExtensionInstallUI::OpenAppInstalledUI(current_profile, extension->id());
270 ShowExtensionInstalledBubble(extension, current_profile, *icon);
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service.cc123 Profile* current_profile = service->GetCurrentAppListProfile(); local
124 if (!current_profile)
126 else if (current_profile == launch_profile)
/external/chromium_org/chrome/browser/power/
H A Dprocess_power_collector_unittest.cc291 Profile* current_profile = local
295 current_profile, new ChromeAppDelegate(scoped_ptr<ScopedKeepAlive>()),
299 current_profile,
300 content::SiteInstance::CreateForURL(current_profile, url))));
305 extensions::AppWindowRegistry::Get(current_profile);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcreate_profile_handler.cc60 Profile* current_profile = Profile::FromWebUI(web_ui()); local
61 if (current_profile->IsSupervised())
109 current_profile);
/external/chromium_org/chrome/common/importer/
H A Dfirefox_importer_utils.cc73 std::string current_profile = base::StringPrintf("Profile%d", i); local
74 if (root.HasKey(current_profile)) {
75 profiles.push_back(current_profile);
/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Daccessibility_manager.h98 Profile* current_profile);
H A Daccessibility_manager.cc275 Profile* previous_profile, Profile* current_profile) {
277 if (!current_profile)
284 current_profile->IsNewProfile() &&
285 !ProfileHelper::IsSigninProfile(current_profile)) ||
290 current_profile->IsGuestSession())) {
299 PrefService* user_prefs = current_profile->GetPrefs();
274 HandleProfileChanged( Profile* previous_profile, Profile* current_profile) argument
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc1000 Profile* current_profile = GetProfile();
1002 current_profile = GetProfile()->GetOffTheRecordProfile();
1009 current_profile->GetResourceContext()));
1070 current_profile);

Completed in 1541 milliseconds