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

  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api.cc 188 pending_web_contents_[details->target_web_contents] =
208 pending_web_contents_.find(tab);
209 if (iter == pending_web_contents_.end())
233 pending_web_contents_.erase(iter);
237 pending_web_contents_.erase(tab);
239 pending_web_contents_.begin(); i != pending_web_contents_.end(); ) {
241 pending_web_contents_.erase(i++);
web_navigation_api.h 195 // |pending_web_contents_|, it is removed.
200 std::map<content::WebContents*, PendingWebContents> pending_web_contents_; member in class:extensions::WebNavigationEventRouter

Completed in 816 milliseconds