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

  /external/chromium_org/content/public/test/
test_renderer_host.cc 86 // RenderViewHostTestHarness --------------------------------------------------
88 RenderViewHostTestHarness::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::active_rvh()
    [all...]
test_renderer_host.h 144 friend class RenderViewHostTestHarness;
151 // RenderViewHostTestHarness ---------------------------------------------------
152 class RenderViewHostTestHarness : public testing::Test {
154 RenderViewHostTestHarness();
155 virtual ~RenderViewHostTestHarness();
212 // RenderViewHostTestHarness will take ownership of the returned
247 DISALLOW_COPY_AND_ASSIGN(RenderViewHostTestHarness);

Completed in 561 milliseconds