HomeSort by relevance Sort by last modified time
    Searched refs:FakeProductState (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/installer/util/
fake_product_state.h 14 class FakeProductState : public ProductState {
fake_installation_state.h 22 FakeProductState chrome_state;
installation_validator_unittest.cc 72 class FakeProductState : public ProductState {
137 const FakeProductState::ChannelMethodForModifier
138 FakeProductState::kChannelMethods[] = {
146 base::FilePath FakeProductState::GetSetupPath(
158 base::FilePath FakeProductState::GetSetupExePath(
173 void FakeProductState::SetChannel(const wchar_t* base, int channel_modifiers) {
181 void FakeProductState::SetVersion(const char* version) {
186 void FakeProductState::SetUninstallCommand(BrowserDistribution::Type dist_type,
213 void FakeProductState::AddInstallExtensionCommand(
233 void FakeProductState::AddOsUpgradeCommand(BrowserDistribution::Type dist_type
    [all...]
  /external/chromium_org/chrome/installer/setup/
setup_util_unittest.cc 272 class FakeProductState : public installer::ProductState {
274 static FakeProductState* FromProductState(const ProductState* product) {
275 return static_cast<FakeProductState*>(const_cast<ProductState*>(product));
337 FakeProductState* product = FakeProductState::FromProductState(
351 FakeProductState::FromProductState(

Completed in 1154 milliseconds