Searched refs:BrowserViewLayout (Results 1 – 7 of 7) sorted by relevance
43 BrowserViewLayout::BrowserViewLayout() in BrowserViewLayout() function in BrowserViewLayout55 BrowserViewLayout::~BrowserViewLayout() { in ~BrowserViewLayout()58 gfx::Size BrowserViewLayout::GetMinimumSize() { in GetMinimumSize()88 gfx::Rect BrowserViewLayout::GetFindBarBoundingBox() const { in GetFindBarBoundingBox()122 bool BrowserViewLayout::IsPositionInWindowCaption( in IsPositionInWindowCaption()129 int BrowserViewLayout::NonClientHitTest( in NonClientHitTest()199 void BrowserViewLayout::Installed(views::View* host) { in Installed()210 void BrowserViewLayout::Uninstalled(views::View* host) {} in Uninstalled()212 void BrowserViewLayout::ViewAdded(views::View* host, views::View* view) { in ViewAdded()240 void BrowserViewLayout::ViewRemoved(views::View* host, views::View* view) { in ViewRemoved()[all …]
32 class BrowserViewLayout : public views::LayoutManager {34 BrowserViewLayout();35 virtual ~BrowserViewLayout();129 DISALLOW_COPY_AND_ASSIGN(BrowserViewLayout);
45 class BrowserViewLayout; variable430 friend class BrowserViewLayout;440 BrowserViewLayout* GetBrowserViewLayout() const;
1725 return new BrowserViewLayout;1879 BrowserViewLayout* BrowserView::GetBrowserViewLayout() const {1880 return static_cast<BrowserViewLayout*>(GetLayoutManager());
63 class BrowserViewLayout : public ::BrowserViewLayout { class65 BrowserViewLayout() : ::BrowserViewLayout() {} in BrowserViewLayout() function in chromeos::BrowserViewLayout66 virtual ~BrowserViewLayout() {} in ~BrowserViewLayout()73 ::BrowserViewLayout::Installed(host); in Installed()78 ::BrowserViewLayout::ViewAdded(host, view); in ViewAdded()115 return ::BrowserViewLayout::LayoutToolbar(top); in LayoutToolbar()119 return ::BrowserViewLayout::IsPositionInWindowCaption(point) in IsPositionInWindowCaption()129 HTCLIENT : ::BrowserViewLayout::NonClientHitTest(point); in NonClientHitTest()218 DISALLOW_COPY_AND_ASSIGN(BrowserViewLayout);297 return new BrowserViewLayout(); in CreateLayoutManager()
17 DOMBrowserViewLayout::DOMBrowserViewLayout() : ::BrowserViewLayout() {} in DOMBrowserViewLayout()25 ::BrowserViewLayout::Installed(host); in Installed()30 ::BrowserViewLayout::ViewAdded(host, view); in ViewAdded()
42 class DOMBrowserViewLayout : public ::BrowserViewLayout {