Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:SafeBrowsingService

54       SafeBrowsingService* sb_service,
85 // a SafeBrowsingService. Useful for tests.
92 SafeBrowsingService* sb_service,
113 // API used by the SafeBrowsingService for issuing queries. When the results
114 // are available, SafeBrowsingService::HandleGetHashResults is called.
115 virtual void GetFullHash(SafeBrowsingService::SafeBrowsingCheck* check,
124 // Called by the SafeBrowsingService when our request for a list of all chunks
141 SafeBrowsingService::UrlCheckResult threat_type,
154 // be changed in the middle of an update, caller (e.g.: SafeBrowsingService)
203 SafeBrowsingService* sb_service,
246 SafeBrowsingService::UrlCheckResult threat_type) const;
289 // SafeBrowsingService with the new content. Returns 'true' on successful
314 SafeBrowsingService* sb_service_;
348 SafeBrowsingService::SafeBrowsingCheck*> HashRequests;