OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chrome_exe
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/first_run/
first_run_win.cc
98
FilePath
chrome_exe
;
local
99
if (!PathService::Get(base::FILE_EXE, &
chrome_exe
))
106
chrome_exe
.value(),
116
FilePath
chrome_exe
;
local
117
if (!PathService::Get(base::FILE_EXE, &
chrome_exe
))
122
chrome_exe
.value(),
/external/chromium/chrome/browser/google/
google_update.cc
275
std::wstring
chrome_exe
= chrome_exe_path.value();
local
277
std::transform(
chrome_exe
.begin(),
chrome_exe
.end(),
278
chrome_exe
.begin(), tolower);
280
GoogleUpdateErrorCode error_code = CanUpdateCurrentChrome(
chrome_exe
);
301
if (InstallUtil::IsPerUserInstall(
chrome_exe
.c_str())) {
/external/chromium/chrome/browser/diagnostics/
recon_diagnostics.cc
136
FilePath
chrome_exe
;
local
137
if (!PathService::Get(base::FILE_EXE, &
chrome_exe
)) {
141
user_level_ = InstallUtil::IsPerUserInstall(
chrome_exe
.value().c_str());
/external/chromium/chrome/browser/web_applications/
web_app.cc
321
FilePath
chrome_exe
;
322
if (!PathService::Get(base::FILE_EXE, &
chrome_exe
)) {
328
FilePath chrome_folder =
chrome_exe
.DirName();
364
success &= file_util::CreateShortcutLink(
chrome_exe
.value().c_str(),
/external/chromium/chrome/browser/
shell_integration_win.cc
203
// Check if the shortcut points to
chrome_exe
.
272
FilePath
chrome_exe
;
local
273
if (!PathService::Get(base::FILE_EXE, &
chrome_exe
)) {
281
chrome_exe
.value(), true)) {
Completed in 509 milliseconds