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

12

/external/chromium_org/chrome/browser/apps/
H A Dapp_pointer_lock_interactive_uitest.cc12 bool RunExtensionPointerLockTest(const char* app_path) { argument
14 LoadAndLaunchPlatformApp(app_path, &launched_listener);
H A Devent_page_browsertest.cc19 void TestUnloadEventPage(const char* app_path) { argument
21 const Extension* extension = LoadAndLaunchPlatformApp(app_path, "launched");
/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 Dfirefox_importer_utils.cc133 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, argument
190 if (!ReadPrefFile(app_path.AppendASCII("browserconfig.properties"), &content))
232 bool IsDefaultHomepage(const GURL& homepage, const base::FilePath& app_path) { argument
237 ReadBrowserConfigProp(app_path, "browser.startup.homepage");
299 base::string16 GetFirefoxImporterName(const base::FilePath& app_path) { argument
300 const base::FilePath app_ini_file = app_path.AppendASCII("application.ini");
131 GetFirefoxVersionAndPathFromProfile(const base::FilePath& profile_path, int* version, base::FilePath* app_path) argument
H A Dimporter_data_types.h42 base::FilePath app_path; member in struct:importer::SourceProfile
/external/chromium_org/mojo/shell/
H A Dout_of_process_dynamic_service_runner.cc33 const base::FilePath& app_path,
36 app_path_ = app_path;
47 // TODO(vtl): |app_path.AsUTF8Unsafe()| is unsafe.
49 app_path.AsUTF8Unsafe(),
32 Start( const base::FilePath& app_path, ScopedMessagePipeHandle service_handle, const base::Closure& app_completed_callback) argument
H A Din_process_dynamic_service_runner.h28 virtual void Start(const base::FilePath& app_path,
H A Dout_of_process_dynamic_service_runner.h29 virtual void Start(const base::FilePath& app_path,
H A Din_process_dynamic_service_runner.cc32 const base::FilePath& app_path,
35 app_path_ = app_path;
31 Start( const base::FilePath& app_path, ScopedMessagePipeHandle service_handle, const base::Closure& app_completed_callback) argument
H A Ddynamic_service_runner.h28 // Takes ownership of the file at |app_path|. Loads the app in that file and
31 virtual void Start(const base::FilePath& app_path,
H A Dapp_child_process.cc195 virtual void StartApp(const String& app_path,
197 DVLOG(2) << "AppChildControllerImpl::StartApp(" << app_path << ", ...)";
201 base::FilePath::FromUTF8Unsafe(app_path),
220 static void StartAppOnMainThread(const base::FilePath& app_path, argument
223 DVLOG(2) << "Loading/running Mojo app from " << app_path.value()
229 base::LoadNativeLibrary(app_path, &load_error));
/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/browser/importer/
H A Dimporter_list.cc35 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/
H A Dfirewall_manager_win.cc28 bool Init(const base::string16& app_name, const base::FilePath& app_path) { argument
29 return manager_.Init(app_name, app_path);
72 bool Init(const base::string16& app_name, const base::FilePath& app_path) { argument
73 return manager_.Init(app_name, app_path);
H A Dlegacy_firewall_manager_win.h27 // |app_path|.
28 bool Init(const base::string16& app_name, const base::FilePath& app_path);
H A Dadvanced_firewall_manager_win.h26 // |app_path|.
27 bool Init(const base::string16& app_name, const base::FilePath& app_path);
H A Dlegacy_firewall_manager_win.cc18 const base::FilePath& app_path) {
41 app_path_ = app_path;
17 Init(const base::string16& app_name, const base::FilePath& app_path) argument
H A Dadvanced_firewall_manager_win.cc21 const base::FilePath& app_path) {
36 app_path_ = app_path;
20 Init(const base::string16& app_name, const base::FilePath& app_path) argument
/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app_mac.h97 // 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/
H A Dfpdf_basic_module.cpp99 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);
/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/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;
413 base::FilePath app_path = local
415 if (!base::PathExists(app_path)) {
418 app_path = app_path_.Append(searchplugins_path);
439 file = app_path.AppendASCII(engine.substr(index + kAppPrefix.length()));
461 base::FilePath locale_app_path = app_path.AppendASCII(locale_);
462 base::FilePath default_locale_app_path = app_path
[all...]
/external/chromium_org/base/
H A Dfile_version_info_win.cc45 FilePath app_path(system_buffer);
46 return CreateFileVersionInfo(app_path);
/external/chromium_org/net/url_request/
H A Durl_request_unittest.cc702 base::FilePath app_path; local
703 PathService::Get(base::FILE_EXE, &app_path);
704 GURL app_url = FilePathToFileURL(app_path);
716 EXPECT_TRUE(base::GetFileSize(app_path, &file_size));
731 base::FilePath app_path; local
732 PathService::Get(base::FILE_EXE, &app_path);
733 GURL app_url = FilePathToFileURL(app_path);
1016 base::FilePath app_path; local
1017 PathService::Get(base::DIR_SOURCE_ROOT, &app_path);
1018 app_path
7740 base::FilePath app_path; local
7772 base::FilePath app_path; local
7809 base::FilePath app_path; local
7838 base::FilePath app_path; local
7870 base::FilePath app_path; local
7899 base::FilePath app_path; local
7931 base::FilePath app_path; local
7983 base::FilePath app_path; local
[all...]

Completed in 595 milliseconds

12