Searched defs:TestWebContents (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/test/
H A Dtest_web_contents.h23 class TestWebContents : public WebContentsImpl, public WebContentsTester { class in namespace:content
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);
H A Dtest_web_contents.cc24 TestWebContents::TestWebContents(BrowserContext* browser_context) function in class:content::TestWebContents
34 TestWebContents* TestWebContents::Create(BrowserContext* browser_context,
36 TestWebContents* test_web_contents = new TestWebContents(browser_context);
41 TestWebContents::~TestWebContents() {
45 RenderViewHost* TestWebContents::GetPendingRenderViewHost() const {
49 TestRenderViewHost* TestWebContents
[all...]

Completed in 51 milliseconds