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

  /external/chromium_org/chrome/browser/prefs/tracked/
segregated_pref_store_unittest.cc 161 // PREF_READ_ERROR_NO_FILE for the selected prefs file is silently converted
164 PersistentPrefStore::PREF_READ_ERROR_NO_FILE);
181 // PREF_READ_ERROR_NO_FILE for the selected prefs file is silently converted
184 PersistentPrefStore::PREF_READ_ERROR_NO_FILE);
206 PersistentPrefStore::PREF_READ_ERROR_NO_FILE);
207 EXPECT_EQ(PersistentPrefStore::PREF_READ_ERROR_NO_FILE,
209 EXPECT_EQ(PersistentPrefStore::PREF_READ_ERROR_NO_FILE,
224 PersistentPrefStore::PREF_READ_ERROR_NO_FILE);
227 EXPECT_EQ(PersistentPrefStore::PREF_READ_ERROR_NO_FILE,
229 EXPECT_EQ(PersistentPrefStore::PREF_READ_ERROR_NO_FILE,
    [all...]
segregated_pref_store.cc 118 if (read_error == PersistentPrefStore::PREF_READ_ERROR_NO_FILE)
  /external/chromium_org/base/prefs/
persistent_pref_store.h 29 PREF_READ_ERROR_NO_FILE = 6,
json_pref_store_unittest.cc 120 EXPECT_EQ(PersistentPrefStore::PREF_READ_ERROR_NO_FILE,
137 EXPECT_EQ(PersistentPrefStore::PREF_READ_ERROR_NO_FILE,
369 OnError(PersistentPrefStore::PREF_READ_ERROR_NO_FILE)).Times(1);
json_pref_store.cc 127 *error = PersistentPrefStore::PREF_READ_ERROR_NO_FILE;
345 case PREF_READ_ERROR_NO_FILE:
pref_service.cc 221 case PersistentPrefStore::PREF_READ_ERROR_NO_FILE:
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper_unittest.cc 71 : read_error_(PersistentPrefStore::PREF_READ_ERROR_NO_FILE) {
  /external/chromium_org/chrome/browser/prefs/
chrome_pref_service_factory.cc 325 } else if (error != PersistentPrefStore::PREF_READ_ERROR_NO_FILE) {
profile_pref_store_manager_unittest.cc 216 EXPECT_EQ(PersistentPrefStore::PREF_READ_ERROR_NO_FILE, error);

Completed in 829 milliseconds