OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kBookmarkBarHeight
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_bar_constants.h
19
const int
kBookmarkBarHeight
= 28;
25
const int
kBookmarkBarHeight
= 26;
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_constants.h
23
(chrome::
kBookmarkBarHeight
+ kVisualHeightOffset)) / 2;
27
chrome::
kBookmarkBarHeight
+ kVisualHeightOffset;
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc
713
chrome::
kBookmarkBarHeight
+
715
(chrome::kNTPBookmarkBarHeight - chrome::
kBookmarkBarHeight
) *
718
prefsize.set_height(static_cast<int>(chrome::
kBookmarkBarHeight
*
744
int height = chrome::
kBookmarkBarHeight
;
749
(chrome::kNTPBookmarkBarHeight - chrome::
kBookmarkBarHeight
) *
[
all
...]
Completed in 136 milliseconds