OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProductBits
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/installer/util/
installation_validator.h
34
class
ProductBits
{
44
}; // class
ProductBits
50
ProductBits
::CHROME_SINGLE,
52
ProductBits
::CHROME_MULTI,
54
ProductBits
::CHROME_FRAME_SINGLE,
56
ProductBits
::CHROME_FRAME_SINGLE |
ProductBits
::CHROME_SINGLE,
58
ProductBits
::CHROME_FRAME_SINGLE |
ProductBits
::CHROME_MULTI,
60
ProductBits
::CHROME_FRAME_MULTI
[
all
...]
installation_validator_unittest.cc
461
(inst_type & InstallationValidator::
ProductBits
::CHROME_MULTI) != 0) ||
464
InstallationValidator::
ProductBits
::CHROME_FRAME_MULTI) != 0);
513
(InstallationValidator::
ProductBits
::CHROME_SINGLE |
514
InstallationValidator::
ProductBits
::CHROME_MULTI);
516
(InstallationValidator::
ProductBits
::CHROME_FRAME_SINGLE |
517
InstallationValidator::
ProductBits
::CHROME_FRAME_MULTI);
519
(InstallationValidator::
ProductBits
::CHROME_MULTI |
520
InstallationValidator::
ProductBits
::CHROME_FRAME_MULTI);
installation_validator.cc
768
ProductBits
::CHROME_MULTI :
769
ProductBits
::CHROME_SINGLE));
781
ProductBits
::CHROME_FRAME_SINGLE :
782
ProductBits
::CHROME_FRAME_MULTI;
794
*type = static_cast<InstallationType>(*type |
ProductBits
::CHROME_APP_HOST);
/external/chromium_org/chrome/installer/tools/
validate_installation_main.cc
132
InstallationValidator::
ProductBits
::CHROME_SINGLE,
135
InstallationValidator::
ProductBits
::CHROME_MULTI,
138
InstallationValidator::
ProductBits
::CHROME_FRAME_SINGLE,
141
InstallationValidator::
ProductBits
::CHROME_FRAME_MULTI,
144
InstallationValidator::
ProductBits
::CHROME_FRAME_READY_MODE,
/external/chromium_org/chrome/test/mini_installer_test/
installer_test_util.cc
29
(InstallationValidator::
ProductBits
::CHROME_SINGLE |
30
InstallationValidator::
ProductBits
::CHROME_MULTI);
32
(InstallationValidator::
ProductBits
::CHROME_FRAME_SINGLE |
33
InstallationValidator::
ProductBits
::CHROME_FRAME_MULTI);
35
(InstallationValidator::
ProductBits
::CHROME_MULTI |
36
InstallationValidator::
ProductBits
::CHROME_FRAME_MULTI);
256
(InstallationValidator::
ProductBits
::CHROME_MULTI |
257
InstallationValidator::
ProductBits
::CHROME_FRAME_MULTI);
Completed in 54 milliseconds