Searched defs:profile_path (Results 1 - 12 of 12) sorted by relevance

/external/chromium/chrome/browser/
H A Dtransport_security_persister.cc25 net::TransportSecurityState* state, const FilePath& profile_path) {
29 profile_path.Append(FILE_PATH_LITERAL("TransportSecurity"));
24 Initialize( net::TransportSecurityState* state, const FilePath& profile_path) argument
H A Duser_style_sheet_watcher.cc128 UserStyleSheetWatcher::UserStyleSheetWatcher(const FilePath& profile_path) argument
129 : profile_path_(profile_path),
H A Dshell_integration_win.cc41 std::wstring GetProfileIdFromPath(const FilePath& profile_path) { argument
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
397 GetAppId(const std::wstring& app_name, const FilePath& profile_path) argument
412 GetChromiumAppId(const FilePath& profile_path) argument
[all...]
H A Dbrowser_process_impl.cc146 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) { argument
664 webkit_database::DatabaseTracker::ClearLocalState(profile_path);
667 bool BrowserProcessImpl::ShouldClearLocalState(FilePath* profile_path) { argument
682 *profile_path = profile->GetPath();
/external/chromium/chrome/browser/importer/
H A Dimporter_list.cc55 FilePath profile_path = GetFirefoxProfilePath(); local
56 if (profile_path.empty())
67 GetFirefoxVersionAndPathFromProfile(profile_path, &version, &app_path);
81 firefox->source_path = profile_path;
H A Dfirefox_proxy_settings.cc91 FilePath profile_path = GetFirefoxProfilePath(); local
92 if (profile_path.empty())
94 FilePath pref_file = profile_path.AppendASCII(kPrefFileName);
H A Dfirefox_importer_utils.cc94 bool GetFirefoxVersionAndPathFromProfile(const FilePath& profile_path, argument
98 FilePath compatibility_file = profile_path.AppendASCII("compatibility.ini");
283 std::string ReadPrefsJsValue(const FilePath& profile_path, argument
286 if (!ReadPrefFile(profile_path.AppendASCII("prefs.js"), &content))
294 const FilePath& profile_path) {
302 ReadPrefsJsValue(profile_path, "browser.search.selectedEngine");
328 GURL GetHomepage(const FilePath& profile_path) { argument
330 ReadPrefsJsValue(profile_path, "browser.startup.homepage");
292 GetFirefoxDefaultSearchEngineIndex( const std::vector<TemplateURL*>& search_engines, const FilePath& profile_path) argument
H A Dfirefox3_importer.cc382 FilePath profile_path = source_path_.AppendASCII("searchplugins"); local
404 file = profile_path.Append(
/external/chromium/chrome/browser/web_applications/
H A Dweb_app.cc154 CreateShortcutTask(const FilePath& profile_path,
200 const FilePath& profile_path,
204 web_app::GetDataDir(profile_path),
206 profile_path_(profile_path),
503 FilePath GetDataDir(const FilePath& profile_path) { argument
504 return profile_path.Append(chrome::kWebAppDirname);
199 CreateShortcutTask( const FilePath& profile_path, const ShellIntegration::ShortcutInfo& shortcut_info, web_app::CreateShortcutCallback* callback) argument
/external/chromium/chrome/browser/webdata/
H A Dweb_data_service.cc59 bool WebDataService::Init(const FilePath& profile_path) { argument
60 FilePath path = profile_path;
/external/chromium/third_party/libjingle/source/talk/base/
H A Dproxydetect.cc429 bool GetDefaultFirefoxProfile(Pathname* profile_path) { argument
430 ASSERT(NULL != profile_path);
485 profile_path->SetPathname(candidate.pathname());
498 profile_path->SetPathname(path);
/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.cc3219 const char* profile_path,
3224 LOG(ERROR) << "Error retrieving profile: " << profile_path;
3227 VLOG(1) << "Received ProfileUpdate for: " << profile_path;
3233 networklib->UpdateRememberedServiceList(profile_path, entries);
3564 void UpdateRememberedServiceList(const char* profile_path, argument
3588 RequestNetworkProfileEntry(profile_path,
3218 ProfileUpdate(void* object, const char* profile_path, const Value* info) argument

Completed in 169 milliseconds