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

1 2 3 45 6 7 8

  /external/chromium_org/chromeos/network/
managed_network_configuration_handler_impl.cc 142 std::string profile_path; local
144 &profile_path);
146 network_profile_handler_->GetProfileForPath(profile_path);
148 NET_LOG_ERROR("No profile for service: " + profile_path, service_path);
251 const std::string& profile_path = state->profile_path(); local
253 network_profile_handler_->GetProfileForPath(profile_path);
553 const std::string& profile_path) const {
555 network_profile_handler_->GetProfileForPath(profile_path);
557 NET_LOG_ERROR("Profile path unknown:" + profile_path, guid)
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_window.cc 275 void GuestBrowserCloseSuccess(const base::FilePath& profile_path) {
276 UserManager::Show(profile_path,
292 void LockBrowserCloseSuccess(const base::FilePath& profile_path) {
297 cache->GetIndexOfProfileWithPath(profile_path), true);
298 UserManager::Show(profile_path,
profile_manager_browsertest.cc 81 const base::FilePath& profile_path) OVERRIDE {
232 base::FilePath profile_path; local
233 PathService::Get(chrome::DIR_USER_DATA, &profile_path);
235 profile_path = profile_path.AppendASCII(
237 EXPECT_EQ(profile_path.value(), last_used_profile->GetPath().value());
profile_manager.cc 176 bool IsProfileMarkedForDeletion(const base::FilePath& profile_path) {
178 profile_path) != ProfilesToDelete().end();
182 void NukeProfileFromDisk(const base::FilePath& profile_path) {
185 chrome::GetUserCacheDirectory(profile_path, &cache_path);
186 base::DeleteFile(profile_path, true);
390 const base::FilePath& profile_path,
398 "profile_path",
399 profile_path.value().c_str());
402 if (IsProfileMarkedForDeletion(profile_path)) {
409 ProfilesInfoMap::iterator iter = profiles_info_.find(profile_path);
915 std::string profile_path = (*it)->GetPath().BaseName().MaybeAsASCII(); local
    [all...]
avatar_menu.h 82 base::FilePath profile_path; member in struct:AvatarMenu::Item
profile_list_desktop.cc 53 item->profile_path = profile_info_->GetPathOfProfileAtIndex(i);
  /external/chromium_org/chrome/browser/apps/app_shim/
extension_app_shim_handler_mac.cc 320 const base::FilePath& profile_path = host->GetProfilePath(); local
321 DCHECK(!profile_path.empty());
323 if (!delegate_->ProfileExistsForPath(profile_path)) {
327 << profile_path.value() << "'.";
332 Profile* profile = delegate_->ProfileForPath(profile_path);
344 profile_path,
401 const base::FilePath& profile_path,
404 Profile* profile = delegate_->ProfileForPath(profile_path);
410 if (!extension || !delegate_->ProfileExistsForPath(profile_path)) {
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_view_delegate.cc 105 user.profile_path = profile_info.GetPathOfProfileAtIndex(i);
106 user.active = active_profile_path == user.profile_path;
341 void AppListViewDelegate::OnProfileAdded(const base::FilePath& profile_path) {
346 const base::FilePath& profile_path,
352 const base::FilePath& profile_path,
361 void AppListViewDelegate::SetProfileByPath(const base::FilePath& profile_path) {
365 g_browser_process->profile_manager()->GetProfileByPath(profile_path));
518 const base::FilePath& profile_path) {
519 controller_->ShowForProfileByPath(profile_path);
  /external/chromium_org/athena/home/
app_list_view_delegate.cc 70 void AppListViewDelegate::SetProfileByPath(const base::FilePath& profile_path) {
156 const base::FilePath& profile_path) {
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
device_media_async_file_util.h 36 const base::FilePath& profile_path,
124 DeviceMediaAsyncFileUtil(const base::FilePath& profile_path,
media_file_system_backend.cc 121 const base::FilePath& profile_path,
123 : profile_path_(profile_path),
166 const base::FilePath& profile_path,
170 name.append(profile_path.BaseName().MaybeAsASCII());
device_media_async_file_util.cc 84 // "profile_path/kDeviceMediaAsyncFileUtilTempDir" directory. Return the
88 const base::FilePath& profile_path) {
91 profile_path.AppendASCII(kDeviceMediaAsyncFileUtilTempDir);
245 const base::FilePath& profile_path,
247 DCHECK(!profile_path.empty());
249 new DeviceMediaAsyncFileUtil(profile_path, validation_type));
465 const base::FilePath& profile_path,
467 : profile_path_(profile_path),
  /external/chromium_org/chromeos/dbus/
shill_manager_client.h 57 virtual void AddProfile(const std::string& profile_path) = 0;
187 const dbus::ObjectPath& profile_path,
  /external/chromium_org/content/browser/quota/
mock_quota_manager.cc 35 const base::FilePath& profile_path,
40 profile_path,
mock_quota_manager.h 45 const base::FilePath& profile_path,
  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_authentication.cc 228 base::FilePath profile_path = ProfileHelper::GetProfilePathByUserIdHash( local
230 JSONFileValueSerializer serializer(profile_path.Append(kPasswordUpdateFile));
286 base::FilePath profile_path = local
291 base::Bind(&LoadPasswordData, profile_path),
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_flash_file_message_filter.h 40 static base::FilePath GetDataDirName(const base::FilePath& profile_path);
  /external/chromium_org/ui/app_list/
app_list_menu.cc 81 users_[command_id - SELECT_PROFILE].profile_path);
  /external/chromium_org/ui/app_list/test/
app_list_test_view_delegate.cc 43 const base::FilePath& profile_path) {
  /external/chromium_org/chrome/browser/extensions/
extension_service_test_base.cc 58 profile_builder.SetPath(params.profile_path);
107 params.profile_path = path;
152 params.profile_path = path;
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.cc 175 virtual void OnProfileAdded(const base::FilePath& profile_path) OVERRIDE {
180 const base::FilePath& profile_path,
188 const base::FilePath& profile_path,
194 const base::FilePath& profile_path) OVERRIDE {
199 const base::FilePath& profile_path) OVERRIDE {
377 base::FilePath profile_path;
378 if (!base::GetValueAsFilePath(*profile_path_value, &profile_path))
391 profile_path,
650 base::FilePath profile_path = info_cache.GetPathOfProfileAtIndex(i); local
651 bool is_active_user = (profile_path == active_profile_path)
    [all...]
  /external/chromium_org/content/browser/
plugin_data_remover_impl.cc 203 base::FilePath profile_path = local
211 profile_path.Append(base::FilePath(base::UTF8ToUTF16(plugin_name_)));
214 profile_path.Append(base::FilePath(plugin_name_));
  /external/chromium_org/chrome/browser/background/
background_mode_manager.cc 427 void BackgroundModeManager::OnProfileAdded(const base::FilePath& profile_path) {
431 cache.GetIndexOfProfileWithPath(profile_path));
439 if (it->first->GetPath() == profile_path) {
448 const base::FilePath& profile_path) {
452 cache.GetIndexOfProfileWithPath(profile_path));
471 const base::FilePath& profile_path,
476 cache.GetIndexOfProfileWithPath(profile_path));
  /external/chromium_org/chrome/browser/net/
firefox_proxy_settings.cc 172 base::FilePath profile_path = GetFirefoxProfilePath(); local
173 if (profile_path.empty())
175 base::FilePath pref_file = profile_path.AppendASCII(kPrefFileName);
  /external/chromium_org/components/policy/core/common/cloud/
user_cloud_policy_store.cc 180 const base::FilePath& profile_path,
184 profile_path.Append(kPolicyDir).Append(kPolicyCacheFile);
186 profile_path.Append(kPolicyDir).Append(kKeyCacheFile);

Completed in 926 milliseconds

1 2 3 45 6 7 8