Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/fullscreen/
Dfullscreen_exit_bubble.h35 static const int kPopupTopPx; // Space between the popup and the top variable
Dfullscreen_exit_bubble.cc32 const int FullscreenExitBubble::kPopupTopPx = 15; member in FullscreenExitBubble
/external/chromium_org/chrome/browser/ui/views/
Dfullscreen_exit_bubble_views.cc456 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()