Searched refs:LayoutDownloadShelf (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout.h92 FRIEND_TEST_ALL_PREFIXES(BrowserViewLayoutTest, LayoutDownloadShelf);
125 int LayoutDownloadShelf(int bottom);
H A Dbrowser_view_layout_unittest.cc252 TEST_F(BrowserViewLayoutTest, LayoutDownloadShelf) {
259 EXPECT_EQ(kBottom, layout()->LayoutDownloadShelf(kBottom));
264 EXPECT_EQ(450, layout()->LayoutDownloadShelf(kBottom));
H A Dbrowser_view_layout.cc337 int bottom = LayoutDownloadShelf(browser_view->height());
528 int BrowserViewLayout::LayoutDownloadShelf(int bottom) { function in class:BrowserViewLayout

Completed in 68 milliseconds