OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LayoutDownloadShelf
(Results
1 - 5
of
5
) 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
246
TEST_F(BrowserViewLayoutTest,
LayoutDownloadShelf
) {
253
EXPECT_EQ(kBottom, layout()->
LayoutDownloadShelf
(kBottom));
258
EXPECT_EQ(450, layout()->
LayoutDownloadShelf
(kBottom));
browser_view_layout.cc
366
int bottom =
LayoutDownloadShelf
(browser_view->height());
571
int BrowserViewLayout::
LayoutDownloadShelf
(int bottom) {
/external/chromium/chrome/browser/ui/views/frame/
browser_view_layout.h
96
int
LayoutDownloadShelf
(int bottom);
browser_view_layout.cc
258
int bottom =
LayoutDownloadShelf
(browser_view_->height());
507
int BrowserViewLayout::
LayoutDownloadShelf
(int bottom) {
Completed in 36 milliseconds