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,
62 // Returns a clone of this TestWebContents. The returned object is also a
63 // TestWebContents. The caller owns the returned object.
73 void SetOpener(TestWebContents* opener);
76 void AddPendingContents(TestWebContents* contents);
98 explicit TestWebContents(BrowserContext* browser_context);
test_web_contents.cc 27 TestWebContents::TestWebContents(BrowserContext* browser_context)
36 TestWebContents* TestWebContents::Create(BrowserContext* browser_context,
38 TestWebContents* test_web_contents = new TestWebContents(browser_context);
43 TestWebContents::~TestWebContents() {
47 RenderViewHost* TestWebContents::GetPendingRenderViewHost() const {
51 TestRenderViewHost* TestWebContents::pending_test_rvh() const
    [all...]

Completed in 49 milliseconds