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

  /external/chromium/chrome/browser/ui/views/
constrained_window_views.cc 187 int TitlebarBottomThickness() const;
393 TitlebarBottomThickness();
396 int ConstrainedWindowFrameView::TitlebarBottomThickness() const {
425 unavailable_px_at_top - size - TitlebarBottomThickness() + 1) / 2;
  /external/chromium/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc 277 TitlebarBottomThickness();
280 int AppPanelBrowserFrameView::TitlebarBottomThickness() const {
315 unavailable_px_at_top - size - TitlebarBottomThickness() + 1) / 2;
opaque_browser_frame_view.cc 212 TitlebarBottomThickness(restored);
504 int OpaqueBrowserFrameView::TitlebarBottomThickness(bool restored) const {
544 unavailable_px_at_top - size - TitlebarBottomThickness(false) + 1) / 2;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc 270 TitlebarBottomThickness();
273 int AppPanelBrowserFrameView::TitlebarBottomThickness() const {
308 unavailable_px_at_top - size - TitlebarBottomThickness() + 1) / 2;
opaque_browser_frame_view_layout.cc 214 TitlebarBottomThickness(restored);
230 int OpaqueBrowserFrameViewLayout::TitlebarBottomThickness(bool restored) const {
332 TitlebarBottomThickness(false) + 1) / 2;
  /external/chromium_org/ui/views/window/
custom_frame_view.cc 279 TitlebarBottomThickness();
288 int CustomFrameView::TitlebarBottomThickness() const {
322 unavailable_px_at_top - size - TitlebarBottomThickness() + 1) / 2;

Completed in 218 milliseconds