OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstallationState
(Results
1 - 25
of
29
) sorted by null
1
2
/external/chromium_org/chrome/installer/util/
installation_validation_helper.h
16
class
InstallationState
;
26
const
InstallationState
& machine_state,
38
const
InstallationState
& machine_state,
installation_state.h
27
class
InstallationState
;
121
friend class
InstallationState
;
128
class
InstallationState
{
130
InstallationState
();
165
DISALLOW_COPY_AND_ASSIGN(
InstallationState
);
166
}; // class
InstallationState
installer_state.h
31
class
InstallationState
;
78
const
InstallationState
& machine_state);
158
const
InstallationState
& machine_state) const;
172
bool IsChromeFrameRunning(const
InstallationState
& machine_state) const;
176
bool AreBinariesInUse(const
InstallationState
& machine_state) const;
235
bool AnyExistsAndIsInUse(const
InstallationState
& machine_state,
245
const
InstallationState
& machine_state);
247
const
InstallationState
& machine_state);
fake_installation_state.h
17
// An
InstallationState
helper for use by unit tests.
18
class FakeInstallationState : public
InstallationState
{
installation_validation_helper.cc
113
const
InstallationState
& machine_state,
130
const
InstallationState
& machine_state,
installation_state.cc
70
// only be accessible via
InstallationState
::GetNonVersionedProductState.
218
InstallationState
::
InstallationState
() {
222
int
InstallationState
::IndexFromDistType(BrowserDistribution::Type type) {
238
void
InstallationState
::Initialize() {
262
const ProductState*
InstallationState
::GetNonVersionedProductState(
270
const ProductState*
InstallationState
::GetProductState(
installation_validator.h
26
class
InstallationState
;
83
const
InstallationState
& machine_state,
168
ProductContext(const
InstallationState
& machine_state_in,
180
const
InstallationState
& machine_state;
224
static void ValidateBinaries(const
InstallationState
& machine_state,
251
static void ValidateProduct(const
InstallationState
& machine_state,
google_update_settings.h
20
class
InstallationState
;
89
static bool SetEULAConsent(const installer::
InstallationState
& machine_state,
installer_state.cc
35
const
InstallationState
& machine_state) {
93
const
InstallationState
& machine_state) {
437
const
InstallationState
& machine_state) {
505
const
InstallationState
& machine_state) const {
571
const
InstallationState
& machine_state) const {
576
const
InstallationState
& machine_state) const {
615
const
InstallationState
& machine_state,
740
// current value from the registry since the
InstallationState
instance used
installer_state_unittest.cc
39
using installer::
InstallationState
;
80
InstallationState
machine_state;
256
InstallationState
machine_state;
339
InstallationState
machine_state;
389
InstallationState
machine_state;
421
InstallationState
machine_state;
604
InstallationState
machine_state;
704
InstallationState
machine_state_;
product_unittest.cc
65
installer::
InstallationState
machine_state;
/external/chromium_org/chrome/installer/setup/
setup_main.h
20
class
InstallationState
;
29
InstallStatus InstallProductsHelper(const
InstallationState
& original_state,
setup_util.h
29
class
InstallationState
;
55
base::FilePath FindArchiveToPatch(const
InstallationState
& original_state,
71
bool GetExistingHigherInstaller(const
InstallationState
& original_state,
94
const installer::
InstallationState
& machine_state,
108
const installer::
InstallationState
& machine_state);
uninstall.h
24
class
InstallationState
;
72
const
InstallationState
& original_state,
91
const
InstallationState
& original_state,
install_worker.h
26
class
InstallationState
;
49
void AddOemInstallWorkItems(const
InstallationState
& original_state,
54
void AddEulaAcceptedWorkItems(const
InstallationState
& original_state,
60
void AddGoogleUpdateWorkItems(const
InstallationState
& original_state,
70
void AddUsageStatsWorkItems(const
InstallationState
& original_state,
103
void AddInstallWorkItems(const
InstallationState
& original_state,
install.h
26
class
InstallationState
;
109
const
InstallationState
& original_state,
setup_main.cc
70
using installer::
InstallationState
;
137
const installer::
InstallationState
& original_state,
190
void AddExistingMultiInstalls(const
InstallationState
& original_state,
220
const
InstallationState
& original_state,
292
bool CheckGroupPolicySettings(const
InstallationState
& original_state,
364
bool CheckMultiInstallConditions(const
InstallationState
& original_state,
470
bool CheckAppHostPreconditions(const
InstallationState
& original_state,
503
bool CheckPreInstallConditions(const
InstallationState
& original_state,
636
const
InstallationState
& original_state,
660
const
InstallationState
& original_state
[
all
...]
install_worker.cc
199
const
InstallationState
& machine_state,
230
const
InstallationState
& machine_state,
243
const
InstallationState
& machine_state,
263
const
InstallationState
& machine_state,
308
const
InstallationState
& machine_state,
342
void AddProductSpecificWorkItems(const
InstallationState
& original_state,
420
void AddChromeWorkItems(const
InstallationState
& original_state,
[
all
...]
install_worker_unittest.cc
25
using installer::
InstallationState
;
131
class MockInstallationState : public
InstallationState
{
296
const
InstallationState
& machine_state,
314
const
InstallationState
& machine_state,
341
const
InstallationState
& machine_state,
363
const
InstallationState
& machine_state,
386
const
InstallationState
& machine_state,
407
const
InstallationState
& machine_state,
438
scoped_ptr<
InstallationState
> installation_state(
setup_util.cc
168
base::FilePath FindArchiveToPatch(const
InstallationState
& original_state,
253
const
InstallationState
& original_state,
318
const installer::
InstallationState
& machine_state,
356
const installer::
InstallationState
& machine_state) {
install.cc
49
using installer::
InstallationState
;
181
const
InstallationState
& original_state,
282
const
InstallationState
& original_state,
501
const
InstallationState
& original_state,
uninstall.cc
82
const installer::
InstallationState
& original_state,
118
const installer::
InstallationState
& original_state,
193
const installer::
InstallationState
& original_state,
[
all
...]
setup_util_unittest.cc
265
// A test fixture that configures an
InstallationState
and an InstallerState
269
class FakeInstallationState : public installer::
InstallationState
{
467
installer::
InstallationState
machine_state;
/external/chromium_org/chrome/installer/launcher_support/
chrome_launcher_support.h
19
enum
InstallationState
{
62
InstallationState
GetAppLauncherInstallationState();
chrome_launcher_support.cc
198
InstallationState
GetAppLauncherInstallationState() {
Completed in 81 milliseconds
1
2