HomeSort by relevance Sort by last modified time
    Searched defs:ClientSideDetectionHost (Results 1 - 2 of 2) 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...]

Completed in 483 milliseconds