SafeBrowsingStoreFile  342 chrome/browser/safe_browsing/safe_browsing_database.cc         new SafeBrowsingStoreFile,
SafeBrowsingStoreFile  343 chrome/browser/safe_browsing/safe_browsing_database.cc         enable_download_protection ? new SafeBrowsingStoreFile : NULL,
SafeBrowsingStoreFile  344 chrome/browser/safe_browsing/safe_browsing_database.cc         enable_client_side_whitelist ? new SafeBrowsingStoreFile : NULL,
SafeBrowsingStoreFile  345 chrome/browser/safe_browsing/safe_browsing_database.cc         enable_download_whitelist ? new SafeBrowsingStoreFile : NULL,
SafeBrowsingStoreFile  346 chrome/browser/safe_browsing/safe_browsing_database.cc         enable_extension_blacklist ? new SafeBrowsingStoreFile : NULL,
SafeBrowsingStoreFile  347 chrome/browser/safe_browsing/safe_browsing_database.cc         enable_side_effect_free_whitelist ? new SafeBrowsingStoreFile : NULL,
SafeBrowsingStoreFile  348 chrome/browser/safe_browsing/safe_browsing_database.cc         enable_ip_blacklist ? new SafeBrowsingStoreFile : NULL);
SafeBrowsingStoreFile  468 chrome/browser/safe_browsing/safe_browsing_database.cc       browse_store_(new SafeBrowsingStoreFile),
SafeBrowsingStoreFile  623 chrome/browser/safe_browsing/safe_browsing_database.cc     SafeBrowsingStoreFile::DeleteStore(
SafeBrowsingStoreFile  390 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   SafeBrowsingStoreFile* browse_store = new SafeBrowsingStoreFile();
SafeBrowsingStoreFile  391 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   SafeBrowsingStoreFile* download_store = new SafeBrowsingStoreFile();
SafeBrowsingStoreFile  392 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   SafeBrowsingStoreFile* csd_whitelist_store = new SafeBrowsingStoreFile();
SafeBrowsingStoreFile  393 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   SafeBrowsingStoreFile* download_whitelist_store = new SafeBrowsingStoreFile();
SafeBrowsingStoreFile  394 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   SafeBrowsingStoreFile* extension_blacklist_store =
SafeBrowsingStoreFile  395 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc       new SafeBrowsingStoreFile();
SafeBrowsingStoreFile  396 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   SafeBrowsingStoreFile* ip_blacklist_store = new SafeBrowsingStoreFile();
SafeBrowsingStoreFile 1117 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   SafeBrowsingStoreFile* store = new SafeBrowsingStoreFile();
SafeBrowsingStoreFile 1186 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   SafeBrowsingStoreFile* browse_store = new SafeBrowsingStoreFile();
SafeBrowsingStoreFile 1187 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   SafeBrowsingStoreFile* download_store = new SafeBrowsingStoreFile();
SafeBrowsingStoreFile 1188 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   SafeBrowsingStoreFile* csd_whitelist_store = new SafeBrowsingStoreFile();
SafeBrowsingStoreFile 1295 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   database_.reset(new SafeBrowsingDatabaseNew(new SafeBrowsingStoreFile(),
SafeBrowsingStoreFile 1305 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   SafeBrowsingStoreFile* browse_store = new SafeBrowsingStoreFile();
SafeBrowsingStoreFile 1306 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   SafeBrowsingStoreFile* csd_whitelist_store = new SafeBrowsingStoreFile();
SafeBrowsingStoreFile 1307 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   SafeBrowsingStoreFile* download_whitelist_store = new SafeBrowsingStoreFile();
SafeBrowsingStoreFile 1308 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   SafeBrowsingStoreFile* extension_blacklist_store =
SafeBrowsingStoreFile 1309 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc       new SafeBrowsingStoreFile();
SafeBrowsingStoreFile 1730 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   SafeBrowsingStoreFile* browse_store = new SafeBrowsingStoreFile();
SafeBrowsingStoreFile 1731 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc   SafeBrowsingStoreFile* ip_blacklist_store = new SafeBrowsingStoreFile();
SafeBrowsingStoreFile  600 chrome/browser/safe_browsing/safe_browsing_store_file.cc void SafeBrowsingStoreFile::RecordFormatEvent(FormatEventType event_type) {
SafeBrowsingStoreFile  605 chrome/browser/safe_browsing/safe_browsing_store_file.cc void SafeBrowsingStoreFile::CheckForOriginalAndDelete(
SafeBrowsingStoreFile  630 chrome/browser/safe_browsing/safe_browsing_store_file.cc SafeBrowsingStoreFile::SafeBrowsingStoreFile()
SafeBrowsingStoreFile  633 chrome/browser/safe_browsing/safe_browsing_store_file.cc SafeBrowsingStoreFile::~SafeBrowsingStoreFile() {
SafeBrowsingStoreFile  637 chrome/browser/safe_browsing/safe_browsing_store_file.cc bool SafeBrowsingStoreFile::Delete() {
SafeBrowsingStoreFile  648 chrome/browser/safe_browsing/safe_browsing_store_file.cc bool SafeBrowsingStoreFile::CheckValidity() {
SafeBrowsingStoreFile  694 chrome/browser/safe_browsing/safe_browsing_store_file.cc void SafeBrowsingStoreFile::Init(
SafeBrowsingStoreFile  702 chrome/browser/safe_browsing/safe_browsing_store_file.cc bool SafeBrowsingStoreFile::BeginChunk() {
SafeBrowsingStoreFile  706 chrome/browser/safe_browsing/safe_browsing_store_file.cc bool SafeBrowsingStoreFile::WriteAddPrefix(int32 chunk_id, SBPrefix prefix) {
SafeBrowsingStoreFile  711 chrome/browser/safe_browsing/safe_browsing_store_file.cc bool SafeBrowsingStoreFile::GetAddPrefixes(SBAddPrefixes* add_prefixes) {
SafeBrowsingStoreFile  724 chrome/browser/safe_browsing/safe_browsing_store_file.cc bool SafeBrowsingStoreFile::GetAddFullHashes(
SafeBrowsingStoreFile  738 chrome/browser/safe_browsing/safe_browsing_store_file.cc bool SafeBrowsingStoreFile::WriteAddHash(int32 chunk_id,
SafeBrowsingStoreFile  745 chrome/browser/safe_browsing/safe_browsing_store_file.cc bool SafeBrowsingStoreFile::WriteSubPrefix(int32 chunk_id,
SafeBrowsingStoreFile  752 chrome/browser/safe_browsing/safe_browsing_store_file.cc bool SafeBrowsingStoreFile::WriteSubHash(int32 chunk_id, int32 add_chunk_id,
SafeBrowsingStoreFile  758 chrome/browser/safe_browsing/safe_browsing_store_file.cc bool SafeBrowsingStoreFile::OnCorruptDatabase() {
SafeBrowsingStoreFile  769 chrome/browser/safe_browsing/safe_browsing_store_file.cc bool SafeBrowsingStoreFile::Close() {
SafeBrowsingStoreFile  778 chrome/browser/safe_browsing/safe_browsing_store_file.cc bool SafeBrowsingStoreFile::BeginUpdate() {
SafeBrowsingStoreFile  849 chrome/browser/safe_browsing/safe_browsing_store_file.cc bool SafeBrowsingStoreFile::FinishChunk() {
SafeBrowsingStoreFile  874 chrome/browser/safe_browsing/safe_browsing_store_file.cc bool SafeBrowsingStoreFile::DoUpdate(
SafeBrowsingStoreFile 1138 chrome/browser/safe_browsing/safe_browsing_store_file.cc bool SafeBrowsingStoreFile::FinishUpdate(
SafeBrowsingStoreFile 1156 chrome/browser/safe_browsing/safe_browsing_store_file.cc bool SafeBrowsingStoreFile::CancelUpdate() {
SafeBrowsingStoreFile 1160 chrome/browser/safe_browsing/safe_browsing_store_file.cc void SafeBrowsingStoreFile::SetAddChunk(int32 chunk_id) {
SafeBrowsingStoreFile 1164 chrome/browser/safe_browsing/safe_browsing_store_file.cc bool SafeBrowsingStoreFile::CheckAddChunk(int32 chunk_id) {
SafeBrowsingStoreFile 1168 chrome/browser/safe_browsing/safe_browsing_store_file.cc void SafeBrowsingStoreFile::GetAddChunks(std::vector<int32>* out) {
SafeBrowsingStoreFile 1173 chrome/browser/safe_browsing/safe_browsing_store_file.cc void SafeBrowsingStoreFile::SetSubChunk(int32 chunk_id) {
SafeBrowsingStoreFile 1177 chrome/browser/safe_browsing/safe_browsing_store_file.cc bool SafeBrowsingStoreFile::CheckSubChunk(int32 chunk_id) {
SafeBrowsingStoreFile 1181 chrome/browser/safe_browsing/safe_browsing_store_file.cc void SafeBrowsingStoreFile::GetSubChunks(std::vector<int32>* out) {
SafeBrowsingStoreFile 1186 chrome/browser/safe_browsing/safe_browsing_store_file.cc void SafeBrowsingStoreFile::DeleteAddChunk(int32 chunk_id) {
SafeBrowsingStoreFile 1190 chrome/browser/safe_browsing/safe_browsing_store_file.cc void SafeBrowsingStoreFile::DeleteSubChunk(int32 chunk_id) {
SafeBrowsingStoreFile 1195 chrome/browser/safe_browsing/safe_browsing_store_file.cc bool SafeBrowsingStoreFile::DeleteStore(const base::FilePath& basename) {
SafeBrowsingStoreFile  125 chrome/browser/safe_browsing/safe_browsing_store_file.h class SafeBrowsingStoreFile : public SafeBrowsingStore {
SafeBrowsingStoreFile  127 chrome/browser/safe_browsing/safe_browsing_store_file.h   SafeBrowsingStoreFile();
SafeBrowsingStoreFile  128 chrome/browser/safe_browsing/safe_browsing_store_file.h   virtual ~SafeBrowsingStoreFile();
SafeBrowsingStoreFile  312 chrome/browser/safe_browsing/safe_browsing_store_file.h   DISALLOW_COPY_AND_ASSIGN(SafeBrowsingStoreFile);
SafeBrowsingStoreFile   46 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc     store_.reset(new SafeBrowsingStoreFile());
SafeBrowsingStoreFile  107 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc   scoped_ptr<SafeBrowsingStoreFile> store_;
SafeBrowsingStoreFile  479 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc       SafeBrowsingStoreFile::TemporaryFileForFilename(filename_);
SafeBrowsingStoreFile  490 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc   store_.reset(new SafeBrowsingStoreFile());
SafeBrowsingStoreFile  782 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc   store_.reset(new SafeBrowsingStoreFile());