HomeSort by relevance Sort by last modified time
    Searched refs:INVALID_STORE (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/prefs/
pref_value_store.cc 11 type_(PrefValueStore::INVALID_STORE) {
127 DCHECK(new_store != INVALID_STORE);
132 if (controller == INVALID_STORE || controller >= new_store)
164 effective_store == INVALID_STORE;
170 effective_store == INVALID_STORE;
205 return INVALID_STORE;
pref_value_store.h 121 // INVALID_STORE is not associated with an actual PrefStore but used as
123 INVALID_STORE = -1,
193 // INVALID_STORE is returned. In practice, the default PrefStore
194 // should always have a value for any registered preferencem, so INVALID_STORE
  /external/chromium_org/base/prefs/
pref_value_store.cc 13 type_(PrefValueStore::INVALID_STORE) {
124 DCHECK(new_store != INVALID_STORE);
164 effective_store == INVALID_STORE;
170 effective_store == INVALID_STORE;
209 return INVALID_STORE;
pref_value_store.h 126 // INVALID_STORE is not associated with an actual PrefStore but used as
128 INVALID_STORE = -1,
196 // INVALID_STORE is returned. In practice, the default PrefStore
197 // should always have a value for any registered preferencem, so INVALID_STORE

Completed in 137 milliseconds