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

/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout.cc41 // BrowserViewLayout, public:
43 BrowserViewLayout::BrowserViewLayout() function in class:BrowserViewLayout
55 BrowserViewLayout::~BrowserViewLayout() {
58 gfx::Size BrowserViewLayout::GetMinimumSize() {
88 gfx::Rect BrowserViewLayout::GetFindBarBoundingBox() const {
122 bool BrowserViewLayout::IsPositionInWindowCaption(
129 int BrowserViewLayout::NonClientHitTest(
197 // BrowserViewLayout, view
[all...]
H A Dbrowser_view_layout.h32 class BrowserViewLayout : public views::LayoutManager { class in inherits:views::LayoutManager
34 BrowserViewLayout();
35 virtual ~BrowserViewLayout();
129 DISALLOW_COPY_AND_ASSIGN(BrowserViewLayout);
H A Dbrowser_view.h45 class BrowserViewLayout;
430 friend class BrowserViewLayout;
439 // Returns the BrowserViewLayout.
440 BrowserViewLayout* GetBrowserViewLayout() const;
515 // Exposes resize corner size to BrowserViewLayout.
H A Dbrowser_view.cc1725 return new BrowserViewLayout;
1879 BrowserViewLayout* BrowserView::GetBrowserViewLayout() const {
1880 return static_cast<BrowserViewLayout*>(GetLayoutManager());
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout.cc61 class BrowserViewLayout::WebContentsModalDialogHostViews
65 BrowserViewLayout* browser_view_layout)
127 BrowserViewLayout* const browser_view_layout_;
135 const int BrowserViewLayout::kToolbarTabStripVerticalOverlap = 3;
138 // BrowserViewLayout, public:
140 BrowserViewLayout::BrowserViewLayout() function in class:BrowserViewLayout
155 BrowserViewLayout::~BrowserViewLayout() {
158 void BrowserViewLayout
[all...]
H A Dbrowser_view_layout.h39 class BrowserViewLayout : public views::LayoutManager { class in inherits:views::LayoutManager
44 BrowserViewLayout();
45 virtual ~BrowserViewLayout();
90 FRIEND_TEST_ALL_PREFIXES(BrowserViewLayoutTest, BrowserViewLayout);
169 DISALLOW_COPY_AND_ASSIGN(BrowserViewLayout);
H A Dbrowser_view_layout_unittest.cc39 // BrowserViewLayout::Delegate overrides:
129 // Tests of BrowserViewLayout. Runs tests without constructing a BrowserView.
143 BrowserViewLayout* layout() { return layout_.get(); }
178 layout_.reset(new BrowserViewLayout);
193 scoped_ptr<BrowserViewLayout> layout_;
212 TEST_F(BrowserViewLayoutTest, BrowserViewLayout) {
H A Dbrowser_view_unittest.cc62 TEST_F(BrowserViewTest, BrowserViewLayout) {
102 BrowserViewLayout::kToolbarTabStripVerticalOverlap,
139 BrowserViewLayout::kToolbarTabStripVerticalOverlap -
H A Dbrowser_view.h47 class BrowserViewLayout;
466 // Do not friend BrowserViewLayout. Use the BrowserViewLayoutDelegate
492 // Returns the BrowserViewLayout.
493 BrowserViewLayout* GetBrowserViewLayout() const;
H A Dbrowser_view.cc259 // Delegate implementation for BrowserViewLayout. Usually just forwards calls
460 BrowserViewLayout* browser_view_layout = GetBrowserViewLayout();
2010 BrowserViewLayout* browser_view_layout = new BrowserViewLayout;
2068 BrowserViewLayout* BrowserView::GetBrowserViewLayout() const {
2069 return static_cast<BrowserViewLayout*>(GetLayoutManager());
/external/chromium/chrome/browser/chromeos/frame/
H A Dbrowser_view.cc63 class BrowserViewLayout : public ::BrowserViewLayout { class in namespace:chromeos
65 BrowserViewLayout() : ::BrowserViewLayout() {} function in class:chromeos::BrowserViewLayout
66 virtual ~BrowserViewLayout() {}
69 // BrowserViewLayout overrides:
73 ::BrowserViewLayout::Installed(host);
78 ::BrowserViewLayout::ViewAdded(host, view);
115 return ::BrowserViewLayout::LayoutToolbar(top);
119 return ::BrowserViewLayout
[all...]
H A Ddom_browser_view_layout.cc17 DOMBrowserViewLayout::DOMBrowserViewLayout() : ::BrowserViewLayout() {}
25 ::BrowserViewLayout::Installed(host);
30 ::BrowserViewLayout::ViewAdded(host, view);
H A Ddom_browser_view_layout.h42 class DOMBrowserViewLayout : public ::BrowserViewLayout {
47 // BrowserViewLayout overrides:
55 // BrowserViewLayout overrides:

Completed in 268 milliseconds