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

  /external/chromium/chrome/browser/ui/views/frame/
browser_view_layout.h 32 class BrowserViewLayout : public views::LayoutManager {
34 BrowserViewLayout();
35 virtual ~BrowserViewLayout();
129 DISALLOW_COPY_AND_ASSIGN(BrowserViewLayout);
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...]
  /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...]

Completed in 23 milliseconds