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

  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store_file.h 161 virtual void GetAddChunks(std::vector<int32>* out) OVERRIDE;
safe_browsing_store.h 195 virtual void GetAddChunks(std::vector<int32>* out) = 0;
safe_browsing_store_file_unittest.cc 126 store_->GetAddChunks(&chunks);
159 store_->GetAddChunks(&chunks);
637 store_->GetAddChunks(&chunks);
809 store_->GetAddChunks(&chunks);
safe_browsing_store_file.cc     [all...]
safe_browsing_database.cc 232 store->GetAddChunks(&add_chunks);
    [all...]

Completed in 65 milliseconds