Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/fullscreen/
Dfullscreen_exit_bubble.cc22 const int FullscreenExitBubble::kPaddingPx = 8; member in FullscreenExitBubble
24 const int FullscreenExitBubble::kPaddingPx = 15; member in FullscreenExitBubble
Dfullscreen_exit_bubble.h28 static const int kPaddingPx; // Amount of padding around the link
/external/chromium_org/chrome/browser/ui/views/
Dfullscreen_exit_bubble_views.cc170 button_view_ = new ButtonView(this, kPaddingPx); in FullscreenExitView()
191 gfx::Insets padding(kPaddingPx, kPaddingPx, kPaddingPx, kPaddingPx); in FullscreenExitView()