Searched refs:app_path (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/chrome/test/functional/
H A Dcodesign.py36 app_path = browser_info['child_process_path']
37 app_path = app_path[:app_path.find(app_name)]
38 app_path = app_path + app_name
39 self.assertTrue(valid_text in self._checkCodeSign(app_path))
42 framework_path = glob.glob(os.path.join(app_path, 'Contents', 'Versions',
H A Dsecure_shell.py35 app_path = files[0]
38 logging.debug('Using Secure shell app %s' % app_path)
39 self._app_id = self.InstallExtension(app_path, from_webstore=True)
/external/chromium_org/chrome/installer/mac/
H A Dsign_app.sh.in28 echo "usage: ${ME} app_path codesign_keychain codesign_id" >& 2
32 app_path="${1}"
40 versioned_dir="${app_path}/Contents/Versions/@VERSION@"
42 browser_app="${app_path}"
H A Dsign_versioned_dir.sh.in27 echo "usage: ${ME} app_path codesign_keychain codesign_id" >& 2
31 app_path="${1}"
35 versioned_dir="${app_path}/Contents/Versions/@VERSION@"
/external/chromium_org/chrome/common/importer/
H A Dfirefox_importer_utils.h55 base::FilePath* app_path);
81 bool IsDefaultHomepage(const GURL& homepage, const base::FilePath& app_path);
92 base::string16 GetFirefoxImporterName(const base::FilePath& app_path);
H A Dimporter_data_types.h42 base::FilePath app_path; member in struct:importer::SourceProfile
H A Dfirefox_importer_utils.cc98 base::FilePath* app_path) {
123 *app_path = base::FilePath::FromUTF8Unsafe(line.substr(equal + 1));
144 std::string ReadBrowserConfigProp(const base::FilePath& app_path, argument
147 if (!ReadPrefFile(app_path.AppendASCII("browserconfig.properties"), &content))
189 bool IsDefaultHomepage(const GURL& homepage, const base::FilePath& app_path) { argument
194 ReadBrowserConfigProp(app_path, "browser.startup.homepage");
256 base::string16 GetFirefoxImporterName(const base::FilePath& app_path) { argument
257 const base::FilePath app_ini_file = app_path.AppendASCII("application.ini");
96 GetFirefoxVersionAndPathFromProfile(const base::FilePath& profile_path, int* version, base::FilePath* app_path) argument
/external/chromium_org/chrome/browser/apps/
H A Devent_page_browsertest.cc19 void TestUnloadEventPage(const char* app_path) { argument
22 const Extension* extension = LoadAndLaunchPlatformApp(app_path);
/external/chromium/chrome/browser/importer/
H A Dimporter_data_types.h39 FilePath app_path; member in struct:importer::SourceProfile
H A Dfirefox_importer_utils.h47 FilePath* app_path);
88 bool IsDefaultHomepage(const GURL& homepage, const FilePath& app_path);
H A Dimporter_list.cc31 ie->app_path.clear();
48 safari->app_path.clear();
61 FilePath app_path; local
67 GetFirefoxVersionAndPathFromProfile(profile_path, &version, &app_path);
83 firefox->app_path = GetFirefoxInstallPathFromRegistry();
85 if (firefox->app_path.empty())
86 firefox->app_path = app_path;
102 google_toolbar->app_path.clear();
H A Dfirefox_importer_utils.cc96 FilePath* app_path) {
120 *app_path = FilePath::FromWStringHack(
258 std::string ReadBrowserConfigProp(const FilePath& app_path, argument
261 if (!ReadPrefFile(app_path.AppendASCII("browserconfig.properties"), &content))
339 bool IsDefaultHomepage(const GURL& homepage, const FilePath& app_path) { argument
344 ReadBrowserConfigProp(app_path, "browser.startup.homepage");
94 GetFirefoxVersionAndPathFromProfile(const FilePath& profile_path, int* version, FilePath* app_path) argument
H A Dfirefox3_importer.cc74 app_path_ = source_profile.app_path;
381 FilePath app_path = app_path_.AppendASCII("searchplugins");
400 file = app_path.Append(FilePath::FromWStringHack(
421 FilePath locale_app_path = app_path.AppendASCII(locale_);
422 FilePath default_locale_app_path = app_path.AppendASCII("en-US");
424 app_path = locale_app_path;
426 app_path = default_locale_app_path;
430 file_util::FileEnumerator engines(app_path, false,
/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app_mac.h86 // Updates the InfoPlist.string inside |app_path| with the display name for
88 bool UpdateDisplayName(const base::FilePath& app_path) const;
93 // Updates the plist inside |app_path| with information about the app.
94 bool UpdatePlist(const base::FilePath& app_path) const;
97 bool UpdateIcon(const base::FilePath& app_path) const;
/external/chromium_org/mojo/shell/
H A Dloader.cc28 base::FilePath app_path; local
29 source->GetResponseAsFilePath(true, &app_path);
30 delegate_->DidCompleteLoad(source->GetURL(), app_path);
H A Dapp_container.cc38 const base::FilePath& app_path) {
46 app_path_ = app_path;
37 DidCompleteLoad(const GURL& app_url, const base::FilePath& app_path) argument
H A Dapp_container.h41 const base::FilePath& app_path) OVERRIDE;
H A Dloader.h29 const base::FilePath& app_path) = 0;
/external/chromium_org/apps/
H A Dload_and_launch_browsertest.cc45 base::FilePath app_path = test_data_dir_ local
50 app_path.value());
82 base::FilePath app_path = test_data_dir_ local
92 app_path.value());
/external/chromium_org/chrome/browser/importer/
H A Dimporter_list.cc34 ie->app_path.clear();
51 safari->app_path.clear();
68 base::FilePath app_path; local
74 GetFirefoxVersionAndPathFromProfile(profile_path, &version, &app_path);
84 firefox->importer_name = GetFirefoxImporterName(app_path);
88 firefox->app_path = GetFirefoxInstallPathFromRegistry();
90 if (firefox->app_path.empty())
91 firefox->app_path = app_path;
/external/chromium/net/url_request/
H A Durl_request_unittest.cc924 FilePath app_path; local
925 PathService::Get(base::FILE_EXE, &app_path);
926 GURL app_url = FilePathToFileURL(app_path);
938 EXPECT_TRUE(file_util::GetFileSize(app_path, &file_size));
1110 FilePath app_path; local
1111 PathService::Get(base::DIR_SOURCE_ROOT, &app_path);
1112 app_path = app_path.AppendASCII("net");
1113 app_path = app_path
2488 FilePath app_path; local
2517 FilePath app_path; local
2548 FilePath app_path; local
2577 FilePath app_path; local
2610 FilePath app_path; local
2639 FilePath app_path; local
2672 FilePath app_path; local
2721 FilePath app_path; local
[all...]
/external/chromium/base/
H A Dfile_version_info_win.cc35 FilePath app_path; local
36 if (!PathService::Get(base::FILE_MODULE, &app_path))
39 return CreateFileVersionInfo(app_path);
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsync_or_local_value_store_cache.cc105 const base::FilePath app_path = profile_path.AppendASCII( local
112 factory, app_path, syncer::APP_SETTINGS,
/external/chromium_org/chrome/utility/importer/
H A Dfirefox_importer.cc42 // Loads the default bookmarks in the Firefox installed at |app_path|,
44 void LoadDefaultBookmarks(const base::FilePath& app_path, argument
46 base::FilePath file = app_path.AppendASCII("defaults")
104 app_path_ = source_profile.app_path;
404 base::FilePath app_path = app_path_.AppendASCII("searchplugins");
423 file = app_path.AppendASCII(engine.substr(index + kAppPrefix.length()));
445 base::FilePath locale_app_path = app_path.AppendASCII(locale_);
446 base::FilePath default_locale_app_path = app_path.AppendASCII("en-US");
448 app_path = locale_app_path;
450 app_path
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_management_apitest.cc51 void LoadAndWaitForLaunch(const std::string& app_path, argument
54 ASSERT_TRUE(LoadExtension(test_data_dir_.AppendASCII(app_path)));

Completed in 2431 milliseconds

12