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

/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc101 static const int kDetachedTopMargin = 1; // When attached, we use 0 and let the variable
1853 int top_margin = IsDetached() ? kDetachedTopMargin : 0;

Completed in 153 milliseconds