Searched refs:MockBrowserViewLayoutDelegate (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout_unittest.cc16 class MockBrowserViewLayoutDelegate : public BrowserViewLayoutDelegate { class in inherits:BrowserViewLayoutDelegate
18 explicit MockBrowserViewLayoutDelegate(views::View* contents_web_view) function in class:MockBrowserViewLayoutDelegate
25 virtual ~MockBrowserViewLayoutDelegate() {}
77 DISALLOW_COPY_AND_ASSIGN(MockBrowserViewLayoutDelegate);
144 MockBrowserViewLayoutDelegate* delegate() { return delegate_; }
185 delegate_ = new MockBrowserViewLayoutDelegate(contents_web_view_);
200 MockBrowserViewLayoutDelegate* delegate_; // Owned by |layout_|.

Completed in 73 milliseconds