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

  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_tab_observer.cc 27 // Provide a dummy implementation so that scoped_ptr<ClientSideDetectionHost>
30 class ClientSideDetectionHost { };
49 ClientSideDetectionHost::Create(web_contents));
71 ClientSideDetectionHost::Create(web_contents_));
client_side_detection_host.h 31 class ClientSideDetectionHost : public content::WebContentsObserver,
37 static ClientSideDetectionHost* Create(content::WebContents* tab);
38 virtual ~ClientSideDetectionHost();
67 explicit ClientSideDetectionHost(content::WebContents* tab);
174 base::WeakPtrFactory<ClientSideDetectionHost> weak_factory_;
181 DISALLOW_COPY_AND_ASSIGN(ClientSideDetectionHost);
client_side_detection_host.cc 47 const size_t ClientSideDetectionHost::kMaxUrlsPerIP = 20;
48 const size_t ClientSideDetectionHost::kMaxIPsPerBrowse = 200;
61 class ClientSideDetectionHost::ShouldClassifyUrlRequest
63 ClientSideDetectionHost::ShouldClassifyUrlRequest> {
72 ClientSideDetectionHost* host)
154 ClientSideDetectionHost::ShouldClassifyUrlRequest>;
304 ClientSideDetectionHost* host_;
313 ClientSideDetectionHost* ClientSideDetectionHost::Create(
315 return new ClientSideDetectionHost(tab)
    [all...]

Completed in 639 milliseconds