HomeSort by relevance Sort by last modified time
    Searched refs:app_path (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/chrome/browser/apps/
app_pointer_lock_interactive_uitest.cc 13 bool RunExtensionPointerLockTest(const char* app_path) {
15 LoadAndLaunchPlatformApp(app_path, &launched_listener);
event_page_browsertest.cc 19 void TestUnloadEventPage(const char* app_path) {
21 const Extension* extension = LoadAndLaunchPlatformApp(app_path, "launched");
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils.h 55 base::FilePath* app_path);
81 bool IsDefaultHomepage(const GURL& homepage, const base::FilePath& app_path);
92 base::string16 GetFirefoxImporterName(const base::FilePath& app_path);
firefox_importer_utils.cc 133 base::FilePath* app_path) {
162 if (!ComposeMacAppPath(path_from_ini, app_path))
165 *app_path = base::FilePath::FromUTF8Unsafe(line.substr(equal + 1));
187 std::string ReadBrowserConfigProp(const base::FilePath& app_path,
190 if (!ReadPrefFile(app_path.AppendASCII("browserconfig.properties"), &content))
232 bool IsDefaultHomepage(const GURL& homepage, const base::FilePath& app_path) {
237 ReadBrowserConfigProp(app_path, "browser.startup.homepage");
299 base::string16 GetFirefoxImporterName(const base::FilePath& app_path) {
300 const base::FilePath app_ini_file = app_path.AppendASCII("application.ini");
importer_data_types.h 43 base::FilePath app_path; member in struct:importer::SourceProfile
profile_import_process_param_traits_macros.h 36 IPC_STRUCT_TRAITS_MEMBER(app_path)
  /external/chromium_org/mojo/shell/
out_of_process_dynamic_service_runner.cc 32 const base::FilePath& app_path,
35 app_path_ = app_path;
46 // TODO(vtl): |app_path.AsUTF8Unsafe()| is unsafe.
48 app_path.AsUTF8Unsafe(),
dynamic_service_runner.h 28 // Takes ownership of the file at |app_path|. Loads the app in that file and
31 virtual void Start(const base::FilePath& app_path,
in_process_dynamic_service_runner.h 28 virtual void Start(const base::FilePath& app_path,
out_of_process_dynamic_service_runner.h 28 virtual void Start(const base::FilePath& app_path,
in_process_dynamic_service_runner.cc 61 const base::FilePath& app_path,
64 app_path_ = app_path;
app_child_process.cc 198 virtual void StartApp(const String& app_path,
200 DVLOG(2) << "AppChildControllerImpl::StartApp(" << app_path << ", ...)";
204 base::FilePath::FromUTF8Unsafe(app_path),
223 static void StartAppOnMainThread(const base::FilePath& app_path,
226 DVLOG(2) << "Loading/running Mojo app from " << app_path.value()
232 base::LoadNativeLibrary(app_path, &load_error));
  /development/testrunner/
android_manifest.py 35 def __init__(self, app_path=None):
36 if app_path:
37 self._ParseManifest(app_path)
54 def _ParseManifest(self, app_path):
58 app_path: path to folder containing AndroidManifest.xml
63 self._app_path = app_path
64 self._manifest_path = os.path.join(app_path, self.FILENAME)
create_test.py 124 def _GenerateTestMK(mk, app_path, mapping=None):
131 app_path: path to the application being tested
138 tests_path = "%s/%s" % (app_path, TestsConsts.TESTS_FOLDER)
146 mk_path = "%s/%s" % (app_path, mk.FILENAME)
182 parser = optparse.OptionParser(usage="%s <app_path>" % sys.argv[0])
221 app_path = args[0];
223 if not os.path.exists(app_path):
224 _PrintError("Error: Application path %s not found" % app_path)
228 mk = android_mk.CreateAndroidMK(path=app_path)
229 manifest = android_manifest.AndroidManifest(app_path=app_path
    [all...]
  /external/chromium_org/chrome/installer/mac/
sign_app.sh.in 28 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}"
sign_versioned_dir.sh.in 27 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/browser/importer/
importer_list.cc 35 ie->app_path.clear();
53 safari->app_path.clear();
71 base::FilePath app_path; local
77 GetFirefoxVersionAndPathFromProfile(profile_path, &version, &app_path);
87 firefox->importer_name = GetFirefoxImporterName(app_path);
91 firefox->app_path = GetFirefoxInstallPathFromRegistry();
93 if (firefox->app_path.empty())
94 firefox->app_path = app_path;
  /external/chromium_org/chrome/installer/util/
firewall_manager_win.cc 28 bool Init(const base::string16& app_name, const base::FilePath& app_path) {
29 return manager_.Init(app_name, app_path);
72 bool Init(const base::string16& app_name, const base::FilePath& app_path) {
73 return manager_.Init(app_name, app_path);
legacy_firewall_manager_win.h 27 // |app_path|.
28 bool Init(const base::string16& app_name, const base::FilePath& app_path);
advanced_firewall_manager_win.h 26 // |app_path|.
27 bool Init(const base::string16& app_name, const base::FilePath& app_path);
  /external/chromium_org/chrome/browser/web_applications/
web_app_mac.h 97 // Updates the InfoPlist.string inside |app_path| with the display name for
99 bool UpdateDisplayName(const base::FilePath& app_path) const;
104 // Updates the plist inside |app_path| with information about the app.
105 bool UpdatePlist(const base::FilePath& app_path) const;
108 bool UpdateIcon(const base::FilePath& app_path) const;
  /external/pdfium/core/src/fpdfapi/
fpdf_basic_module.cpp 99 FX_WCHAR app_path[260]; local
100 ::GetModuleFileNameW(NULL, (LPWSTR)app_path, 260);
101 FX_INTPTR len = FXSYS_wcslen(app_path);
103 if (app_path[i] == '\\') {
104 app_path[i] = 0;
107 CFX_ByteString path = CFX_ByteString::FromUnicode(app_path);
  /development/testrunner/tests/
android_manifest_tests.py 30 self._manifest = android_manifest.AndroidManifest(app_path='.')
  /external/chromium_org/apps/
load_and_launch_browsertest.cc 45 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/tools/telemetry/telemetry/core/backends/chrome/
desktop_browser_finder.py 241 for browser_name, app_path in app_paths:
243 app_path = os.path.join(app_path, chromium_app_name)
244 app_path = path.FindInstalledWindowsApplication(app_path)
245 if app_path:
247 browser_name, finder_options, app_path,
248 None, False, os.path.dirname(app_path)))

Completed in 388 milliseconds

1 2