OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:web_contents_stack_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/test/remoting/
remote_desktop_browsertest.h
198
DCHECK(!
web_contents_stack_
.empty());
199
return
web_contents_stack_
.back();
351
std::vector<content::WebContents*>
web_contents_stack_
;
member in class:remoting::RemoteDesktopBrowserTest
remote_desktop_browsertest.cc
46
web_contents_stack_
.push_back(
196
web_contents_stack_
.push_back(web_contents);
239
web_contents_stack_
.push_back(controller->GetWebContents());
279
web_contents_stack_
.pop_back();
319
web_contents_stack_
.pop_back();
Completed in 291 milliseconds