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

  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_host.h 28 class ClientSideDetectionHost : public TabContentsObserver {
32 explicit ClientSideDetectionHost(TabContents* tab);
33 virtual ~ClientSideDetectionHost();
74 base::ScopedCallbackFactory<ClientSideDetectionHost> cb_factory_;
76 DISALLOW_COPY_AND_ASSIGN(ClientSideDetectionHost);
client_side_detection_host.cc 42 class ClientSideDetectionHost::ShouldClassifyUrlRequest
44 ClientSideDetectionHost::ShouldClassifyUrlRequest> {
50 ClientSideDetectionHost* host)
140 ClientSideDetectionHost::ShouldClassifyUrlRequest>;
224 ClientSideDetectionHost* host_;
255 ClientSideDetectionHost::ClientSideDetectionHost(TabContents* tab)
268 ClientSideDetectionHost::~ClientSideDetectionHost() {
275 bool ClientSideDetectionHost::OnMessageReceived(const IPC::Message& message)
    [all...]
client_side_detection_host_unittest.cc 208 ClientSideDetectionHost* csd_host_;
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_tab_observer.h 18 class ClientSideDetectionHost;
26 ClientSideDetectionHost* detection_host() {
41 scoped_ptr<ClientSideDetectionHost> safebrowsing_detection_host_;
client_side_detection_host.cc 47 const int ClientSideDetectionHost::kMaxUrlsPerIP = 20;
48 const int ClientSideDetectionHost::kMaxIPsPerBrowse = 200;
57 class ClientSideDetectionHost::ShouldClassifyUrlRequest
59 ClientSideDetectionHost::ShouldClassifyUrlRequest> {
65 ClientSideDetectionHost* host)
142 ClientSideDetectionHost::ShouldClassifyUrlRequest>;
234 ClientSideDetectionHost* host_;
240 ClientSideDetectionHost* ClientSideDetectionHost::Create(
242 return new ClientSideDetectionHost(tab)
    [all...]
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);
161 base::WeakPtrFactory<ClientSideDetectionHost> weak_factory_;
180 DISALLOW_COPY_AND_ASSIGN(ClientSideDetectionHost);
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_));
browser_feature_extractor.h 42 class ClientSideDetectionHost;
101 ClientSideDetectionHost* host);
193 ClientSideDetectionHost* host_;
client_side_detection_host_unittest.cc 180 ClientSideDetectionHost* host)
212 csd_host_.reset(safe_browsing::ClientSideDetectionHost::Create(
395 scoped_ptr<ClientSideDetectionHost> csd_host_;
    [all...]
browser_feature_extractor_unittest.cc 63 class MockClientSideDetectionHost : public ClientSideDetectionHost {
68 : ClientSideDetectionHost(tab) {
browser_feature_extractor.cc 168 ClientSideDetectionHost* host)

Completed in 49 milliseconds