HomeSort by relevance Sort by last modified time
    Searched refs:profile_path (Results 51 - 75 of 199) sorted by null

1 23 4 5 6 7 8

  /external/chromium_org/chrome/browser/profiles/
profile_info_cache.h 47 void AddProfileToCache(const base::FilePath& profile_path,
52 void DeleteProfileFromCache(const base::FilePath& profile_path);
59 const base::FilePath& profile_path) const OVERRIDE;
147 // with path |profile_path|.
149 const base::FilePath& profile_path);
157 const base::FilePath& profile_path);
172 std::string CacheKeyFromProfilePath(const base::FilePath& profile_path) const;
207 const base::FilePath& profile_path);
profile_info_cache.cc 186 const base::FilePath& profile_path,
191 std::string key = CacheKeyFromProfilePath(profile_path);
213 DownloadHighResAvatar(icon_index, profile_path);
217 OnProfileAdded(profile_path));
234 const base::FilePath& profile_path) {
235 size_t profile_index = GetIndexOfProfileWithPath(profile_path);
244 OnProfileWillBeRemoved(profile_path));
248 std::string key = CacheKeyFromProfilePath(profile_path);
254 OnProfileWasRemoved(profile_path, name));
267 const base::FilePath& profile_path) const
476 base::FilePath profile_path = GetPathOfProfileAtIndex(index); local
520 base::FilePath profile_path = GetPathOfProfileAtIndex(index); local
553 base::FilePath profile_path = GetPathOfProfileAtIndex(index); local
593 base::FilePath profile_path = GetPathOfProfileAtIndex(index); local
616 base::FilePath profile_path = GetPathOfProfileAtIndex(index); local
680 base::FilePath profile_path = GetPathOfProfileAtIndex(index); local
697 base::FilePath profile_path = GetPathOfProfileAtIndex(index); local
    [all...]
profiles_state.h 30 // specified by |profile_path|, used in the avatar button or user manager. If
31 // |profile_path| is the guest path, it will return IDS_GUEST_PROFILE_NAME. If
35 base::string16 GetAvatarNameForProfile(const base::FilePath& profile_path);
profile_metrics.cc 26 const base::FilePath& profile_path) {
35 if (profile_path == user_data_dir.AppendASCII(chrome::kInitialProfile)) {
448 base::FilePath profile_path = profile->GetPath();
450 GetProfileType(profile_path),
459 void ProfileMetrics::LogProfileSyncSignIn(const base::FilePath& profile_path) {
461 GetProfileType(profile_path),
465 void ProfileMetrics::LogProfileUpdate(const base::FilePath& profile_path) {
467 GetProfileType(profile_path),
profile_info_cache_unittest.cc 49 const base::FilePath& profile_path) {
51 GetCache()->GetIndexOfProfileWithPath(profile_path));
57 const base::FilePath& profile_path) {
59 GetCache()->GetIndexOfProfileWithPath(profile_path));
65 const base::FilePath& profile_path,
71 const base::FilePath& profile_path,
74 GetCache()->GetIndexOfProfileWithPath(profile_path));
82 const base::FilePath& profile_path) {
84 GetCache()->GetIndexOfProfileWithPath(profile_path));
130 base::FilePath profile_path local
163 base::FilePath profile_path = local
510 const char* profile_path; member in struct:__anon9155
520 base::FilePath profile_path = GetProfilePath(kTestCases[i].profile_path); local
    [all...]
profile_shortcut_manager_unittest_win.cc 68 const base::FilePath profile_path = variable
72 profile_info_cache_->DeleteProfileFromCache(profile_path);
77 profiles::internal::GetProfileIconPath(profile_path);
83 const base::FilePath profile_path = local
85 base::CreateDirectory(profile_path);
86 return profile_path;
131 // shortcut at |shortcut_path| for the profile at |profile_path|.
134 const base::FilePath& profile_path) {
139 profiles::internal::GetProfileIconPath(profile_path);
144 ShellIntegration::GetChromiumModelIdForProfile(profile_path));
335 const base::FilePath profile_path = local
    [all...]
  /external/chromium_org/chrome/browser/prefs/
chrome_pref_service_factory.cc 370 const base::FilePath& profile_path) {
387 profile_path,
470 const base::FilePath& profile_path,
487 base::Bind(sync_start_util::GetFlareForSyncableService(profile_path),
492 CreateProfilePrefStoreManager(profile_path)
513 void SchedulePrefsFilePathVerification(const base::FilePath& profile_path) {
521 profile_path)),
533 const base::FilePath& profile_path,
535 return CreateProfilePrefStoreManager(profile_path)
  /external/chromium_org/chrome/browser/apps/
shortcut_manager.cc 147 const base::FilePath& profile_path) {
148 if (profile_path != profile_->GetPath())
153 profile_path));
shortcut_manager.h 55 const base::FilePath& profile_path) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/net/
proxy_config_handler.cc 65 if (network.profile_path().empty())
69 ->network_profile_handler()->GetProfileForPath(network.profile_path());
71 VLOG(1) << "Unknown profile_path '" << network.profile_path() << "'.";
  /external/chromium_org/content/browser/fileapi/
browser_file_system_helper.cc 53 const base::FilePath& profile_path,
66 profile_path,
84 profile_path,
  /external/chromium_org/chrome/browser/web_applications/
