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

  /external/chromium_org/chrome/browser/profiles/
profile_list_desktop_browsertest.cc 62 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/
extension_install_ui_default.cc 240 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/
app_list_service.cc 123 Profile* current_profile = service->GetCurrentAppListProfile(); local
124 if (!current_profile)
126 else if (current_profile == launch_profile)
  /external/chromium_org/chrome/browser/power/
process_power_collector_unittest.cc 291 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/
create_profile_handler.cc 60 Profile* current_profile = Profile::FromWebUI(web_ui()); local
61 if (current_profile->IsSupervised())
109 current_profile);
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils.cc 73 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/
accessibility_manager.cc 275 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();
    [all...]
accessibility_manager.h 98 Profile* current_profile);
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.cc     [all...]

Completed in 1397 milliseconds