Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/
Dfullscreen_exit_bubble.h44 static const int kSlideInRegionHeightPx; variable
Dfullscreen_exit_bubble.cc113 const int FullscreenExitBubble::kSlideInRegionHeightPx = 4; member in FullscreenExitBubble
228 } else if ((cursor_pos.y() < kSlideInRegionHeightPx) || in CheckMousePosition()