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

  /external/chromium_org/chrome/browser/chromeos/display/
overscan_calibrator.cc 118 gfx::Rect full_bounds = calibration_layer_->bounds(); local
119 gfx::Rect inner_bounds = full_bounds;
121 canvas->FillRect(full_bounds, SK_ColorBLACK);
  /external/chromium_org/ui/views/controls/menu/
submenu_view.cc 447 const gfx::Rect& full_bounds = bounds(); local
451 y = std::min(y, full_bounds.height() - vis_bounds.height() - 1);

Completed in 208 milliseconds