HomeSort by relevance Sort by last modified time
    Searched defs:SafeBrowsingProtocolManager (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/safe_browsing/
protocol_manager.cc 45 virtual SafeBrowsingProtocolManager* CreateProtocolManager(
54 return new SafeBrowsingProtocolManager(
63 // SafeBrowsingProtocolManager implementation ----------------------------------
66 SBProtocolManagerFactory* SafeBrowsingProtocolManager::factory_ = NULL;
69 SafeBrowsingProtocolManager* SafeBrowsingProtocolManager::Create(
87 SafeBrowsingProtocolManager::SafeBrowsingProtocolManager(
129 void SafeBrowsingProtocolManager::RecordGetHashResult(
140 SafeBrowsingProtocolManager::~SafeBrowsingProtocolManager()
    [all...]
protocol_manager.h 10 // The SafeBrowsingProtocolManager handles formatting and making requests of,
47 class SafeBrowsingProtocolManager;
53 virtual SafeBrowsingProtocolManager* CreateProtocolManager(
66 class SafeBrowsingProtocolManager : public URLFetcher::Delegate {
82 virtual ~SafeBrowsingProtocolManager();
91 static SafeBrowsingProtocolManager* Create(
198 // Constructs a SafeBrowsingProtocolManager for |sb_service| that issues
202 SafeBrowsingProtocolManager(
309 // The factory that controls the creation of SafeBrowsingProtocolManager.
341 base::OneShotTimer<SafeBrowsingProtocolManager> update_timer_
    [all...]

Completed in 1760 milliseconds