OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_package_type
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/installer/util/
installer_state.h
259
void
set_package_type
(PackageType type);
installer_state.cc
106
set_package_type
(pref_bool ? MULTI_PACKAGE : SINGLE_PACKAGE);
316
void InstallerState::
set_package_type
(PackageType type) {
function in class:installer::InstallerState
407
set_package_type
(the_product.HasOption(kOptionMultiInstall) ?
/external/chromium_org/chrome/installer/setup/
install_worker_unittest.cc
159
void
set_package_type
(PackageType type) {
function in class:MockInstallerState
160
InstallerState::
set_package_type
(type);
307
installer_state->
set_package_type
(multi_install ?
Completed in 272 milliseconds