HomeSort by relevance Sort by last modified time
    Searched refs:default_profile_path (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/
shell_integration_win_unittest.cc 50 base::FilePath default_profile_path = variable
53 ShellIntegration::GetAppListAppModelIdForProfile(default_profile_path);
74 default_profile_path);
334 base::FilePath default_profile_path = local
338 default_profile_path));
363 base::FilePath default_profile_path = local
367 default_profile_path));
  /external/chromium_org/base/
path_service_unittest.cc 53 wchar_t default_profile_path[MAX_PATH]; local
54 DWORD size = arraysize(default_profile_path);
56 ::GetDefaultUserProfileDirectory(default_profile_path, &size) &&
57 StartsWith(path.value(), default_profile_path, false));

Completed in 350 milliseconds