Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:SafeBrowsingStoreFile

557 SafeBrowsingStoreFile::SafeBrowsingStoreFile()
560 SafeBrowsingStoreFile::~SafeBrowsingStoreFile() {
564 bool SafeBrowsingStoreFile::Delete() {
575 bool SafeBrowsingStoreFile::CheckValidity() {
621 void SafeBrowsingStoreFile::Init(
629 bool SafeBrowsingStoreFile::BeginChunk() {
633 bool SafeBrowsingStoreFile::WriteAddPrefix(int32 chunk_id, SBPrefix prefix) {
638 bool SafeBrowsingStoreFile::GetAddPrefixes(SBAddPrefixes* add_prefixes) {
651 bool SafeBrowsingStoreFile::GetAddFullHashes(
665 bool SafeBrowsingStoreFile::WriteAddHash(int32 chunk_id,
671 bool SafeBrowsingStoreFile::WriteSubPrefix(int32 chunk_id,
678 bool SafeBrowsingStoreFile::WriteSubHash(int32 chunk_id, int32 add_chunk_id,
684 bool SafeBrowsingStoreFile::OnCorruptDatabase() {
695 bool SafeBrowsingStoreFile::Close() {
704 bool SafeBrowsingStoreFile::BeginUpdate() {
765 bool SafeBrowsingStoreFile::FinishChunk() {
790 bool SafeBrowsingStoreFile::DoUpdate(
1037 bool SafeBrowsingStoreFile::FinishUpdate(
1054 bool SafeBrowsingStoreFile::CancelUpdate() {
1064 void SafeBrowsingStoreFile::SetAddChunk(int32 chunk_id) {
1068 bool SafeBrowsingStoreFile::CheckAddChunk(int32 chunk_id) {
1072 void SafeBrowsingStoreFile::GetAddChunks(std::vector<int32>* out) {
1077 void SafeBrowsingStoreFile::SetSubChunk(int32 chunk_id) {
1081 bool SafeBrowsingStoreFile::CheckSubChunk(int32 chunk_id) {
1085 void SafeBrowsingStoreFile::GetSubChunks(std::vector<int32>* out) {
1090 void SafeBrowsingStoreFile::DeleteAddChunk(int32 chunk_id) {
1094 void SafeBrowsingStoreFile::DeleteSubChunk(int32 chunk_id) {
1099 bool SafeBrowsingStoreFile::DeleteStore(const base::FilePath& basename) {