Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:SafeBrowsingStoreFile

199 void SafeBrowsingStoreFile::RecordFormatEvent(FormatEventType event_type) {
204 void SafeBrowsingStoreFile::CheckForOriginalAndDelete(
229 SafeBrowsingStoreFile::SafeBrowsingStoreFile()
236 SafeBrowsingStoreFile::~SafeBrowsingStoreFile() {
240 bool SafeBrowsingStoreFile::Delete() {
272 void SafeBrowsingStoreFile::Init(const FilePath& filename,
278 bool SafeBrowsingStoreFile::BeginChunk() {
282 bool SafeBrowsingStoreFile::WriteAddPrefix(int32 chunk_id, SBPrefix prefix) {
287 bool SafeBrowsingStoreFile::GetAddPrefixes(
309 bool SafeBrowsingStoreFile::GetAddFullHashes(
334 bool SafeBrowsingStoreFile::WriteAddHash(int32 chunk_id,
341 bool SafeBrowsingStoreFile::WriteSubPrefix(int32 chunk_id,
348 bool SafeBrowsingStoreFile::WriteSubHash(int32 chunk_id, int32 add_chunk_id,
354 bool SafeBrowsingStoreFile::OnCorruptDatabase() {
366 bool SafeBrowsingStoreFile::Close() {
375 bool SafeBrowsingStoreFile::BeginUpdate() {
449 bool SafeBrowsingStoreFile::FinishChunk() {
474 bool SafeBrowsingStoreFile::DoUpdate(
671 bool SafeBrowsingStoreFile::FinishUpdate(
693 bool SafeBrowsingStoreFile::CancelUpdate() {
697 void SafeBrowsingStoreFile::SetAddChunk(int32 chunk_id) {
701 bool SafeBrowsingStoreFile::CheckAddChunk(int32 chunk_id) {
705 void SafeBrowsingStoreFile::GetAddChunks(std::vector<int32>* out) {
710 void SafeBrowsingStoreFile::SetSubChunk(int32 chunk_id) {
714 bool SafeBrowsingStoreFile::CheckSubChunk(int32 chunk_id) {
718 void SafeBrowsingStoreFile::GetSubChunks(std::vector<int32>* out) {
723 void SafeBrowsingStoreFile::DeleteAddChunk(int32 chunk_id) {
727 void SafeBrowsingStoreFile::DeleteSubChunk(int32 chunk_id) {