Home | History | Annotate | Download | only in safe_browsing

Lines Matching defs:SafeBrowsingService

78       SafeBrowsingService::GetBaseFilename().value() + kCookiesFile);
87 SafeBrowsingService* sb_service_);
98 SafeBrowsingService* const sb_service_; // Owned by BrowserProcess.
105 SafeBrowsingService* sb_service)
127 SafeBrowsingServiceFactory* SafeBrowsingService::factory_ = NULL;
133 virtual SafeBrowsingService* CreateSafeBrowsingService() OVERRIDE {
134 return new SafeBrowsingService();
149 base::FilePath SafeBrowsingService::GetCookieFilePathForTesting() {
154 base::FilePath SafeBrowsingService::GetBaseFilename() {
163 SafeBrowsingService* SafeBrowsingService::CreateSafeBrowsingService() {
169 SafeBrowsingService::SafeBrowsingService()
175 SafeBrowsingService::~SafeBrowsingService() {
181 void SafeBrowsingService::Initialize() {
195 &SafeBrowsingService::InitURLRequestContextOnIOThread, this,
209 // The SafeBrowsingService will be started if any existing profile has the
228 void SafeBrowsingService::ShutDown() {
246 base::Bind(&SafeBrowsingService::DestroyURLRequestContextOnIOThread,
251 bool SafeBrowsingService::DownloadBinHashNeeded() const {
264 net::URLRequestContextGetter* SafeBrowsingService::url_request_context() {
270 SafeBrowsingService::ui_manager() const {
275 SafeBrowsingService::database_manager() const {
279 SafeBrowsingProtocolManager* SafeBrowsingService::protocol_manager() const {
283 SafeBrowsingPingManager* SafeBrowsingService::ping_manager() const {
287 SafeBrowsingUIManager* SafeBrowsingService::CreateUIManager() {
291 SafeBrowsingDatabaseManager* SafeBrowsingService::CreateDatabaseManager() {
300 void SafeBrowsingService::InitURLRequestContextOnIOThread(
322 void SafeBrowsingService::DestroyURLRequestContextOnIOThread() {
336 void SafeBrowsingService::StartOnIOThread() {
384 void SafeBrowsingService::StopOnIOThread(bool shutdown) {
407 void SafeBrowsingService::Start() {
412 base::Bind(&SafeBrowsingService::StartOnIOThread, this));
415 void SafeBrowsingService::Stop(bool shutdown) {
418 base::Bind(&SafeBrowsingService::StopOnIOThread, this, shutdown));
421 void SafeBrowsingService::Observe(int type,
444 void SafeBrowsingService::AddPrefService(PrefService* pref_service) {
449 base::Bind(&SafeBrowsingService::RefreshState,
455 void SafeBrowsingService::RemovePrefService(PrefService* pref_service) {
465 void SafeBrowsingService::RefreshState() {