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

  /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 530 milliseconds