Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:Client

45   class Client;
67 Client* client;
81 Client* client;
101 class Client {
103 virtual ~Client() {}
154 // Otherwise it returns false, and "client" is called asynchronously with the
156 virtual bool CheckBrowseUrl(const GURL& url, Client* client);
159 // Result will be passed to callback in |client|.
160 bool CheckDownloadUrl(const std::vector<GURL>& url_chain, Client* client);
163 // Result will be passed to callback in |client|.
164 virtual bool CheckDownloadHash(const std::string& full_hash, Client* client);
167 // client-side phishing detection whitelist. Returns true if there was a
175 void CancelCheck(Client* client);
187 Client* client,
278 Client* client;
335 void NotifyClientBlockingComplete(Client* client, bool proceed);
382 // The callback function when a safebrowsing check is timed out. Client will
386 // Calls the Client's callback on IO thread after CheckDownloadUrl finishes.
389 // Calls the Client's callback on IO thread after CheckDownloadHash finishes.
392 // Helper function that calls safe browsing client and cleans up |checks_|.
399 Client* client,
433 // Indicate if client-side phishing detection whitelist should be enabled
457 // When download url check takes this long, client's callback will be called