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

  /external/chromium_org/chrome/test/base/
test_browser_window.h 23 // An implementation of BrowserWindow used for testing. TestBrowserWindow only
26 class TestBrowserWindow : public BrowserWindow {
28 TestBrowserWindow();
29 virtual ~TestBrowserWindow();
199 DISALLOW_COPY_AND_ASSIGN(TestBrowserWindow);
204 // Helper that handle the lifetime of TestBrowserWindow instances.
test_browser_window.cc 18 // 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 const OmniboxView* TestBrowserWindow::TestLocationBar::GetOmniboxView() const
    [all...]

Completed in 1620 milliseconds