Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/profiles/
Dprofile_list_desktop_browsertest.cc57 Profile* current_profile = browser()->profile(); in IN_PROC_BROWSER_TEST_F() local
59 size_t index = cache.GetIndexOfProfileWithPath(current_profile->GetPath()); in IN_PROC_BROWSER_TEST_F()
72 profiles::LockProfile(current_profile); in IN_PROC_BROWSER_TEST_F()
93 Profile* current_profile = browser()->profile(); in IN_PROC_BROWSER_TEST_F() local
95 base::FilePath path_profile1 = current_profile->GetPath(); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/ui/extensions/
Dextension_install_ui_default.cc238 Profile* current_profile = profile()->GetOriginalProfile(); in OnInstallSuccess() local
252 ShowForProfile(current_profile); in OnInstallSuccess()
256 content::Source<Profile>(current_profile), in OnInstallSuccess()
262 ShowExtensionInstalledBubble(extension, current_profile, *icon); in OnInstallSuccess()
266 ExtensionInstallUI::OpenAppInstalledUI(current_profile, extension->id()); in OnInstallSuccess()
270 ShowExtensionInstalledBubble(extension, current_profile, *icon); in OnInstallSuccess()
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
Dwrite_from_url_operation.cc90 Profile* current_profile = manager_->profile(); in DownloadStart() local
97 current_profile->GetResourceContext())); in DownloadStart()
107 content::BrowserContext::GetDownloadManager(current_profile); in DownloadStart()
/external/chromium/chrome/browser/importer/
Dfirefox_importer_utils.cc56 std::string current_profile = StringPrintf("Profile%d", i); in GetFirefoxProfilePath() local
57 if (!root.HasKey(current_profile)) { in GetFirefoxProfilePath()
64 if (root.GetStringASCII(current_profile + ".IsRelative", &is_relative) && in GetFirefoxProfilePath()
65 root.GetString(current_profile + ".Path", &path16)) { in GetFirefoxProfilePath()
83 if ((root.GetStringASCII(current_profile + ".Default", &is_default) && in GetFirefoxProfilePath()
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_frame_win.cc392 Profile* current_profile = browser_view()->browser()->profile(); in ButtonPressed() local
393 if (current_profile->IsOffTheRecord()) in ButtonPressed()
394 profile_to_switch_to = current_profile->GetOriginalProfile(); in ButtonPressed()
396 profile_to_switch_to = current_profile->GetOffTheRecordProfile(); in ButtonPressed()
/external/chromium_org/chrome/common/importer/
Dfirefox_importer_utils.cc72 std::string current_profile = base::StringPrintf("Profile%d", i); in GetFirefoxProfilePathFromDictionary() local
73 if (root.HasKey(current_profile)) { in GetFirefoxProfilePathFromDictionary()
74 profiles.push_back(current_profile); in GetFirefoxProfilePathFromDictionary()
/external/chromium_org/chrome/browser/ui/webui/options/
Dcreate_profile_handler.cc60 Profile* current_profile = Profile::FromWebUI(web_ui()); in CreateProfile() local
61 if (current_profile->IsManaged()) in CreateProfile()
107 current_profile); in CreateProfile()
/external/chromium_org/chrome/browser/chromeos/accessibility/
Daccessibility_manager.cc235 Profile* previous_profile, Profile* current_profile) { in HandleProfileChanged() argument
237 if (!current_profile) in HandleProfileChanged()
244 current_profile->IsNewProfile() && in HandleProfileChanged()
245 !ProfileHelper::IsSigninProfile(current_profile)) || in HandleProfileChanged()
250 current_profile->IsGuestSession())) { in HandleProfileChanged()
259 PrefService* user_prefs = current_profile->GetPrefs(); in HandleProfileChanged()
Daccessibility_manager.h67 Profile* current_profile);
/external/chromium_org/chrome/browser/extensions/api/downloads/
Ddownloads_api.cc969 Profile* current_profile = GetProfile(); in RunImpl() local
971 current_profile = GetProfile()->GetOffTheRecordProfile(); in RunImpl()
978 current_profile->GetResourceContext())); in RunImpl()
1031 current_profile); in RunImpl()