HomeSort by relevance Sort by last modified time
    Searched defs:current_profile (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/profiles/
avatar_menu_model_browsertest.cc 37 Profile* current_profile = browser()->profile(); local
39 size_t index = cache.GetIndexOfProfileWithPath(current_profile->GetPath());
70 Profile* current_profile = browser()->profile(); local
72 base::FilePath path_profile1 = current_profile->GetPath();
avatar_menu_model.cc 335 Profile* current_profile = browser_->profile(); local
338 size_t index = cache.GetIndexOfProfileWithPath(current_profile->GetPath());
350 content::WebContents::CreateParams create_params(current_profile);
352 content::SiteInstance::CreateForURL(current_profile, logout_url);
360 new SignoutTracker(current_profile, GURL(landing_url), contents);
  /external/chromium_org/chrome/browser/ui/extensions/
extension_install_ui_default.cc 247 Profile* current_profile = profile_->GetOriginalProfile(); local
258 AppListService::Get()->ShowForProfile(current_profile);
262 content::Source<Profile>(current_profile),
268 ShowExtensionInstalledBubble(extension, current_profile, *icon);
272 ExtensionInstallUI::OpenAppInstalledUI(current_profile, extension->id());
276 ShowExtensionInstalledBubble(extension, current_profile, *icon);
  /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/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/ui/views/frame/
browser_frame_win.cc 384 Profile* current_profile = browser_view()->browser()->profile(); local
385 if (current_profile->IsOffTheRecord())
386 profile_to_switch_to = current_profile->GetOriginalProfile();
388 profile_to_switch_to = current_profile->GetOffTheRecordProfile();
  /external/chromium_org/chrome/browser/ui/webui/options/
browser_options_handler.cc 1109 Profile* current_profile = Profile::FromWebUI(web_ui()); local
    [all...]

Completed in 571 milliseconds