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 480 bool show_prompt = pending_geolocation_prompts_.empty();
481 pending_geolocation_prompts_.push_back(OriginCallback(origin, callback));
494 pending_geolocation_prompts_.front().first) {
495 pending_geolocation_prompts_.front().second.Run(value);
496 pending_geolocation_prompts_.pop_front();
497 if (!pending_geolocation_prompts_.empty()) {
499 pending_geolocation_prompts_.front().first);
506 std::list<OriginCallback>::iterator it = pending_geolocation_prompts_.begin();
507 while (it != pending_geolocation_prompts_.end()) {
509 if (it == pending_geolocation_prompts_.begin())
    [all...]
aw_contents.h 214 std::list<OriginCallback> pending_geolocation_prompts_; member in class:android_webview::AwContents

Completed in 47 milliseconds