/external/chromium_org/chrome/browser/profiles/ |
profile_list_desktop_browsertest.cc | 57 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/ |
extension_install_ui_default.cc | 238 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/ |
browser_frame_win.cc | 392 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/ |
write_from_url_operation.cc | 90 Profile* current_profile = manager_->profile(); local 97 current_profile->GetResourceContext())); 107 content::BrowserContext::GetDownloadManager(current_profile);
|
/external/chromium/chrome/browser/importer/ |
firefox_importer_utils.cc | 56 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/ |
accessibility_manager.cc | 235 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();
|
accessibility_manager.h | 67 Profile* current_profile);
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
create_profile_handler.cc | 60 Profile* current_profile = Profile::FromWebUI(web_ui()); local 61 if (current_profile->IsManaged()) 107 current_profile);
|
/external/chromium_org/chrome/common/importer/ |
firefox_importer_utils.cc | 72 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/ |
downloads_api.cc | [all...] |