Searched refs:GetPath (Results 26 - 50 of 303) sorted by path

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dmount_manager.h30 virtual base::FilePath GetPath(const std::string& user_id);
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlogin_browsertest.cc82 EXPECT_EQ(profile_base_path, profile->GetPath().BaseName().value());
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_policy_manager_factory_chromeos.cc166 base::FilePath profile_dir = profile->GetPath();
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Dprofile_helper.cc116 std::string profile_dir = profile->GetPath().BaseName().value();
144 return profile->GetPath().BaseName().value() == chrome::kInitialProfile;
316 active_user->username_hash()) == profile->GetPath()
H A Dprofile_util.cc26 if (profile->GetPath() == ProfileHelper::GetSigninProfileDir())
/external/chromium_org/chrome/browser/dom_distiller/
H A Ddom_distiller_service_factory.cc64 profile->GetPath().Append(FILE_PATH_LITERAL("Articles")));
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_log_policy.cc54 base::FilePath profile_base_path = profile->GetPath();
/external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/
H A Dbookmark_manager_private_api.cc146 const base::FilePath& profile_path = profile->GetPath();
/external/chromium_org/chrome/browser/extensions/api/
H A Dchrome_extensions_api_client.cc39 new SyncValueStoreCache(factory, observers, context->GetPath());
/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Ddeveloper_private_api.cc1135 base::FilePath project_path(GetProfile()->GetPath());
/external/chromium_org/chrome/browser/extensions/api/media_galleries/
H A Dmedia_galleries_apitest.cc658 browser()->profile()->GetPath().BaseName().MaybeAsASCII());
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dmanaged_value_store_cache.cc245 base_path_(profile_->GetPath().AppendASCII(
/external/chromium_org/chrome/browser/extensions/
H A Dextension_garbage_collector.cc227 ->GetPath());
H A Dextension_service.cc1111 token.append(profile_->GetPath().AsUTF8Unsafe());
H A Dextension_service_unittest.cc4335 profile()->GetPath().AppendASCII("Local Storage");
4458 profile()->GetPath().AppendASCII("Local Storage");
5173 base::FilePath install_dir = profile->GetPath()
H A Dextension_storage_monitor.cc335 placeholders.push_back(context_->GetPath().BaseName().MaybeAsASCII());
H A Dextension_sync_service.cc81 profile_->GetPath()));
H A Dextension_system_impl.cc115 profile_->GetPath().AppendASCII(extensions::kStateStoreName),
122 profile_->GetPath().AppendASCII(extensions::kRulesStoreName),
324 profile_->GetPath().AppendASCII(extensions::kInstallDirectoryName),
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_urls_database_unittest.cc32 history_db_name_ = profile_->GetPath().Append(chrome::kHistoryFilename);
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend_unittest.cc2971 EXPECT_TRUE(service->Init(profile->GetPath()));
H A Dhistory_service_factory.cc77 if (!history_service->Init(profile->GetPath()))
H A Dshortcuts_database_unittest.cc99 profile_->GetPath().Append(chrome::kShortcutsDatabaseName));
/external/chromium_org/chrome/browser/invalidation/
H A Dprofile_invalidation_provider_factory.cc56 if (profile->GetPath() == chromeos::ProfileHelper::GetSigninProfileDir() ||
/external/chromium_org/chrome/browser/
H A Djumplist_win.cc203 app_id_ = ShellIntegration::GetChromiumModelIdForProfile(profile_->GetPath());
204 icon_dir_ = profile_->GetPath().Append(chrome::kJumpListIconDirname);
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_log_list.cc25 GetWebRtcLogDirectoryForProfile(profile->GetPath()));

Completed in 4166 milliseconds

1234567891011>>