ReadOnly           40 android_webview/browser/aw_pref_store.h   virtual bool ReadOnly() const OVERRIDE;
ReadOnly           64 base/prefs/json_pref_store.h   virtual bool ReadOnly() const OVERRIDE;
ReadOnly           69 base/prefs/json_pref_store_unittest.cc   EXPECT_FALSE(pref_store->ReadOnly());
ReadOnly           83 base/prefs/json_pref_store_unittest.cc   EXPECT_FALSE(pref_store->ReadOnly());
ReadOnly          170 base/prefs/json_pref_store_unittest.cc   ASSERT_FALSE(pref_store->ReadOnly());
ReadOnly          211 base/prefs/json_pref_store_unittest.cc     ASSERT_FALSE(pref_store->ReadOnly());
ReadOnly          250 base/prefs/json_pref_store_unittest.cc   ASSERT_FALSE(pref_store->ReadOnly());
ReadOnly          301 base/prefs/json_pref_store_unittest.cc   EXPECT_FALSE(pref_store->ReadOnly());
ReadOnly           47 base/prefs/overlay_user_pref_store.h   virtual bool ReadOnly() const OVERRIDE;
ReadOnly           62 base/prefs/persistent_pref_store.h   virtual bool ReadOnly() const = 0;
ReadOnly          210 base/prefs/pref_service.cc   return user_pref_store_->ReadOnly();
ReadOnly          245 base/prefs/pref_service.h   bool ReadOnly() const;
ReadOnly           39 base/prefs/testing_pref_store.h   virtual bool ReadOnly() const OVERRIDE;
ReadOnly           48 chrome/browser/chromeos/input_method/input_method_persistence.cc       !local_state->ReadOnly()) {
ReadOnly          138 chrome/browser/extensions/api/storage/policy_value_store_unittest.cc TEST_F(PolicyValueStoreTest, ReadOnly) {
ReadOnly          164 chrome/browser/extensions/extension_garbage_collector.cc   if (extension_prefs->pref_service()->ReadOnly())
ReadOnly          115 chrome/browser/prefs/tracked/segregated_pref_store.cc   return selected_pref_store_->ReadOnly() ||
ReadOnly          116 chrome/browser/prefs/tracked/segregated_pref_store.cc          default_pref_store_->ReadOnly();
ReadOnly           65 chrome/browser/prefs/tracked/segregated_pref_store.h   virtual bool ReadOnly() const OVERRIDE;