Searched refs:pending_geolocation_prompts_ (Results 1 – 2 of 2) sorted by relevance
536 bool show_prompt = pending_geolocation_prompts_.empty(); in ShowGeolocationPrompt()537 pending_geolocation_prompts_.push_back(OriginCallback(origin, callback)); in ShowGeolocationPrompt()552 pending_geolocation_prompts_.front().first) { in InvokeGeolocationCallback()553 pending_geolocation_prompts_.front().second.Run(value); in InvokeGeolocationCallback()554 pending_geolocation_prompts_.pop_front(); in InvokeGeolocationCallback()555 if (!pending_geolocation_prompts_.empty()) { in InvokeGeolocationCallback()557 pending_geolocation_prompts_.front().first); in InvokeGeolocationCallback()565 std::list<OriginCallback>::iterator it = pending_geolocation_prompts_.begin(); in HideGeolocationPrompt()566 while (it != pending_geolocation_prompts_.end()) { in HideGeolocationPrompt()568 if (it == pending_geolocation_prompts_.begin()) { in HideGeolocationPrompt()[all …]
253 std::list<OriginCallback> pending_geolocation_prompts_; variable