Home
last modified time | relevance | path

Searched refs:kTrayPopupScrollSeparatorHeight (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ash/system/tray/
Dtray_constants.h50 extern const int kTrayPopupScrollSeparatorHeight;
Dtray_constants.cc53 const int kTrayPopupScrollSeparatorHeight = 15; variable
Dtray_details_view.cc31 return gfx::Size(1, kTrayPopupScrollSeparatorHeight); in GetPreferredSize()