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

  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view_layout.h 92 FRIEND_TEST_ALL_PREFIXES(BrowserViewLayoutTest, LayoutDownloadShelf);
125 int LayoutDownloadShelf(int bottom);
browser_view_layout_unittest.cc 252 TEST_F(BrowserViewLayoutTest, LayoutDownloadShelf) {
259 EXPECT_EQ(kBottom, layout()->LayoutDownloadShelf(kBottom));
264 EXPECT_EQ(450, layout()->LayoutDownloadShelf(kBottom));
browser_view_layout.cc 337 int bottom = LayoutDownloadShelf(browser_view->height());
528 int BrowserViewLayout::LayoutDownloadShelf(int bottom) {

Completed in 49 milliseconds