HomeSort by relevance Sort by last modified time
    Searched refs:top_height (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/cc/layers/
nine_patch_layer_impl.cc 80 int top_height = image_aperture_.y(); local
96 int corner_total_height = top_height + bottom_height;
100 static_cast<float>(top_height) / corner_total_height;
102 top_height += top_height_crop;
103 bottom_height = bounds().height() - top_height;
108 gfx::Rect top_left(0, 0, left_width, top_height);
110 bounds().width() - right_width, 0, right_width, top_height);
115 gfx::Rect top(top_left.right(), 0, middle_width, top_height);
130 top_height,
136 top_height,
    [all...]
  /external/chromium/chrome/browser/chromeos/frame/
bubble_frame_view.cc 112 int top_height = insets.top(); local
116 top_height += kTitleContentPadding + std::max(
121 std::max(0, client_bounds.y() - top_height),
123 client_bounds.height() + top_height + insets.bottom());
195 int top_height = insets.top(); local
199 top_height += kTitleContentPadding + std::max(
203 client_view_bounds_.SetRect(insets.left(), top_height,
205 std::max(0, height() - top_height - insets.bottom()));
  /external/chromium_org/ash/wm/
custom_frame_view_ash.cc 81 int top_height = NonClientTopBorderHeight(); local
82 return frame_painter_->GetBoundsForClientView(top_height,
88 int top_height = NonClientTopBorderHeight(); local
89 return frame_painter_->GetWindowBoundsForClientBounds(top_height,
frame_painter.h 83 gfx::Rect GetBoundsForClientView(int top_height,
86 int top_height,
frame_painter.cc 301 int top_height,
305 top_height,
307 std::max(0, window_bounds.height() - top_height - kBorderThickness));
311 int top_height,
314 std::max(0, client_bounds.y() - top_height),
316 client_bounds.height() + top_height + kBorderThickness);
    [all...]
  /external/chromium/chrome/browser/ui/views/
constrained_window_views.cc 309 int top_height = NonClientTopBorderHeight(); local
312 std::max(0, client_bounds.y() - top_height),
314 client_bounds.height() + top_height + border_thickness);
543 int top_height = NonClientTopBorderHeight(); local
545 return gfx::Rect(border_thickness, top_height,
547 std::max(0, height - top_height - border_thickness));
  /external/chromium/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc 137 int top_height = NonClientTopBorderHeight(); local
140 std::max(0, client_bounds.y() - top_height),
142 client_bounds.height() + top_height + border_thickness);
507 int top_height = NonClientTopBorderHeight(); local
509 return gfx::Rect(border_thickness, top_height,
511 std::max(0, height - top_height - border_thickness));
glass_browser_frame_view.cc 191 int top_height = NonClientTopBorderHeight(false, false); local
194 std::max(0, client_bounds.y() - top_height),
196 client_bounds.height() + top_height + border_thickness);
549 int top_height = NonClientTopBorderHeight(false, false); local
551 return gfx::Rect(border_thickness, top_height,
553 std::max(0, height - top_height - border_thickness));
opaque_browser_frame_view.cc 297 int top_height = NonClientTopBorderHeight(false, false); local
300 std::max(0, client_bounds.y() - top_height),
302 client_bounds.height() + top_height + border_thickness);
1095 int top_height = NonClientTopBorderHeight(false, false); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
constrained_window_views.cc 406 int top_height = NonClientTopBorderHeight(); local
409 std::max(0, client_bounds.y() - top_height),
411 client_bounds.height() + top_height + border_thickness);
583 int top_height = NonClientTopBorderHeight(); local
585 return gfx::Rect(border_thickness, top_height,
587 std::max(0, height - top_height - border_thickness));
  /external/chromium_org/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc 138 int top_height = NonClientTopBorderHeight(); local
141 std::max(0, client_bounds.y() - top_height),
143 client_bounds.height() + top_height + border_thickness);
511 int top_height = NonClientTopBorderHeight(); local
513 return gfx::Rect(border_thickness, top_height,
515 std::max(0, height - top_height - border_thickness));
browser_non_client_frame_view_ash.cc 160 int top_height = NonClientTopBorderHeight(false); local
161 return frame_painter_->GetBoundsForClientView(top_height, bounds());
166 int top_height = NonClientTopBorderHeight(false); local
167 return frame_painter_->GetWindowBoundsForClientBounds(top_height,
opaque_browser_frame_view.cc 318 int top_height = NonClientTopBorderHeight(false); local
321 std::max(0, client_bounds.y() - top_height),
323 client_bounds.height() + top_height + border_thickness);
1093 int top_height = NonClientTopBorderHeight(false); local
    [all...]
glass_browser_frame_view.cc 434 const int top_height = NonClientTopBorderHeight(false); local
436 return gfx::Insets(top_height,
  /external/chromium_org/ui/views/window/
custom_frame_view.cc 145 int top_height = NonClientTopBorderHeight(); local
148 std::max(0, client_bounds.y() - top_height),
150 client_bounds.height() + top_height + border_thickness);
548 int top_height = NonClientTopBorderHeight(); local
550 client_view_bounds_.SetRect(border_thickness, top_height,
552 std::max(0, height() - top_height - border_thickness));
  /external/chromium_org/ui/message_center/views/
notification_view.cc 590 int top_height = top_view_->GetHeightForWidth(content_width); local
592 int content_height = std::max(top_height, kIconSize) + bottom_height;
629 int top_height = top_view_->GetHeightForWidth(content_width); local
630 top_view_->SetBounds(insets.left(), insets.top(), content_width, top_height);
636 int bottom_y = insets.top() + std::max(top_height, kIconSize);

Completed in 757 milliseconds