OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SafeBrowsingStoreFile
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_file.h
107
class
SafeBrowsingStoreFile
: public SafeBrowsingStore {
109
SafeBrowsingStoreFile
();
110
virtual ~
SafeBrowsingStoreFile
();
280
DISALLOW_COPY_AND_ASSIGN(
SafeBrowsingStoreFile
);
safe_browsing_store_file.cc
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)
[
all
...]
Completed in 105 milliseconds