OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:install_operation
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/installer/setup/
install.h
71
// If |
install_operation
| is a creation command, appropriate shortcuts will be
80
InstallShortcutOperation
install_operation
);
install.cc
373
InstallShortcutOperation
install_operation
) {
400
switch (
install_operation
) {
408
DCHECK(
install_operation
== INSTALL_SHORTCUT_REPLACE_EXISTING);
580
InstallShortcutOperation
install_operation
=
local
588
install_operation
= INSTALL_SHORTCUT_CREATE_ALL;
592
install_operation
);
687
InstallShortcutOperation
install_operation
=
local
696
chrome_exe, chrome, prefs, CURRENT_USER,
install_operation
);
Completed in 31 milliseconds