Searched refs:MarkNeedsEmptyValue (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/android_webview/browser/
H A Daw_pref_store.cc55 void AwPrefStore::MarkNeedsEmptyValue(const std::string& key) { function in class:AwPrefStore
H A Daw_pref_store.h40 virtual void MarkNeedsEmptyValue(const std::string& key) OVERRIDE;
/external/chromium_org/base/prefs/
H A Dpersistent_pref_store.h68 virtual void MarkNeedsEmptyValue(const std::string& key) = 0;
H A Doverlay_user_pref_store.cc96 void OverlayUserPrefStore::MarkNeedsEmptyValue(const std::string& key) { function in class:OverlayUserPrefStore
98 underlay_->MarkNeedsEmptyValue(key);
H A Dtesting_pref_store.h39 virtual void MarkNeedsEmptyValue(const std::string& key) OVERRIDE;
H A Djson_pref_store.h61 virtual void MarkNeedsEmptyValue(const std::string& key) OVERRIDE;
H A Doverlay_user_pref_store.h47 virtual void MarkNeedsEmptyValue(const std::string& key) OVERRIDE;
H A Dtesting_pref_store.cc56 void TestingPrefStore::MarkNeedsEmptyValue(const std::string& key) { function in class:TestingPrefStore
H A Djson_pref_store_unittest.cc267 pref_store->MarkNeedsEmptyValue("list_needs_empty_value");
268 pref_store->MarkNeedsEmptyValue("dict_needs_empty_value");
H A Djson_pref_store.cc224 void JsonPrefStore::MarkNeedsEmptyValue(const std::string& key) { function in class:JsonPrefStore
H A Dpref_service.cc331 // TODO(joi): Once MarkNeedsEmptyValue is gone, we can probably
356 user_pref_store_->MarkNeedsEmptyValue(path);

Completed in 69 milliseconds