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

/external/chromium_org/content/test/
H A Dtest_web_contents.h25 class TestWebContents : public WebContentsImpl, public WebContentsTester { class in namespace:content
27 virtual ~TestWebContents();
29 static TestWebContents* Create(BrowserContext* browser_context,
67 // Returns a clone of this TestWebContents. The returned object is also a
68 // TestWebContents. The caller owns the returned object.
78 void SetOpener(TestWebContents* opener);
81 void AddPendingContents(TestWebContents* contents);
103 explicit TestWebContents(BrowserContext* browser_context);
H A Dtest_web_contents.cc27 TestWebContents::TestWebContents(BrowserContext* browser_context) function in class:content::TestWebContents
36 TestWebContents* TestWebContents::Create(BrowserContext* browser_context,
38 TestWebContents* test_web_contents = new TestWebContents(browser_context);
43 TestWebContents::~TestWebContents() {
47 TestRenderFrameHost* TestWebContents::GetMainFrame() {
51 TestRenderViewHost* TestWebContents
[all...]

Completed in 85 milliseconds