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

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_unittest_helper.cc 34 store->GetSubChunks(&chunks);
87 store->GetSubChunks(&chunks);
123 store->GetSubChunks(&chunks);
safe_browsing_store.h 215 virtual void GetSubChunks(std::vector<int32>* out) = 0;
safe_browsing_store_file.h 149 virtual void GetSubChunks(std::vector<int32>* out);
safe_browsing_store_file.cc 436 // |GetAddChunks()| and |GetSubChunks()|. This data is sent up to
718 void SafeBrowsingStoreFile::GetSubChunks(std::vector<int32>* out) {
safe_browsing_database.cc 197 store->GetSubChunks(&sub_chunks);
    [all...]

Completed in 59 milliseconds