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

/external/chromium_org/chrome/test/base/
H A Dtest_browser_window.h23 // An implementation of BrowserWindow used for testing. TestBrowserWindow only
26 class TestBrowserWindow : public BrowserWindow { class in inherits:BrowserWindow
28 TestBrowserWindow();
29 virtual ~TestBrowserWindow();
197 DISALLOW_COPY_AND_ASSIGN(TestBrowserWindow);
202 // Helper that handle the lifetime of TestBrowserWindow instances.
H A Dtest_browser_window.cc18 // Handles destroying a TestBrowserWindow when the Browser it is attached to is
22 explicit TestBrowserWindowOwner(TestBrowserWindow* window) : window_(window) {
36 scoped_ptr<TestBrowserWindow> window_;
44 TestBrowserWindow* window = new TestBrowserWindow;
53 // TestBrowserWindow::TestLocationBar -----------------------------------------
55 GURL TestBrowserWindow::TestLocationBar::GetDestinationURL() const {
60 TestBrowserWindow::TestLocationBar::GetWindowOpenDisposition() const {
65 TestBrowserWindow::TestLocationBar::GetPageTransition() const {
69 bool TestBrowserWindow
90 TestBrowserWindow::TestBrowserWindow() {} function in class:TestBrowserWindow
[all...]

Completed in 191 milliseconds