Searched refs:kPopupTopPx (Results 1 – 3 of 3) sorted by relevance
35 static const int kPopupTopPx; // Space between the popup and the top variable
32 const int FullscreenExitBubble::kPopupTopPx = 15; member in FullscreenExitBubble
456 int y = top_container_bottom + kPopupTopPx; in GetPopupRect()460 int total_height = size.height() + kPopupTopPx; in GetPopupRect()462 int y_offset = std::min(popup_bottom, kPopupTopPx); in GetPopupRect()