Lines Matching defs:SafeBrowsingService

90       SafeBrowsingService::GetBaseFilename().value() + kCookiesFile);
108 SafeBrowsingService* sb_service_);
119 SafeBrowsingService* const sb_service_; // Owned by BrowserProcess.
126 SafeBrowsingService* sb_service)
148 SafeBrowsingServiceFactory* SafeBrowsingService::factory_ = NULL;
154 virtual SafeBrowsingService* CreateSafeBrowsingService() OVERRIDE {
155 return new SafeBrowsingService();
170 base::FilePath SafeBrowsingService::GetCookieFilePathForTesting() {
175 base::FilePath SafeBrowsingService::GetBaseFilename() {
184 SafeBrowsingService* SafeBrowsingService::CreateSafeBrowsingService() {
192 bool SafeBrowsingService::IsEnabledByFieldTrial() {
199 SafeBrowsingService::SafeBrowsingService()
205 SafeBrowsingService::~SafeBrowsingService() {
211 void SafeBrowsingService::Initialize() {
225 &SafeBrowsingService::InitURLRequestContextOnIOThread, this,
246 // The SafeBrowsingService will be started if any existing profile has the
270 void SafeBrowsingService::ShutDown() {
289 base::Bind(&SafeBrowsingService::DestroyURLRequestContextOnIOThread,
294 bool SafeBrowsingService::DownloadBinHashNeeded() const {
307 net::URLRequestContextGetter* SafeBrowsingService::url_request_context() {
313 SafeBrowsingService::ui_manager() const {
318 SafeBrowsingService::database_manager() const {
322 SafeBrowsingProtocolManager* SafeBrowsingService::protocol_manager() const {
327 SafeBrowsingPingManager* SafeBrowsingService::ping_manager() const {
333 SafeBrowsingService::CreatePreferenceValidationDelegate(
342 void SafeBrowsingService::RegisterDelayedAnalysisCallback(
350 SafeBrowsingUIManager* SafeBrowsingService::CreateUIManager() {
354 SafeBrowsingDatabaseManager* SafeBrowsingService::CreateDatabaseManager() {
362 void SafeBrowsingService::RegisterAllDelayedAnalysis() {
367 void SafeBrowsingService::InitURLRequestContextOnIOThread(
389 void SafeBrowsingService::DestroyURLRequestContextOnIOThread() {
403 SafeBrowsingProtocolConfig SafeBrowsingService::GetProtocolConfig() const {
438 void SafeBrowsingService::StartOnIOThread(
462 void SafeBrowsingService::StopOnIOThread(bool shutdown) {
485 void SafeBrowsingService::Start() {
490 base::Bind(&SafeBrowsingService::StartOnIOThread, this,
494 void SafeBrowsingService::Stop(bool shutdown) {
497 base::Bind(&SafeBrowsingService::StopOnIOThread, this, shutdown));
500 void SafeBrowsingService::Observe(int type,
523 void SafeBrowsingService::AddPrefService(PrefService* pref_service) {
528 base::Bind(&SafeBrowsingService::RefreshState,
534 void SafeBrowsingService::RemovePrefService(PrefService* pref_service) {
544 void SafeBrowsingService::RefreshState() {