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

/external/chromium_org/content/public/test/
H A Dtest_renderer_host.h144 friend class RenderViewHostTestHarness;
151 // RenderViewHostTestHarness ---------------------------------------------------
152 class RenderViewHostTestHarness : public testing::Test { class in namespace:content
154 RenderViewHostTestHarness();
155 virtual ~RenderViewHostTestHarness();
212 // RenderViewHostTestHarness will take ownership of the returned
247 DISALLOW_COPY_AND_ASSIGN(RenderViewHostTestHarness);
H A Dtest_renderer_host.cc86 // RenderViewHostTestHarness --------------------------------------------------
88 RenderViewHostTestHarness::RenderViewHostTestHarness() function in class:content::RenderViewHostTestHarness
91 RenderViewHostTestHarness::~RenderViewHostTestHarness() {
94 NavigationController& RenderViewHostTestHarness::controller() {
98 WebContents* RenderViewHostTestHarness::web_contents() {
102 RenderViewHost* RenderViewHostTestHarness::rvh() {
108 RenderViewHost* RenderViewHostTestHarness::pending_rvh() {
112 RenderViewHost* RenderViewHostTestHarness
[all...]

Completed in 181 milliseconds