/external/chromium_org/chrome/browser/importer/ |
D | importer_list.cc | 35 ie->app_path.clear(); in DetectIEProfiles() 53 safari->app_path.clear(); in DetectSafariProfiles() 71 base::FilePath app_path; in DetectFirefoxProfiles() local 77 GetFirefoxVersionAndPathFromProfile(profile_path, &version, &app_path); in DetectFirefoxProfiles() 87 firefox->importer_name = GetFirefoxImporterName(app_path); in DetectFirefoxProfiles() 91 firefox->app_path = GetFirefoxInstallPathFromRegistry(); in DetectFirefoxProfiles() 93 if (firefox->app_path.empty()) in DetectFirefoxProfiles() 94 firefox->app_path = app_path; in DetectFirefoxProfiles()
|
/external/pdfium/core/src/fpdfapi/ |
D | fpdf_basic_module.cpp | 99 FX_WCHAR app_path[260]; in GetModuleFilePath() local 100 ::GetModuleFileNameW(NULL, (LPWSTR)app_path, 260); in GetModuleFilePath() 101 FX_INTPTR len = FXSYS_wcslen(app_path); in GetModuleFilePath() 103 if (app_path[i] == '\\') { in GetModuleFilePath() 104 app_path[i] = 0; in GetModuleFilePath() 107 CFX_ByteString path = CFX_ByteString::FromUnicode(app_path); in GetModuleFilePath()
|
/external/chromium_org/chrome/installer/util/ |
D | firewall_manager_win.cc | 28 bool Init(const base::string16& app_name, const base::FilePath& app_path) { in Init() argument 29 return manager_.Init(app_name, app_path); in Init() 72 bool Init(const base::string16& app_name, const base::FilePath& app_path) { in Init() argument 73 return manager_.Init(app_name, app_path); in Init()
|
D | legacy_firewall_manager_win.cc | 18 const base::FilePath& app_path) { in Init() argument 41 app_path_ = app_path; in Init()
|
D | legacy_firewall_manager_win.h | 28 bool Init(const base::string16& app_name, const base::FilePath& app_path);
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
D | 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)))
|
D | desktop_browser_backend.py | 121 app_path = os.path.join(possible_path, 'cdb.exe') 122 app_path = path.FindInstalledWindowsApplication(app_path) 123 if app_path: 124 return app_path
|
/external/chromium_org/chrome/common/importer/ |
D | firefox_importer_utils.cc | 133 base::FilePath* app_path) { in GetFirefoxVersionAndPathFromProfile() argument 162 if (!ComposeMacAppPath(path_from_ini, app_path)) in GetFirefoxVersionAndPathFromProfile() 165 *app_path = base::FilePath::FromUTF8Unsafe(line.substr(equal + 1)); in GetFirefoxVersionAndPathFromProfile() 187 std::string ReadBrowserConfigProp(const base::FilePath& app_path, in ReadBrowserConfigProp() argument 190 if (!ReadPrefFile(app_path.AppendASCII("browserconfig.properties"), &content)) in ReadBrowserConfigProp() 232 bool IsDefaultHomepage(const GURL& homepage, const base::FilePath& app_path) { in IsDefaultHomepage() argument 237 ReadBrowserConfigProp(app_path, "browser.startup.homepage"); in IsDefaultHomepage() 299 base::string16 GetFirefoxImporterName(const base::FilePath& app_path) { in GetFirefoxImporterName() argument 300 const base::FilePath app_ini_file = app_path.AppendASCII("application.ini"); in GetFirefoxImporterName()
|
D | 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);
|
/external/chromium_org/mojo/shell/ |
D | out_of_process_dynamic_service_runner.cc | 32 const base::FilePath& app_path, in Start() argument 35 app_path_ = app_path; in Start() 48 app_path.AsUTF8Unsafe(), in Start()
|
D | app_child_process.cc | 198 virtual void StartApp(const String& app_path, in StartApp() argument 200 DVLOG(2) << "AppChildControllerImpl::StartApp(" << app_path << ", ...)"; in StartApp() 204 base::FilePath::FromUTF8Unsafe(app_path), in StartApp() 223 static void StartAppOnMainThread(const base::FilePath& app_path, in StartAppOnMainThread() argument 226 DVLOG(2) << "Loading/running Mojo app from " << app_path.value() in StartAppOnMainThread() 232 base::LoadNativeLibrary(app_path, &load_error)); in StartAppOnMainThread()
|
D | in_process_dynamic_service_runner.cc | 61 const base::FilePath& app_path, in Start() argument 64 app_path_ = app_path; in Start()
|
D | out_of_process_dynamic_service_runner.h | 28 virtual void Start(const base::FilePath& app_path,
|
/external/chromium_org/chrome/installer/mac/ |
D | sign_app.sh.in | 32 app_path="${1}" 40 versioned_dir="${app_path}/Contents/Versions/@VERSION@" 42 browser_app="${app_path}"
|
D | sign_versioned_dir.sh.in | 31 app_path="${1}" 35 versioned_dir="${app_path}/Contents/Versions/@VERSION@"
|
/external/chromium_org/apps/ |
D | load_and_launch_browsertest.cc | 45 base::FilePath app_path = test_data_dir_ in IN_PROC_BROWSER_TEST_F() local 50 app_path.value()); in IN_PROC_BROWSER_TEST_F() 82 base::FilePath app_path = test_data_dir_ in IN_PROC_BROWSER_TEST_F() local 92 app_path.value()); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/chrome/browser/web_applications/ |
D | web_app_mac.h | 99 bool UpdateDisplayName(const base::FilePath& app_path) const; 105 bool UpdatePlist(const base::FilePath& app_path) const; 108 bool UpdateIcon(const base::FilePath& app_path) const;
|
D | web_app_mac.mm | 171 base::FilePath GetResourcesPath(const base::FilePath& app_path) { 172 return app_path.Append("Contents").Append("Resources"); 431 void DeletePathAndParentIfEmpty(const base::FilePath& app_path) { 432 DCHECK(!app_path.empty()); 433 base::DeleteFile(app_path, true); 434 base::FilePath apps_folder = app_path.DirName(); 755 base::FilePath app_path = GetApplicationsShortcutPath(); 756 if (!app_path.empty() && HasSameUserDataDir(app_path)) 757 DeletePathAndParentIfEmpty(app_path); 775 base::FilePath app_path = GetApplicationsShortcutPath(); [all …]
|
/external/chromium_org/chrome/installer/gcapi_mac/ |
D | gcapi.mm | 289 NSString* PathToFramework(NSString* app_path, NSDictionary* info_plist) { 293 return [[[app_path 299 NSString* PathToInstallScript(NSString* app_path, NSDictionary* info_plist) { 300 return [PathToFramework(app_path, info_plist) stringByAppendingPathComponent: 358 NSString* app_path = [NSString stringWithUTF8String:source_path]; 360 [app_path stringByAppendingPathComponent:@"Contents/Info.plist"]; 366 NSString* install_script = PathToInstallScript(app_path, info_plist); 390 [app_path stringByReplacingOccurrencesOfString:@"'" 405 [task setArguments:@[app_path, kChromeInstallPath]]; 447 NSString* app_path; [all …]
|
/external/chromium_org/chrome/browser/apps/ |
D | app_pointer_lock_interactive_uitest.cc | 13 bool RunExtensionPointerLockTest(const char* app_path) { in RunExtensionPointerLockTest() argument 15 LoadAndLaunchPlatformApp(app_path, &launched_listener); in RunExtensionPointerLockTest()
|
D | event_page_browsertest.cc | 19 void TestUnloadEventPage(const char* app_path) { in TestUnloadEventPage() argument 21 const Extension* extension = LoadAndLaunchPlatformApp(app_path, "launched"); in TestUnloadEventPage()
|
/external/chromium_org/chrome/utility/importer/ |
D | firefox_importer.cc | 46 void LoadDefaultBookmarks(const base::FilePath& app_path, in LoadDefaultBookmarks() argument 48 base::FilePath file = app_path.AppendASCII("defaults") in LoadDefaultBookmarks() 106 app_path_ = source_profile.app_path; in StartImport() 456 base::FilePath app_path = in GetSearchEnginesXMLData() local 458 if (!base::PathExists(app_path)) { in GetSearchEnginesXMLData() 461 app_path = app_path_.Append(searchplugins_path); in GetSearchEnginesXMLData() 482 file = app_path.AppendASCII(engine.substr(index + kAppPrefix.length())); in GetSearchEnginesXMLData() 504 base::FilePath locale_app_path = app_path.AppendASCII(locale_); in GetSearchEnginesXMLData() 505 base::FilePath default_locale_app_path = app_path.AppendASCII("en-US"); in GetSearchEnginesXMLData() 507 app_path = locale_app_path; in GetSearchEnginesXMLData() [all …]
|
/external/chromium_org/base/ |
D | file_version_info_win.cc | 45 FilePath app_path(system_buffer); in CreateFileVersionInfoForModule() local 46 return CreateFileVersionInfo(app_path); in CreateFileVersionInfoForModule()
|
/external/chromium_org/net/url_request/ |
D | url_request_unittest.cc | 703 base::FilePath app_path; in TEST_F() local 704 PathService::Get(base::FILE_EXE, &app_path); in TEST_F() 705 GURL app_url = FilePathToFileURL(app_path); in TEST_F() 718 EXPECT_TRUE(base::GetFileSize(app_path, &file_size)); in TEST_F() 733 base::FilePath app_path; in TEST_F() local 734 PathService::Get(base::FILE_EXE, &app_path); in TEST_F() 735 GURL app_url = FilePathToFileURL(app_path); in TEST_F() 1041 base::FilePath app_path; in TEST_F() local 1042 PathService::Get(base::DIR_SOURCE_ROOT, &app_path); in TEST_F() 1043 app_path = app_path.AppendASCII("net"); in TEST_F() [all …]
|
/external/pdfium/fpdfsdk/src/ |
D | fpdfview.cpp | 190 TCHAR app_path[MAX_PATH]; in FPDF_InitLibrary() local 191 ::GetModuleFileName((HINSTANCE)hInstance, app_path, MAX_PATH); in FPDF_InitLibrary() 192 size_t len = _tcslen(app_path); in FPDF_InitLibrary() 194 if (app_path[i] == '\\') { in FPDF_InitLibrary() 195 app_path[i] = 0; in FPDF_InitLibrary() 201 CPDF_ModuleMgr::Get()->SetModulePath(NULL, CFX_ByteString::FromUnicode(app_path)); in FPDF_InitLibrary() 205 CPDF_ModuleMgr::Get()->SetModulePath(NULL, app_path); in FPDF_InitLibrary()
|