HomeSort by relevance Sort by last modified time
    Searched defs:BrowserViewLayout (Results 1 - 2 of 2) 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);
169 DISALLOW_COPY_AND_ASSIGN(BrowserViewLayout);
browser_view_layout.cc 59 class BrowserViewLayout::WebContentsModalDialogHostViews
63 BrowserViewLayout* browser_view_layout)
109 BrowserViewLayout* const browser_view_layout_;
117 const int BrowserViewLayout::kToolbarTabStripVerticalOverlap = 3;
120 // BrowserViewLayout, public:
122 BrowserViewLayout::BrowserViewLayout()
137 BrowserViewLayout::~BrowserViewLayout() {
140 void BrowserViewLayout::Init
    [all...]

Completed in 491 milliseconds