Home
last modified time | relevance | path

Searched refs:CheckEntry (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
Dprocess_commit_response_command_unittest.cc71 void CheckEntry(Entry* e, const std::string& name, in CheckEntry() function in browser_sync::ProcessCommitResponseCommandTestWithParam
252 CheckEntry(&b1, "bookmark 1", syncable::BOOKMARKS, new_fid); in TEST_F()
253 CheckEntry(&b2, "bookmark 2", syncable::BOOKMARKS, new_fid); in TEST_F()
259 CheckEntry(&p1, "Pref 1", syncable::PREFERENCES, id_factory_.root()); in TEST_F()
260 CheckEntry(&p2, "Pref 2", syncable::PREFERENCES, id_factory_.root()); in TEST_F()
264 CheckEntry(&a1, "Autofill 1", syncable::AUTOFILL, id_factory_.root()); in TEST_F()
265 CheckEntry(&a2, "Autofill 2", syncable::AUTOFILL, id_factory_.root()); in TEST_F()
/external/chromium/net/disk_cache/
Drankings.h169 bool CheckEntry(CacheRankingsBlock* rankings);
Dbackend_impl.h337 bool CheckEntry(EntryImpl* cache_entry);
Drankings.cc720 bool Rankings::CheckEntry(CacheRankingsBlock* rankings) { in CheckEntry() function in disk_cache::Rankings
808 if (!CheckEntry(node.get())) in CheckList()
Dbackend_impl.cc2072 else if (CheckEntry(cache_entry.get())) in CheckAllEntries()
2092 bool BackendImpl::CheckEntry(EntryImpl* cache_entry) { in CheckEntry() function in disk_cache::BackendImpl
/external/v8/test/cctest/
Dtest-heap-profiler.cc21 void CheckEntry(i::HeapEntry* entry) { in CheckEntry() function in __anon66c631c70111::NamedEntriesDetector
31 CheckEntry(root); in CheckAllReachables()
41 CheckEntry(child); in CheckAllReachables()