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

  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager.cc 76 virtual SafeBrowsingProtocolManager* CreateProtocolManager(
80 return new SafeBrowsingProtocolManager(
87 // SafeBrowsingProtocolManager implementation ----------------------------------
90 SBProtocolManagerFactory* SafeBrowsingProtocolManager::factory_ = NULL;
93 SafeBrowsingProtocolManager* SafeBrowsingProtocolManager::Create(
103 SafeBrowsingProtocolManager::SafeBrowsingProtocolManager(
143 void SafeBrowsingProtocolManager::RecordGetHashResult(
154 bool SafeBrowsingProtocolManager::IsUpdateScheduled() const
    [all...]
protocol_manager.h 12 // The SafeBrowsingProtocolManager handles formatting and making requests of,
55 class SafeBrowsingProtocolManager : public net::URLFetcherDelegate,
67 virtual ~SafeBrowsingProtocolManager();
76 static SafeBrowsingProtocolManager* Create(
175 // Constructs a SafeBrowsingProtocolManager for |delegate| that issues
177 SafeBrowsingProtocolManager(
293 // The factory that controls the creation of SafeBrowsingProtocolManager.
325 base::OneShotTimer<SafeBrowsingProtocolManager> update_timer_;
329 base::OneShotTimer<SafeBrowsingProtocolManager> timeout_timer_;
395 DISALLOW_COPY_AND_ASSIGN(SafeBrowsingProtocolManager);
    [all...]

Completed in 418 milliseconds