Searched refs:OriginCallback (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/android_webview/native/
H A Daw_contents.h251 typedef std::pair<const GURL, base::Callback<void(bool)> > OriginCallback; typedef in class:android_webview::AwContents
253 std::list<OriginCallback> pending_geolocation_prompts_;
H A Daw_contents.cc537 pending_geolocation_prompts_.push_back(OriginCallback(origin, callback));
565 std::list<OriginCallback>::iterator it = pending_geolocation_prompts_.begin();

Completed in 96 milliseconds