Lines Matching refs:profile_path
41 std::wstring GetProfileIdFromPath(const FilePath& profile_path) { in GetProfileIdFromPath() argument
43 if (profile_path.empty()) in GetProfileIdFromPath()
50 profile_path.DirName() == default_user_data_dir && in GetProfileIdFromPath()
51 profile_path.BaseName().value() == in GetProfileIdFromPath()
57 std::wstring basenames = profile_path.DirName().BaseName().value() + in GetProfileIdFromPath()
58 L"." + profile_path.BaseName().value(); in GetProfileIdFromPath()
221 FilePath profile_path; in GetExpectedAppId() local
223 profile_path = in GetExpectedAppId()
239 expected_app_id->assign(ShellIntegration::GetAppId(app_name, profile_path)); in GetExpectedAppId()
398 const FilePath& profile_path) { in GetAppId() argument
401 std::wstring profile_id(GetProfileIdFromPath(profile_path)); in GetAppId()
412 std::wstring ShellIntegration::GetChromiumAppId(const FilePath& profile_path) { in GetChromiumAppId() argument
414 profile_path); in GetChromiumAppId()