OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckUrl
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/renderer_host/
safe_browsing_resource_throttle.cc
48
if (
CheckUrl
(request_->url()))
66
if (
CheckUrl
(new_url))
193
bool SafeBrowsingResourceThrottle::
CheckUrl
(const GURL& url) {
safe_browsing_resource_throttle.h
89
bool
CheckUrl
(const GURL& url);
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_test.cc
196
void
CheckUrl
(SafeBrowsingDatabaseManager::Client* helper, const GURL& url) {
367
// Functions and callbacks related to
CheckUrl
. These are used to verify
369
void
CheckUrl
(const GURL& url) {
377
safe_browsing_test_->
CheckUrl
(this, url);
553
safe_browsing_helper->
CheckUrl
(GURL(phishing_urls[j].url));
Completed in 855 milliseconds