Searched refs:full_bounds (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/display/
H A Doverscan_calibrator.cc121 gfx::Rect full_bounds = calibration_layer_->bounds(); local
122 gfx::Rect inner_bounds = full_bounds;
124 canvas->FillRect(full_bounds, SK_ColorBLACK);
/external/chromium_org/ui/views/controls/menu/
H A Dsubmenu_view.cc447 const gfx::Rect& full_bounds = bounds(); local
451 y = std::min(y, full_bounds.height() - vis_bounds.height() - 1);

Completed in 74 milliseconds