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

  /external/chromium_org/athena/common/
fill_layout_manager.cc 21 gfx::Rect full_bounds = gfx::Rect(container_->bounds().size()); local
26 SetChildBoundsDirect(*iter, full_bounds);
  /external/chromium_org/chrome/browser/chromeos/display/
overscan_calibrator.cc 120 gfx::Rect full_bounds = calibration_layer_->bounds(); local
121 gfx::Rect inner_bounds = full_bounds;
123 canvas->FillRect(full_bounds, SK_ColorBLACK);
  /external/chromium_org/ui/views/controls/menu/
submenu_view.cc 485 const gfx::Rect& full_bounds = bounds(); local
491 y = std::min(y, full_bounds.height() - vis_bounds.height() - 1);

Completed in 72 milliseconds