Searched refs:test_web_contents (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model.h108 void set_test_web_contents(content::WebContents* test_web_contents) { argument
109 test_web_contents_ = test_web_contents;
/external/chromium_org/content/test/
H A Dtest_web_contents.cc5 #include "content/test/test_web_contents.h"
38 TestWebContents* test_web_contents = new TestWebContents(browser_context); local
39 test_web_contents->Init(WebContents::CreateParams(browser_context, instance));
40 return test_web_contents;

Completed in 169 milliseconds