Searched defs:BrowserViewLayout (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout.h39 class BrowserViewLayout : public views::LayoutManager { class in inherits:views::LayoutManager
44 BrowserViewLayout();
45 virtual ~BrowserViewLayout();
90 FRIEND_TEST_ALL_PREFIXES(BrowserViewLayoutTest, BrowserViewLayout);
169 DISALLOW_COPY_AND_ASSIGN(BrowserViewLayout);
H A Dbrowser_view_layout.cc59 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() function in class:BrowserViewLayout
137 BrowserViewLayout::~BrowserViewLayout() {
140 void BrowserViewLayout
[all...]

Completed in 193 milliseconds