Home
last modified time | relevance | path

Searched refs:app_path (Results 1 – 16 of 16) sorted by relevance

/external/chromium/chrome/browser/importer/
Dimporter_list.cc31 ie->app_path.clear(); in DetectIEProfiles()
48 safari->app_path.clear(); in DetectSafariProfiles()
61 FilePath app_path; in DetectFirefoxProfiles() local
67 GetFirefoxVersionAndPathFromProfile(profile_path, &version, &app_path); in DetectFirefoxProfiles()
83 firefox->app_path = GetFirefoxInstallPathFromRegistry(); in DetectFirefoxProfiles()
85 if (firefox->app_path.empty()) in DetectFirefoxProfiles()
86 firefox->app_path = app_path; in DetectFirefoxProfiles()
102 google_toolbar->app_path.clear(); in DetectGoogleToolbarProfiles()
Dfirefox_importer_utils.h47 FilePath* app_path);
88 bool IsDefaultHomepage(const GURL& homepage, const FilePath& app_path);
Dfirefox3_importer.cc74 app_path_ = source_profile.app_path; in StartImport()
381 FilePath app_path = app_path_.AppendASCII("searchplugins"); in GetSearchEnginesXMLFiles() local
400 file = app_path.Append(FilePath::FromWStringHack( in GetSearchEnginesXMLFiles()
421 FilePath locale_app_path = app_path.AppendASCII(locale_); in GetSearchEnginesXMLFiles()
422 FilePath default_locale_app_path = app_path.AppendASCII("en-US"); in GetSearchEnginesXMLFiles()
424 app_path = locale_app_path; in GetSearchEnginesXMLFiles()
426 app_path = default_locale_app_path; in GetSearchEnginesXMLFiles()
430 file_util::FileEnumerator engines(app_path, false, in GetSearchEnginesXMLFiles()
Dfirefox_importer_utils.cc96 FilePath* app_path) { in GetFirefoxVersionAndPathFromProfile() argument
120 *app_path = FilePath::FromWStringHack( in GetFirefoxVersionAndPathFromProfile()
258 std::string ReadBrowserConfigProp(const FilePath& app_path, in ReadBrowserConfigProp() argument
261 if (!ReadPrefFile(app_path.AppendASCII("browserconfig.properties"), &content)) in ReadBrowserConfigProp()
339 bool IsDefaultHomepage(const GURL& homepage, const FilePath& app_path) { in IsDefaultHomepage() argument
344 ReadBrowserConfigProp(app_path, "browser.startup.homepage"); in IsDefaultHomepage()
Dimporter_data_types.h39 FilePath app_path; member
Dprofile_import_process_messages.h35 WriteParam(m, p.app_path);
48 !ReadParam(m, iter, &p->app_path))
66 LogParam(p.app_path, l);
Dfirefox2_importer.cc55 app_path_ = source_profile.app_path; in StartImport()
93 void Firefox2Importer::LoadDefaultBookmarks(const FilePath& app_path, in LoadDefaultBookmarks() argument
95 FilePath file = app_path.AppendASCII("defaults") in LoadDefaultBookmarks()
Dimporter_unittest.cc101 source_profile.app_path = app_path_; in Firefox3xImporterTest()
688 source_profile.app_path = app_path_; in TEST_F()
/external/chromium/net/url_request/
Durl_request_unittest.cc924 FilePath app_path; in TEST_F() local
925 PathService::Get(base::FILE_EXE, &app_path); in TEST_F()
926 GURL app_url = FilePathToFileURL(app_path); in TEST_F()
938 EXPECT_TRUE(file_util::GetFileSize(app_path, &file_size)); in TEST_F()
1110 FilePath app_path; in TEST_F() local
1111 PathService::Get(base::DIR_SOURCE_ROOT, &app_path); in TEST_F()
1112 app_path = app_path.AppendASCII("net"); in TEST_F()
1113 app_path = app_path.AppendASCII("data"); in TEST_F()
1114 app_path = app_path.AppendASCII("url_request_unittest"); in TEST_F()
1115 app_path = app_path.AppendASCII("with-headers.html"); in TEST_F()
[all …]
/external/chromium/base/
Dfile_version_info_win.cc35 FilePath app_path; in CreateFileVersionInfoForCurrentModule() local
36 if (!PathService::Get(base::FILE_MODULE, &app_path)) in CreateFileVersionInfoForCurrentModule()
39 return CreateFileVersionInfo(app_path); in CreateFileVersionInfoForCurrentModule()
/external/chromium/chrome/browser/profiles/
Dprofile_impl_io_data.cc58 const FilePath& app_path) { in Init() argument
73 io_data_->app_path_ = app_path; in Init()
300 FilePath app_path = app_path_.AppendASCII(app_id); in InitializeAppRequestContext() local
301 FilePath cookie_path = app_path.Append(chrome::kCookieFilename); in InitializeAppRequestContext()
302 FilePath cache_path = app_path.Append(chrome::kCacheDirname); in InitializeAppRequestContext()
Dprofile_impl_io_data.h40 const FilePath& app_path);
Dprofile_impl.cc387 FilePath app_path = GetPath().Append(chrome::kIsolatedAppStateDirname); in DoFinalInit() local
393 app_path); in DoFinalInit()
/external/chromium/chrome/browser/extensions/
Dextension_management_apitest.cc51 void LoadAndWaitForLaunch(const std::string& app_path, in LoadAndWaitForLaunch() argument
54 ASSERT_TRUE(LoadExtension(test_data_dir_.AppendASCII(app_path))); in LoadAndWaitForLaunch()
/external/chromium/chrome/browser/
Dshell_integration_win.cc293 FilePath app_path; in IsDefaultBrowser() local
294 if (!PathService::Get(base::FILE_EXE, &app_path)) { in IsDefaultBrowser()
338 GetShortPathName(app_path.value().c_str(), in IsDefaultBrowser()
/external/chromium/chrome/browser/cocoa/
Dinstall_from_dmg.mm310 // Launches the application at app_path. The arguments passed to app_path
313 bool LaunchInstalledApp(NSString* app_path) {
315 reinterpret_cast<const UInt8*>([app_path fileSystemRepresentation]);