HomeSort by relevance Sort by last modified time
    Searched defs:TestWebContents (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/test/
test_web_contents.h 23 class TestWebContents : public WebContentsImpl, public WebContentsTester {
25 virtual ~TestWebContents();
27 static TestWebContents* Create(BrowserContext* browser_context,
63 // Returns a clone of this TestWebContents. The returned object is also a
64 // TestWebContents. The caller owns the returned object.
77 void SetOpener(TestWebContents* opener);
80 void AddPendingContents(TestWebContents* contents);
104 explicit TestWebContents(BrowserContext* browser_context);
test_web_contents.cc 25 TestWebContents::TestWebContents(BrowserContext* browser_context)
35 TestWebContents* TestWebContents::Create(BrowserContext* browser_context,
37 TestWebContents* test_web_contents = new TestWebContents(browser_context);
42 TestWebContents::~TestWebContents() {
46 RenderViewHost* TestWebContents::GetPendingRenderViewHost() const {
50 TestRenderViewHost* TestWebContents::pending_test_rvh() const
    [all...]

Completed in 376 milliseconds