Searched refs:BoolSyncStat (Results 1 – 1 of 1) sorted by relevance
91 class BoolSyncStat { class93 BoolSyncStat(base::ListValue* section, const std::string& key);101 BoolSyncStat::BoolSyncStat(base::ListValue* section, const std::string& key) { in BoolSyncStat() function in __anona18425160111::BoolSyncStat109 void BoolSyncStat::SetValue(bool value) { in SetValue()246 BoolSyncStat is_setup_complete(section_local, in ConstructAboutInformation()250 BoolSyncStat is_syncing(section_local, "Syncing"); in ConstructAboutInformation()253 BoolSyncStat is_throttled(section_network, "Throttled"); in ConstructAboutInformation()255 BoolSyncStat are_notifications_enabled(section_network, in ConstructAboutInformation()259 BoolSyncStat is_using_explicit_passphrase(section_encryption, in ConstructAboutInformation()261 BoolSyncStat is_passphrase_required(section_encryption, in ConstructAboutInformation()[all …]