Searched defs:chrome_path (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dfirewall_manager_win.cc104 const base::FilePath& chrome_path) {
108 if (manager->Init(dist->GetDisplayName(), chrome_path))
114 if (legacy_manager->Init(dist->GetDisplayName(), chrome_path))
102 Create( BrowserDistribution* dist, const base::FilePath& chrome_path) argument
/external/chromium_org/chrome/installer/launcher_support/
H A Dchrome_launcher_support.cc110 base::FilePath chrome_path; local
111 if (chrome_path.empty())
112 chrome_path = GetChromePathForInstallationLevel(SYSTEM_LEVEL_INSTALLATION);
113 if (chrome_path.empty())
114 chrome_path = GetChromePathForInstallationLevel(USER_LEVEL_INSTALLATION);
115 return chrome_path;
/external/chromium_org/cloud_print/service/win/
H A Dsetup_listener.cc22 const char SetupListener::kChromePathJsonValueName[] = "chrome_path";
71 base::string16 chrome_path; local
72 dictionary->GetString(kChromePathJsonValueName, &chrome_path);
73 chrome_path_ = base::FilePath(chrome_path);
H A Dsetup_listener.h46 const base::FilePath& chrome_path() const { function in class:SetupListener
H A Dchrome_launcher.cc201 base::FilePath chrome_path = chrome_launcher_support::GetAnyChromePath(); local
203 if (!chrome_path.empty()) {
204 CommandLine cmd(chrome_path);
261 base::FilePath chrome_path = chrome_launcher_support::GetAnyChromePath(); local
262 if (chrome_path.empty()) {
281 CommandLine cmd(chrome_path);
/external/chromium_org/third_party/skia/
H A Dgyp_skia99 chrome_path = os.getenv('CHROME_PATH') variable
100 os.chdir(chrome_path)
101 sys.path.append(os.path.join(chrome_path, 'build'))
102 sys.path.append(os.path.join(chrome_path, 'tools'))
/external/skia/
H A Dgyp_skia99 chrome_path = os.getenv('CHROME_PATH') variable
100 os.chdir(chrome_path)
101 sys.path.append(os.path.join(chrome_path, 'build'))
102 sys.path.append(os.path.join(chrome_path, 'tools'))
/external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
H A Dport_monitor_unittest.cc100 base::FilePath chrome_path = cloud_print::GetChromeExePath(); local
101 EXPECT_FALSE(chrome_path.empty());
103 chrome_path.value().rfind(kAlternateChromeExePath) != std::string::npos);
104 EXPECT_TRUE(base::PathExists(chrome_path));
106 chrome_path = cloud_print::GetChromeExePath();
108 EXPECT_TRUE(chrome_path.empty() ||
109 chrome_path.value().rfind(kChromeExePath) == std::string::npos);
H A Dport_monitor.cc207 base::FilePath chrome_path = GetChromeExePath(); local
208 if (chrome_path.empty()) {
213 CommandLine command_line(chrome_path);
/external/chromium_org/chrome/test/base/
H A Din_process_browser_test.cc131 base::FilePath chrome_path; local
132 CHECK(PathService::Get(base::FILE_EXE, &chrome_path));
133 chrome_path = chrome_path.DirName();
134 chrome_path = chrome_path.Append(chrome::kBrowserProcessExecutablePath);
135 CHECK(PathService::Override(base::FILE_EXE, chrome_path));
/external/chromium_org/win8/metro_driver/
H A Dtoast_notification_handler.cc200 base::FilePath chrome_path; local
201 if (!PathService::Get(base::FILE_EXE, &chrome_path)) {
208 chrome_path.value().c_str());
/external/chromium_org/win8/viewer/
H A Dmetro_viewer_process_host.cc115 base::FilePath chrome_path; local
116 if (!PathService::Get(base::DIR_EXE, &chrome_path))
/external/chromium_org/chrome/browser/
H A Djumplist_win.cc90 base::FilePath chrome_path; local
91 if (!PathService::Get(base::FILE_EXE, &chrome_path))
105 chrome->set_icon(chrome_path.value(), 0);
119 incognito->set_icon(chrome_path.value(), 0);
/external/chromium_org/chrome/installer/setup/
H A Dsetup_util.cc144 Version* GetMaxVersionFromArchiveDir(const base::FilePath& chrome_path) { argument
145 VLOG(1) << "Looking for Chrome version folder under " << chrome_path.value();
146 base::FileEnumerator version_enum(chrome_path, false,
H A Dinstall_worker.cc257 const base::FilePath& chrome_path,
265 FirewallManager::Create(dist, chrome_path);
255 AddFirewallRulesCallback(bool system_level, BrowserDistribution* dist, const base::FilePath& chrome_path, bool remove_on_rollback, const CallbackWorkItem& work_item) argument
/external/chromium_org/content/browser/zygote_host/
H A Dzygote_host_impl_linux.cc101 base::FilePath chrome_path; local
102 CHECK(PathService::Get(base::FILE_EXE, &chrome_path));
103 base::CommandLine cmd_line(chrome_path);

Completed in 3372 milliseconds