Searched defs:app_path (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/chrome/browser/apps/
H A Dapp_pointer_lock_interactive_uitest.cc13 bool RunExtensionPointerLockTest(const char* app_path) { argument
15 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");
H A Dweb_view_browsertest.cc570 const std::string& app_path) {
581 LoadAndLaunchPlatformApp(app_path.c_str(), "guest-loaded");
625 void LoadAppWithGuest(const std::string& app_path) { argument
629 LoadAndLaunchPlatformApp(app_path.c_str(), &launched_listener);
569 LoadGuest(const std::string& guest_path, const std::string& app_path) argument
/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/mojo/shell/
H A Dout_of_process_dynamic_service_runner.cc32 const base::FilePath& app_path,
35 app_path_ = app_path;
46 // TODO(vtl): |app_path.AsUTF8Unsafe()| is unsafe.
48 app_path.AsUTF8Unsafe(),
31 Start( const base::FilePath& app_path, ScopedMessagePipeHandle service_handle, const base::Closure& app_completed_callback) argument
H A Din_process_dynamic_service_runner.cc61 const base::FilePath& app_path,
64 app_path_ = app_path;
60 Start( const base::FilePath& app_path, ScopedMessagePipeHandle service_handle, const base::Closure& app_completed_callback) argument
H A Dapp_child_process.cc198 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, argument
226 DVLOG(2) << "Loading/running Mojo app from " << app_path.value()
232 base::LoadNativeLibrary(app_path, &load_error));
/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.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
H A Dshell_util.cc1782 base::FilePath app_path; local
1783 if (!PathService::Get(base::FILE_EXE, &app_path)) {
1788 return GetChromeDefaultStateFromPath(app_path);
/external/chromium_org/chrome/browser/extensions/api/management/
H A Dmanagement_apitest.cc70 void LoadAndWaitForLaunch(const std::string& app_path, argument
73 ASSERT_TRUE(LoadExtension(test_data_dir_.AppendASCII(app_path)));
/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/common/importer/
H A Dimporter_data_types.h43 base::FilePath app_path; member in struct:importer::SourceProfile
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
/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/content/common/
H A Dplugin_list_win.cc56 base::FilePath app_path; local
57 if (!PathService::Get(base::DIR_MODULE, &app_path))
59 plugin_dirs->insert(AppendPluginsDir(app_path));
/external/chromium_org/chrome/utility/importer/
H A Dfirefox_importer.cc44 // Loads the default bookmarks in the Firefox installed at |app_path|,
46 void LoadDefaultBookmarks(const base::FilePath& app_path, argument
48 base::FilePath file = app_path.AppendASCII("defaults")
106 app_path_ = source_profile.app_path;
456 base::FilePath app_path = local
458 if (!base::PathExists(app_path)) {
461 app_path = app_path_.Append(searchplugins_path);
482 file = app_path.AppendASCII(engine.substr(index + kAppPrefix.length()));
504 base::FilePath locale_app_path = app_path.AppendASCII(locale_);
505 base::FilePath default_locale_app_path = app_path
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfpdfview.cpp190 TCHAR app_path[MAX_PATH]; local
191 ::GetModuleFileName((HINSTANCE)hInstance, app_path, MAX_PATH);
192 size_t len = _tcslen(app_path);
194 if (app_path[i] == '\\') {
195 app_path[i] = 0;
201 CPDF_ModuleMgr::Get()->SetModulePath(NULL, CFX_ByteString::FromUnicode(app_path));
205 CPDF_ModuleMgr::Get()->SetModulePath(NULL, app_path);
/external/chromium_org/net/url_request/
H A Durl_request_unittest.cc703 base::FilePath app_path; local
704 PathService::Get(base::FILE_EXE, &app_path);
705 GURL app_url = FilePathToFileURL(app_path);
718 EXPECT_TRUE(base::GetFileSize(app_path, &file_size));
733 base::FilePath app_path; local
734 PathService::Get(base::FILE_EXE, &app_path);
735 GURL app_url = FilePathToFileURL(app_path);
1041 base::FilePath app_path; local
1042 PathService::Get(base::DIR_SOURCE_ROOT, &app_path);
1043 app_path
8009 base::FilePath app_path; local
8039 base::FilePath app_path; local
8074 base::FilePath app_path; local
8102 base::FilePath app_path; local
8133 base::FilePath app_path; local
8161 base::FilePath app_path; local
8192 base::FilePath app_path; local
8240 base::FilePath app_path; local
[all...]

Completed in 4509 milliseconds