OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_web_contents
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/toolbar/
back_forward_menu_model.h
108
void set_test_web_contents(content::WebContents*
test_web_contents
) {
109
test_web_contents_ =
test_web_contents
;
/external/chromium_org/content/test/
test_web_contents.cc
5
#include "content/test/
test_web_contents
.h"
36
TestWebContents*
test_web_contents
= new TestWebContents(browser_context);
local
37
test_web_contents
->Init(WebContents::CreateParams(browser_context, instance));
38
return
test_web_contents
;
Completed in 66 milliseconds