Searched refs:ClientSideDetectionHost (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
H A Dclient_side_detection_host.h28 class ClientSideDetectionHost : public TabContentsObserver { class in namespace:safe_browsing
32 explicit ClientSideDetectionHost(TabContents* tab);
33 virtual ~ClientSideDetectionHost();
74 base::ScopedCallbackFactory<ClientSideDetectionHost> cb_factory_;
76 DISALLOW_COPY_AND_ASSIGN(ClientSideDetectionHost);
H A Dclient_side_detection_host.cc42 class ClientSideDetectionHost::ShouldClassifyUrlRequest
44 ClientSideDetectionHost::ShouldClassifyUrlRequest> {
50 ClientSideDetectionHost* host)
140 ClientSideDetectionHost::ShouldClassifyUrlRequest>;
224 ClientSideDetectionHost* host_;
255 ClientSideDetectionHost::ClientSideDetectionHost(TabContents* tab) function in class:safe_browsing::ClientSideDetectionHost
268 ClientSideDetectionHost::~ClientSideDetectionHost() {
275 bool ClientSideDetectionHost
[all...]
H A Dclient_side_detection_host_unittest.cc208 ClientSideDetectionHost* csd_host_;

Completed in 29 milliseconds