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

  /external/chromium/chrome/browser/ui/tab_contents/
test_tab_contents_wrapper.h 14 class TabContentsWrapperTestHarness : public RenderViewHostTestHarness {
16 TabContentsWrapperTestHarness();
17 virtual ~TabContentsWrapperTestHarness();
31 DISALLOW_COPY_AND_ASSIGN(TabContentsWrapperTestHarness);
test_tab_contents_wrapper.cc 11 TabContentsWrapperTestHarness::TabContentsWrapperTestHarness()
15 TabContentsWrapperTestHarness::~TabContentsWrapperTestHarness() {
18 TestTabContents* TabContentsWrapperTestHarness::contents() {
22 TabContentsWrapper* TabContentsWrapperTestHarness::contents_wrapper() {
26 void TabContentsWrapperTestHarness::SetContents(TestTabContents* contents) {
30 void TabContentsWrapperTestHarness::SetUp() {
34 void TabContentsWrapperTestHarness::TearDown() {

Completed in 1334 milliseconds