Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/fullscreen/
Dfullscreen_exit_bubble.cc29 const int FullscreenExitBubble::kSlideInRegionHeightPx = 4; member in FullscreenExitBubble
109 } else if (cursor_pos.y() < kSlideInRegionHeightPx && in CheckMousePosition()
Dfullscreen_exit_bubble.h32 static const int kSlideInRegionHeightPx; variable