OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetProductState
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/chrome/installer/util/
installer_state.cc
38
machine_state.
GetProductState
(level_ == SYSTEM_LEVEL,
48
machine_state.
GetProductState
(level_ == SYSTEM_LEVEL,
135
const ProductState* chrome_state = machine_state.
GetProductState
(
140
const ProductState* binaries_state = machine_state.
GetProductState
(
182
const ProductState* product_state = machine_state.
GetProductState
(
208
machine_state.
GetProductState
(system_install(), type);
233
if (!machine_state.
GetProductState
(
236
!machine_state.
GetProductState
(
250
machine_state.
GetProductState
(system_install(),
446
const ProductState* product_state = machine_state.
GetProductState
(
[
all
...]
product_unittest.cc
97
EXPECT_TRUE(machine_state.
GetProductState
(
118
machine_state.
GetProductState
(system_level, distribution->GetType());
135
machine_state.
GetProductState
(system_level, distribution->GetType());
installation_state.h
137
const ProductState*
GetProductState
(bool system_install,
installation_validator.cc
395
const ProductState* binaries_state = ctx.machine_state.
GetProductState
(
426
const ProductState* chrome_state = machine_state.
GetProductState
(
441
const ProductState* cf_state = machine_state.
GetProductState
(
457
const ProductState* app_host_state = machine_state.
GetProductState
(
636
ctx.machine_state.
GetProductState
(ctx.system_install,
640
if (!ctx.machine_state.
GetProductState
(
643
!ctx.machine_state.
GetProductState
(
753
machine_state.
GetProductState
(system_level,
760
machine_state.
GetProductState
(system_level,
774
machine_state.
GetProductState
(system_level
[
all
...]
installation_state.cc
270
const ProductState* InstallationState::
GetProductState
(
google_update_settings.cc
317
machine_state.
GetProductState
(true, dist->GetType());
/external/chromium_org/chrome/installer/setup/
setup_util.cc
175
original_state.
GetProductState
(installer_state.system_install(),
260
original_state.
GetProductState
(system_install,
266
original_state.
GetProductState
(system_install,
323
machine_state.
GetProductState
(installer_state.system_install(), type);
367
product = machine_state.
GetProductState
(system_level,
389
product = machine_state.
GetProductState
(system_level, type);
setup_main.cc
199
original_state.
GetProductState
(installer_state->system_install(),
323
original_state.
GetProductState
(is_system_install, dist->GetType());
380
original_state.
GetProductState
(system_level,
408
if (original_state.
GetProductState
(
411
original_state.
GetProductState
(
447
const ProductState* product_state = original_state.
GetProductState
(
545
original_state.
GetProductState
(false, browser_dist->GetType());
547
original_state.
GetProductState
(true, browser_dist->GetType());
643
original_state.
GetProductState
(installer_state.system_install(),
[
all
...]
install_worker_unittest.cc
195
if (installation_state->
GetProductState
(
325
machine_state.
GetProductState
(installer_state->system_install(),
345
machine_state.
GetProductState
(installer_state->system_install(),
367
machine_state.
GetProductState
(installer_state->system_install(),
395
machine_state.
GetProductState
(system_install,
install.cc
285
original_state.
GetProductState
(installer_state.system_install(),
584
!original_state.
GetProductState
(installer_state.system_install(),
uninstall.cc
92
original_state.
GetProductState
(system_level, dist_type);
125
original_state.
GetProductState
(system_level, distribution->GetType());
210
original_state.
GetProductState
(
[
all
...]
install_worker.cc
281
const ProductState* product_state = machine_state.
GetProductState
(
[
all
...]
setup_util_unittest.cc
305
*original_state_->
GetProductState
(kSystemInstall_, kProductType_));
Completed in 421 milliseconds