web_app_win.cc 96 // Returns true if |shortcut_file_name| matches profile |profile_path|, and has
99 const base::FilePath& profile_path) {
106 profile_path.BaseName() &&
113 // Finds shortcuts in |shortcut_path| that match profile for |profile_path| and
115 // If |shortcut_name| is empty, finds all shortcuts matching |profile_path|.
118 const base::FilePath& profile_path,
129 if (IsAppShortcutForProfile(shortcut_file, profile_path))
147 IsAppShortcutForProfile(shortcut_file, profile_path)) {
192 shortcut_info.extension_id, shortcut_info.profile_path);
208 base::UTF8ToUTF16(app_name), shortcut_info.profile_path));
548 GetShortcutLocationsAndDeleteShortcuts(base::FilePath(), profile_path, L"", local
    [all...]
web_app.h 53 base::FilePath profile_path; member in struct:web_app::ShortcutInfo
144 base::FilePath GetWebAppDataDirectory(const base::FilePath& profile_path,
149 // |profile_path|.
150 base::FilePath GetWebAppDataDirectory(const base::FilePath& profile_path,
257 void DeleteAllShortcutsForProfile(const base::FilePath& profile_path);
  /external/chromium_org/chromeos/dbus/
fake_shill_service_client.cc 275 // Provide a dictionary with a single { profile_path, service_path } entry
282 std::string profile_path; local
284 shill::kProfileProperty, &profile_path)) {
286 profile_path, service_path.value());
329 std::string profile_path; local
331 &profile_path) &&
332 !profile_path.empty()) {
334 UpdateService(profile_path, service_path);
359 std::string profile_path; local
362 GetService(service_path, &profile_path, &profile_properties))
445 std::string profile_path; local
453 std::string profile_path; local
    [all...]
  /external/chromium_org/chrome/browser/importer/
importer_list.cc 65 base::FilePath profile_path = GetFirefoxProfilePath(); local
66 if (profile_path.empty())
77 GetFirefoxVersionAndPathFromProfile(profile_path, &version, &app_path);
89 firefox->source_path = profile_path;
  /external/chromium_org/net/http/
transport_security_persister.h 62 const base::FilePath& profile_path,
  /external/chromium_org/athena/home/
app_list_view_delegate.h 31 virtual void SetProfileByPath(const base::FilePath& profile_path) OVERRIDE;
56 const base::FilePath& profile_path) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/
browser_list.h 108 // |on_close_confirmed| will be called, with a parameter of |profile_path|,
116 const base::FilePath& profile_path);
120 // |browsers_to_close|, |on_close_confirmed|, and |profile_path|. Otherwise,
125 const base::FilePath& profile_path,
browser_list.cc 151 const base::FilePath& profile_path) {
158 profile_path))) {
163 on_close_success.Run(profile_path);
177 const base::FilePath& profile_path,
185 TryToCloseBrowserList(browsers_to_close, on_close_success, profile_path);
  /external/chromium_org/chrome/browser/webdata/
web_data_service_factory.cc 49 const base::FilePath& profile_path,
60 sync_start_util::GetFlareForSyncableService(profile_path));
65 sync_start_util::GetFlareForSyncableService(profile_path));
74 base::FilePath profile_path = profile->GetPath(); local
75 base::FilePath path = profile_path.Append(kWebDataFilename);
128 profile_path,
  /external/chromium_org/chrome/browser/
shell_integration_win.cc 52 base::string16 GetProfileIdFromPath(const base::FilePath& profile_path) {
53 // Return empty string if profile_path is empty
54 if (profile_path.empty())
58 // Return empty string if profile_path is in default user data
61 profile_path.DirName() == default_user_data_dir &&
62 profile_path.BaseName().value() ==
68 base::string16 basenames = profile_path.DirName().BaseName().value() +
69 L"." + profile_path.BaseName().value();
115 base::FilePath profile_path = user_data_dir.Append(profile_subdir); local
132 return ShellIntegration::GetAppModelIdForProfile(app_name, profile_path);
    [all...]
shell_integration.cc 61 const base::FilePath& profile_path) {
66 extension_app_id.empty() ? base::FilePath() : profile_path,
85 const base::FilePath& profile_path,
109 if (!profile_path.empty())
111 profile_path.BaseName());
  /external/chromium_org/chromeos/network/
network_connection_handler.cc 129 const std::string& profile_path,
133 profile_path(profile_path),
144 std::string profile_path; member in struct:chromeos::NetworkConnectionHandler::ConnectRequest
289 std::string profile_path; local
290 if (!network || network->profile_path().empty())
291 profile_path = GetDefaultUserProfilePath(network);
296 ConnectRequest(service_path, profile_path,
553 service_path, request->profile_path,
676 if (!request->profile_path.empty())
    [all...]
  /external/chromium_org/chrome/browser/ui/views/profiles/
new_avatar_button.cc 134 void NewAvatarButton::OnProfileAdded(const base::FilePath& profile_path) {
139 const base::FilePath& profile_path,
145 const base::FilePath& profile_path,
151 const base::FilePath& profile_path) {
156 const base::FilePath& profile_path) {
  /external/chromium_org/chrome/browser/background/
background_mode_manager.h 207 virtual void OnProfileAdded(const base::FilePath& profile_path) OVERRIDE;
209 const base::FilePath& profile_path) OVERRIDE;
211 const base::FilePath& profile_path,

Completed in 1626 milliseconds

1 23 4 5 6 7 8