HomeSort by relevance Sort by last modified time
    Searched defs:profile_path (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/importer/
importer_list.cc 55 FilePath profile_path = GetFirefoxProfilePath(); local
56 if (profile_path.empty())
67 GetFirefoxVersionAndPathFromProfile(profile_path, &version, &app_path);
81 firefox->source_path = profile_path;
firefox_proxy_settings.cc 91 FilePath profile_path = GetFirefoxProfilePath(); local
92 if (profile_path.empty())
94 FilePath pref_file = profile_path.AppendASCII(kPrefFileName);
firefox3_importer.cc 382 FilePath profile_path = source_path_.AppendASCII("searchplugins"); local
404 file = profile_path.Append(
  /external/chromium/chrome/browser/
shell_integration_win.cc 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; local
223 profile_path
    [all...]
browser_process_impl.cc 146 FilePath profile_path; local
150 clear_local_state_on_exit = ShouldClearLocalState(&profile_path);
280 ClearLocalState(profile_path);
663 void BrowserProcessImpl::ClearLocalState(const FilePath& profile_path) {
664 webkit_database::DatabaseTracker::ClearLocalState(profile_path);
667 bool BrowserProcessImpl::ShouldClearLocalState(FilePath* profile_path) {
682 *profile_path = profile->GetPath();
    [all...]

Completed in 152 milliseconds