HomeSort by relevance Sort by last modified time
    Searched defs:DictionaryHashStoreContents (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/prefs/tracked/
dictionary_hash_store_contents.h 24 class DictionaryHashStoreContents : public HashStoreContents {
26 // Constructs a DictionaryHashStoreContents that reads from and writes to
28 explicit DictionaryHashStoreContents(base::DictionaryValue* storage);
45 DISALLOW_COPY_AND_ASSIGN(DictionaryHashStoreContents);
dictionary_hash_store_contents.cc 50 DictionaryHashStoreContents::DictionaryHashStoreContents(
56 void DictionaryHashStoreContents::RegisterProfilePrefs(
67 std::string DictionaryHashStoreContents::hash_store_id() const {
71 void DictionaryHashStoreContents::Reset() {
75 bool DictionaryHashStoreContents::IsInitialized() const {
79 const base::DictionaryValue* DictionaryHashStoreContents::GetContents() const {
86 DictionaryHashStoreContents::GetMutableContents() {
91 std::string DictionaryHashStoreContents::GetSuperMac() const {
97 void DictionaryHashStoreContents::SetSuperMac(const std::string& super_mac)
    [all...]

Completed in 31 milliseconds