/external/chromium/chrome/browser/importer/ |
D | importer_list.cc | 31 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()
|
D | firefox_importer_utils.h | 47 FilePath* app_path); 88 bool IsDefaultHomepage(const GURL& homepage, const FilePath& app_path);
|
D | firefox3_importer.cc | 74 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()
|
D | firefox_importer_utils.cc | 96 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()
|
D | importer_data_types.h | 39 FilePath app_path; member
|
D | profile_import_process_messages.h | 35 WriteParam(m, p.app_path); 48 !ReadParam(m, iter, &p->app_path)) 66 LogParam(p.app_path, l);
|
D | firefox2_importer.cc | 55 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()
|
D | importer_unittest.cc | 101 source_profile.app_path = app_path_; in Firefox3xImporterTest() 688 source_profile.app_path = app_path_; in TEST_F()
|
/external/chromium/net/url_request/ |
D | url_request_unittest.cc | 924 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/ |
D | file_version_info_win.cc | 35 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/ |
D | profile_impl_io_data.cc | 58 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()
|
D | profile_impl_io_data.h | 40 const FilePath& app_path);
|
D | profile_impl.cc | 387 FilePath app_path = GetPath().Append(chrome::kIsolatedAppStateDirname); in DoFinalInit() local 393 app_path); in DoFinalInit()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_management_apitest.cc | 51 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/ |
D | shell_integration_win.cc | 293 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/ |
D | install_from_dmg.mm | 310 // 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]);
|