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

/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_settings_unittest.cc989 StateSetting state_value)
992 state_value_(state_value),
997 StateSetting state_value,
1001 state_value_(state_value),
1009 StateSetting state_value() const { return state_value_; } function in class:StatsState
1087 ApplySetting(stats_state.state_value(), root_key, *binaries_state_key_);
1091 ApplySetting(stats_state.state_value(), root_key, *chrome_state_key_);
987 StatsState(const UserLevelState&, InstallType install_type, StateSetting state_value) argument
995 StatsState(const SystemLevelState&, InstallType install_type, StateSetting state_value, StateSetting state_medium_value) argument
/external/chromium_org/extensions/browser/
H A Dextension_prefs.cc1387 int state_value; local
1388 if (!ext->GetInteger(kPrefState, &state_value) ||
1389 state_value == Extension::ENABLED_COMPONENT) {
1394 if (state_value == Extension::EXTERNAL_EXTENSION_UNINSTALLED) {

Completed in 135 milliseconds