HomeSort by relevance Sort by last modified time
    Searched defs:SafeBrowsingProtocolManager (Results 1 - 4 of 4) 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...]
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager.cc 74 virtual SafeBrowsingProtocolManager* CreateProtocolManager(
78 return new SafeBrowsingProtocolManager(
85 // SafeBrowsingProtocolManager implementation ----------------------------------
88 SBProtocolManagerFactory* SafeBrowsingProtocolManager::factory_ = NULL;
91 SafeBrowsingProtocolManager* SafeBrowsingProtocolManager::Create(
101 SafeBrowsingProtocolManager::SafeBrowsingProtocolManager(
140 void SafeBrowsingProtocolManager::RecordGetHashResult(
151 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(
159 // Constructs a SafeBrowsingProtocolManager for |delegate| that issues
161 SafeBrowsingProtocolManager(
281 // The factory that controls the creation of SafeBrowsingProtocolManager.
313 base::OneShotTimer<SafeBrowsingProtocolManager> update_timer_;
317 base::OneShotTimer<SafeBrowsingProtocolManager> timeout_timer_;
380 DISALLOW_COPY_AND_ASSIGN(SafeBrowsingProtocolManager);
    [all...]

Completed in 73 milliseconds