Home | History | Annotate | Download | only in browser

Lines Matching defs:profile_path

41 std::wstring GetProfileIdFromPath(const FilePath& profile_path) {
42 // Return empty string if profile_path is empty
43 if (profile_path.empty())
47 // Return empty string if profile_path is in default user data
50 profile_path.DirName() == default_user_data_dir &&
51 profile_path.BaseName().value() ==
57 std::wstring basenames = profile_path.DirName().BaseName().value() +
58 L"." + profile_path.BaseName().value();
221 FilePath profile_path;
223 profile_path =
239 expected_app_id->assign(ShellIntegration::GetAppId(app_name, profile_path));
398 const FilePath& profile_path) {
401 std::wstring profile_id(GetProfileIdFromPath(profile_path));
412 std::wstring ShellIntegration::GetChromiumAppId(const FilePath& profile_path) {
414 profile_path);