Home
last modified time | relevance | path

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

/external/chromium_org/ash/system/tray/
Dsystem_tray_bubble.cc34 const int kDetailedBubbleMaxHeight = kTrayPopupItemHeight * 5; variable
256 init_params->max_height < kDetailedBubbleMaxHeight) { in InitView()
257 init_params->max_height = kDetailedBubbleMaxHeight; in InitView()