Searched refs:CheckEntry (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
H A Dprocess_commit_response_command_unittest.cc71 void CheckEntry(Entry* e, const std::string& name, function in class:browser_sync::ProcessCommitResponseCommandTestWithParam
252 CheckEntry(&b1, "bookmark 1", syncable::BOOKMARKS, new_fid);
253 CheckEntry(&b2, "bookmark 2", syncable::BOOKMARKS, new_fid);
259 CheckEntry(&p1, "Pref 1", syncable::PREFERENCES, id_factory_.root());
260 CheckEntry(&p2, "Pref 2", syncable::PREFERENCES, id_factory_.root());
264 CheckEntry(&a1, "Autofill 1", syncable::AUTOFILL, id_factory_.root());
265 CheckEntry(&a2, "Autofill 2", syncable::AUTOFILL, id_factory_.root());
/external/chromium/net/disk_cache/
H A Drankings.h169 bool CheckEntry(CacheRankingsBlock* rankings);
H A Dbackend_impl.h337 bool CheckEntry(EntryImpl* cache_entry);
H A Drankings.cc716 bool Rankings::CheckEntry(CacheRankingsBlock* rankings) { function in class:disk_cache::Rankings
804 if (!CheckEntry(node.get()))
H A Dbackend_impl.cc2066 else if (CheckEntry(cache_entry.get()))
2086 bool BackendImpl::CheckEntry(EntryImpl* cache_entry) {

Completed in 177 milliseconds