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

/external/chromium_org/chrome/test/base/
H A Dbrowser_with_test_window_test.cc41 BrowserWithTestWindowTest::BrowserWithTestWindowTest() function in class:BrowserWithTestWindowTest
47 BrowserWithTestWindowTest::BrowserWithTestWindowTest( function in class:BrowserWithTestWindowTest
56 BrowserWithTestWindowTest::~BrowserWithTestWindowTest() {
59 void BrowserWithTestWindowTest::SetUp() {
95 void BrowserWithTestWindowTest::TearDown() {
123 void BrowserWithTestWindowTest::AddTab(Browser* browser, const GURL& url) {
131 void BrowserWithTestWindowTest
[all...]
H A Dbrowser_with_test_window_test.h57 // Base class for browser based unit tests. BrowserWithTestWindowTest creates a
77 // Subclasses must invoke BrowserWithTestWindowTest::SetUp as it is responsible
79 class BrowserWithTestWindowTest : public testing::Test { class in inherits:testing::Test
81 // Creates a BrowserWithTestWindowTest for which the initial window will be
83 BrowserWithTestWindowTest();
85 // Creates a BrowserWithTestWindowTest for which the initial window will be
87 BrowserWithTestWindowTest(Browser::Type browser_type,
91 virtual ~BrowserWithTestWindowTest();
212 DISALLOW_COPY_AND_ASSIGN(BrowserWithTestWindowTest);

Completed in 3510 milliseconds