HomeSort by relevance Sort by last modified time
    Searched defs:ClientSideDetectionHost (Results 1 - 5 of 5) 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...]
  /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);
161 base::WeakPtrFactory<ClientSideDetectionHost> weak_factory_;
180 DISALLOW_COPY_AND_ASSIGN(ClientSideDetectionHost);
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...]

Completed in 62 milliseconds