Searched refs:OriginCallback (Results 1 – 2 of 2) sorted by relevance
251 typedef std::pair<const GURL, base::Callback<void(bool)> > OriginCallback; typedef253 std::list<OriginCallback> pending_geolocation_prompts_;
537 pending_geolocation_prompts_.push_back(OriginCallback(origin, callback)); in ShowGeolocationPrompt()565 std::list<OriginCallback>::iterator it = pending_geolocation_prompts_.begin(); in HideGeolocationPrompt()