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

  /external/chromium_org/athena/home/
athena_start_page_view.cc 395 LayoutData bottom_bounds = CreateBottomBounds(width()); local
400 bottom_bounds.system_info_opacity, centered_bounds.system_info_opacity));
406 bottom_bounds.logo_opacity, centered_bounds.logo_opacity));
410 layout_state_, bottom_bounds.icons, centered_bounds.icons));
412 layout_state_, bottom_bounds.controls, centered_bounds.controls));
414 layout_state_, bottom_bounds.search_box, centered_bounds.search_box));
419 bottom_bounds.background_opacity,
  /external/chromium_org/chrome/browser/ui/panels/
panel_drag_controller.cc 71 // the top edge of |bottom_bounds|.
73 const gfx::Rect& bottom_bounds) {
74 return abs(bottom_bounds.y() - top_bounds.bottom());

Completed in 119 milliseconds