HomeSort by relevance Sort by last modified time
    Searched refs:BrowserViewLayout (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view_layout.h 39 class BrowserViewLayout : public views::LayoutManager {
44 BrowserViewLayout();
45 virtual ~BrowserViewLayout();
90 FRIEND_TEST_ALL_PREFIXES(BrowserViewLayoutTest, BrowserViewLayout);
170 DISALLOW_COPY_AND_ASSIGN(BrowserViewLayout);
browser_view_layout.cc 64 class BrowserViewLayout::WebContentsModalDialogHostViews
68 BrowserViewLayout* browser_view_layout)
106 BrowserViewLayout* const browser_view_layout_;
114 const int BrowserViewLayout::kToolbarTabStripVerticalOverlap = 3;
117 // BrowserViewLayout, public:
119 BrowserViewLayout::BrowserViewLayout()
134 BrowserViewLayout::~BrowserViewLayout() {
137 void BrowserViewLayout::Init
    [all...]
browser_view_layout_unittest.cc 39 // BrowserViewLayout::Delegate overrides:
125 // Tests of BrowserViewLayout. Runs tests without constructing a BrowserView.
139 BrowserViewLayout* layout() { return layout_.get(); }
174 layout_.reset(new BrowserViewLayout);
189 scoped_ptr<BrowserViewLayout> layout_;
208 TEST_F(BrowserViewLayoutTest, BrowserViewLayout) {
browser_view_unittest.cc 172 TEST_F(BrowserViewTest, BrowserViewLayout) {
212 BrowserViewLayout::kToolbarTabStripVerticalOverlap,
249 BrowserViewLayout::kToolbarTabStripVerticalOverlap -
browser_view.h 47 class BrowserViewLayout;
472 // Do not friend BrowserViewLayout. Use the BrowserViewLayoutDelegate
498 // Returns the BrowserViewLayout.
499 BrowserViewLayout* GetBrowserViewLayout() const;
browser_view.cc 260 // Delegate implementation for BrowserViewLayout. Usually just forwards calls
453 BrowserViewLayout* browser_view_layout = GetBrowserViewLayout();
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view_layout.cc 41 // BrowserViewLayout, public:
43 BrowserViewLayout::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, views::LayoutManager implementation
    [all...]
browser_view_layout.h 32 class BrowserViewLayout : public views::LayoutManager {
34 BrowserViewLayout();
35 virtual ~BrowserViewLayout();
129 DISALLOW_COPY_AND_ASSIGN(BrowserViewLayout);
browser_view.h 45 class BrowserViewLayout;
430 friend class BrowserViewLayout;
439 // Returns the BrowserViewLayout.
440 BrowserViewLayout* GetBrowserViewLayout() const;
515 // Exposes resize corner size to BrowserViewLayout.
browser_view.cc     [all...]
  /external/chromium/chrome/browser/chromeos/frame/
browser_view.cc 63 class BrowserViewLayout : public ::BrowserViewLayout {
65 BrowserViewLayout() : ::BrowserViewLayout() {}
66 virtual ~BrowserViewLayout() {}
69 // BrowserViewLayout overrides:
73 ::BrowserViewLayout::Installed(host);
78 ::BrowserViewLayout::ViewAdded(host, view);
115 return ::BrowserViewLayout::LayoutToolbar(top);
119 return ::BrowserViewLayout::IsPositionInWindowCaption(point
    [all...]
dom_browser_view_layout.cc 17 DOMBrowserViewLayout::DOMBrowserViewLayout() : ::BrowserViewLayout() {}
25 ::BrowserViewLayout::Installed(host);
30 ::BrowserViewLayout::ViewAdded(host, view);
dom_browser_view_layout.h 42 class DOMBrowserViewLayout : public ::BrowserViewLayout {
47 // BrowserViewLayout overrides:
55 // BrowserViewLayout overrides:

Completed in 366 milliseconds