Home | History | Annotate | Download | only in prefs

Lines Matching defs:TestingPrefStore

9 TestingPrefStore::TestingPrefStore()
14 TestingPrefStore::~TestingPrefStore() {}
16 PrefStore::ReadResult TestingPrefStore::GetValue(const std::string& key,
21 PrefStore::ReadResult TestingPrefStore::GetMutableValue(const std::string& key,
26 void TestingPrefStore::AddObserver(PrefStore::Observer* observer) {
30 void TestingPrefStore::RemoveObserver(PrefStore::Observer* observer) {
34 bool TestingPrefStore::IsInitializationComplete() const {
38 void TestingPrefStore::SetValue(const std::string& key, Value* value) {
43 void TestingPrefStore::SetValueSilently(const std::string& key, Value* value) {
47 void TestingPrefStore::RemoveValue(const std::string& key) {
52 bool TestingPrefStore::ReadOnly() const {
56 PersistentPrefStore::PrefReadError TestingPrefStore::ReadPrefs() {
61 bool TestingPrefStore::WritePrefs() {
66 void TestingPrefStore::SetInitializationCompleted() {
71 void TestingPrefStore::NotifyPrefValueChanged(const std::string& key) {
75 void TestingPrefStore::NotifyInitializationCompleted() {
79 void TestingPrefStore::ReportValueChanged(const std::string& key) {
83 void TestingPrefStore::SetString(const std::string& key,
88 void TestingPrefStore::SetInteger(const std::string& key, int value) {
92 void TestingPrefStore::SetBoolean(const std::string& key, bool value) {
96 bool TestingPrefStore::GetString(const std::string& key,
105 bool TestingPrefStore::GetInteger(const std::string& key, int* value) const {
113 bool TestingPrefStore::GetBoolean(const std::string& key, bool* value) const {
121 void TestingPrefStore::set_read_only(bool read_only) {
125 void TestingPrefStore::set_prefs_written(bool status) {
129 bool TestingPrefStore::get_prefs_written() {