HomeSort by relevance Sort by last modified time
    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"
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 113 milliseconds