Home
last modified time | relevance | path

Searched refs:GetAddChunks (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_store_unittest_helper.cc32 store->GetAddChunks(&chunks); in SafeBrowsingStoreTestEmpty()
83 store->GetAddChunks(&chunks); in SafeBrowsingStoreTestStorePrefix()
119 store->GetAddChunks(&chunks); in SafeBrowsingStoreTestStorePrefix()
Dsafe_browsing_store_file.h146 virtual void GetAddChunks(std::vector<int32>* out);
Dsafe_browsing_store.h212 virtual void GetAddChunks(std::vector<int32>* out) = 0;
Dsafe_browsing_store_file.cc705 void SafeBrowsingStoreFile::GetAddChunks(std::vector<int32>* out) { in GetAddChunks() function in SafeBrowsingStoreFile
Dsafe_browsing_database.cc196 store->GetAddChunks(&add_chunks); in UpdateChunkRanges()