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

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_unittest_helper.cc 32 store->GetAddChunks(&chunks);
83 store->GetAddChunks(&chunks);
119 store->GetAddChunks(&chunks);
safe_browsing_store.h 212 virtual void GetAddChunks(std::vector<int32>* out) = 0;
safe_browsing_store_file.h 146 virtual void GetAddChunks(std::vector<int32>* out);
safe_browsing_store_file.cc 436 // |GetAddChunks()| and |GetSubChunks()|. This data is sent up to
705 void SafeBrowsingStoreFile::GetAddChunks(std::vector<int32>* out) {
safe_browsing_database.cc 196 store->GetAddChunks(&add_chunks);
    [all...]

Completed in 56 milliseconds