HomeSort by relevance Sort by last modified time
    Searched defs:header_height (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/views/frame/
immersive_mode_controller_ash_unittest.cc 305 int header_height = GetBoundsInWidget(contents_web_view).y(); local
330 // widget and have |header_height|.
333 EXPECT_EQ(header_height, top_container_bounds_in_widget.height());
342 EXPECT_EQ(header_height, GetBoundsInWidget(contents_web_view).y());
browser_non_client_frame_view_ash.cc 266 int header_height = 0; local
268 header_height = GetTopInset() +
273 header_height = GetTopInset() + kFrameShadowThickness * 2;
275 header_height = GetTopInset();
277 header_painter_->set_header_height(header_height);
  /external/chromium_org/ash/wm/
header_painter.h 59 // Returns the bounds of the client view for a window with |header_height|
62 static gfx::Rect GetBoundsForClientView(int header_height,
65 // Returns the bounds of the window given |header_height| and |client_bounds|.
69 int header_height,
113 void set_header_height(int header_height) {
114 header_height_ = header_height;
118 int header_height() const { function in class:ash::HeaderPainter
  /external/chromium_org/ui/views/controls/
scroll_view.cc 206 const int header_height = local
210 std::max(0, viewport_bounds.height() - header_height));
211 viewport_bounds.set_y(viewport_bounds.y() + header_height);
284 viewport_bounds.width(), header_height);

Completed in 40 milliseconds