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

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_list_desktop_browsertest.cc57 Profile* current_profile = browser()->profile(); local
59 size_t index = cache.GetIndexOfProfileWithPath(current_profile->GetPath());
72 profiles::LockProfile(current_profile);
93 Profile* current_profile = browser()->profile(); local
95 base::FilePath path_profile1 = current_profile->GetPath();
/external/chromium_org/chrome/browser/ui/extensions/
H A Dextension_install_ui_default.cc238 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/views/frame/
H A Dbrowser_frame_win.cc392 Profile* current_profile = browser_view()->browser()->profile(); local
393 if (current_profile->IsOffTheRecord())
394 profile_to_switch_to = current_profile->GetOriginalProfile();
396 profile_to_switch_to = current_profile->GetOffTheRecordProfile();
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dwrite_from_url_operation.cc90 Profile* current_profile = manager_->profile(); local
97 current_profile->GetResourceContext()));
107 content::BrowserContext::GetDownloadManager(current_profile);
/external/chromium/chrome/browser/importer/
H A Dfirefox_importer_utils.cc56 std::string current_profile = StringPrintf("Profile%d", i); local
57 if (!root.HasKey(current_profile)) {
64 if (root.GetStringASCII(current_profile + ".IsRelative", &is_relative) &&
65 root.GetString(current_profile + ".Path", &path16)) {
83 if ((root.GetStringASCII(current_profile + ".Default", &is_default) &&
/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Daccessibility_manager.cc235 Profile* previous_profile, Profile* current_profile) {
237 if (!current_profile)
244 current_profile->IsNewProfile() &&
245 !ProfileHelper::IsSigninProfile(current_profile)) ||
250 current_profile->IsGuestSession())) {
259 PrefService* user_prefs = current_profile->GetPrefs();
234 HandleProfileChanged( Profile* previous_profile, Profile* current_profile) argument
H A Daccessibility_manager.h67 Profile* 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->IsManaged())
107 current_profile);
/external/chromium_org/chrome/common/importer/
H A Dfirefox_importer_utils.cc72 std::string current_profile = base::StringPrintf("Profile%d", i); local
73 if (root.HasKey(current_profile)) {
74 profiles.push_back(current_profile);
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc969 Profile* current_profile = GetProfile();
971 current_profile = GetProfile()->GetOffTheRecordProfile();
978 current_profile->GetResourceContext()));
1031 current_profile);

Completed in 333 milliseconds