OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FakeProductState
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/installer/util/
fake_product_state.h
14
class
FakeProductState
: public ProductState {
installation_validator_unittest.cc
72
class
FakeProductState
: public ProductState {
133
const
FakeProductState
::ChannelMethodForModifier
134
FakeProductState
::kChannelMethods[] = {
142
base::FilePath
FakeProductState
::GetSetupPath(
154
base::FilePath
FakeProductState
::GetSetupExePath(
169
void
FakeProductState
::SetChannel(const wchar_t* base, int channel_modifiers) {
177
void
FakeProductState
::SetVersion(const char* version) {
182
void
FakeProductState
::SetUninstallCommand(BrowserDistribution::Type dist_type,
209
void
FakeProductState
::AddOsUpgradeCommand(BrowserDistribution::Type dist_type,
233
void
FakeProductState
::AddQueryEULAAcceptanceCommand
[
all
...]
/external/chromium_org/chrome/installer/setup/
setup_util_unittest.cc
274
class
FakeProductState
: public installer::ProductState {
276
static
FakeProductState
* FromProductState(const ProductState* product) {
277
return static_cast<
FakeProductState
*>(const_cast<ProductState*>(product));
339
FakeProductState
* product =
FakeProductState
::FromProductState(
353
FakeProductState
::FromProductState(
Completed in 71 milliseconds