Searched refs:state_value (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_settings_unittest.cc997 StateSetting state_value)
1000 state_value_(state_value),
1005 StateSetting state_value,
1009 state_value_(state_value),
1017 StateSetting state_value() const { return state_value_; } function in class:StatsState
1096 ApplySetting(stats_state.state_value(), root_key, *binaries_state_key_);
1100 ApplySetting(stats_state.state_value(), root_key, *chrome_state_key_);
995 StatsState(const UserLevelState&, InstallType install_type, StateSetting state_value) argument
1003 StatsState(const SystemLevelState&, InstallType install_type, StateSetting state_value, StateSetting state_medium_value) argument
/external/chromium_org/extensions/browser/
H A Dextension_prefs.cc1380 int state_value; local
1381 if (ext->GetInteger(kPrefState, &state_value) &&
1382 state_value == Extension::EXTERNAL_EXTENSION_UNINSTALLED) {

Completed in 87 milliseconds