HomeSort by relevance Sort by last modified time
    Searched refs:pending_geolocation_prompts_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/android_webview/native/
aw_contents.cc 536 bool show_prompt = pending_geolocation_prompts_.empty();
537 pending_geolocation_prompts_.push_back(OriginCallback(origin, callback));
552 pending_geolocation_prompts_.front().first) {
553 pending_geolocation_prompts_.front().second.Run(value);
554 pending_geolocation_prompts_.pop_front();
555 if (!pending_geolocation_prompts_.empty()) {
557 pending_geolocation_prompts_.front().first);
565 std::list<OriginCallback>::iterator it = pending_geolocation_prompts_.begin();
566 while (it != pending_geolocation_prompts_.end()) {
568 if (it == pending_geolocation_prompts_.begin())
    [all...]
aw_contents.h 253 std::list<OriginCallback> pending_geolocation_prompts_; member in class:android_webview::AwContents

Completed in 61 milliseconds