Home
last modified time | relevance | path

Searched refs:FormatEventType (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_store_file.h170 enum FormatEventType { enum
198 static void RecordFormatEvent(FormatEventType event_type);
Dsafe_browsing_store_file.cc199 void SafeBrowsingStoreFile::RecordFormatEvent(FormatEventType event_type) { in RecordFormatEvent()