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

  /external/chromium/chrome/common/
json_pref_store_unittest.cc 97 const char kLongIntPref[] = "long_int.pref";
145 pref_store->SetValue(kLongIntPref,
148 EXPECT_EQ(PrefStore::READ_OK, pref_store->GetValue(kLongIntPref, &actual));
  /external/chromium_org/base/prefs/
json_pref_store_unittest.cc 94 const char kLongIntPref[] = "long_int.pref";
137 pref_store->SetValue(kLongIntPref,
139 EXPECT_TRUE(pref_store->GetValue(kLongIntPref, &actual));

Completed in 214 milliseconds