Home
last modified time | relevance | path

Searched refs:UrlCheckCallback (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
Dui_manager.h35 typedef base::Callback<void(bool /*proceed*/)> UrlCheckCallback; typedef
50 UrlCheckCallback callback; // This is called back on the IO thread.
Dclient_side_detection_host_unittest.cc140 void InvokeOnBlockingPageComplete(const UrlCheckCallback& callback) { in InvokeOnBlockingPageComplete()