OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
186
pending_web_contents_
[details->target_web_contents] =
203
pending_web_contents_
.find(tab);
204
if (iter ==
pending_web_contents_
.end())
224
pending_web_contents_
.erase(iter);
228
pending_web_contents_
.erase(tab);
230
pending_web_contents_
.begin(); i !=
pending_web_contents_
.end(); ) {
232
pending_web_contents_
.erase(i++);
web_navigation_api.h
178
// |
pending_web_contents_
|, it is removed.
183
std::map<content::WebContents*, PendingWebContents>
pending_web_contents_
;
member in class:extensions::WebNavigationEventRouter
Completed in 57 milliseconds