Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/chromeos/display/
Doverscan_calibrator.cc118 gfx::Rect full_bounds = calibration_layer_->bounds(); in OnPaintLayer() local
119 gfx::Rect inner_bounds = full_bounds; in OnPaintLayer()
121 canvas->FillRect(full_bounds, SK_ColorBLACK); in OnPaintLayer()
/external/chromium_org/ui/views/controls/menu/
Dsubmenu_view.cc447 const gfx::Rect& full_bounds = bounds(); in OnScroll() local
451 y = std::min(y, full_bounds.height() - vis_bounds.height() - 1); in OnScroll()