OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DetectionCallback
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/captive_portal/
captive_portal_detector.h
49
typedef base::Callback<void(const Results& results)>
DetectionCallback
;
66
void DetectCaptivePortal(const GURL& url, const
DetectionCallback
& callback);
105
DetectionCallback
detection_callback_;
captive_portal_detector.cc
50
const
DetectionCallback
& detection_callback) {
89
DetectionCallback
callback = detection_callback_;
Completed in 1465 milliseconds