Searched refs:full_bounds (Results 1 – 2 of 2) sorted by relevance
118 gfx::Rect full_bounds = calibration_layer_->bounds(); in OnPaintLayer() local119 gfx::Rect inner_bounds = full_bounds; in OnPaintLayer()121 canvas->FillRect(full_bounds, SK_ColorBLACK); in OnPaintLayer()
447 const gfx::Rect& full_bounds = bounds(); in OnScroll() local451 y = std::min(y, full_bounds.height() - vis_bounds.height() - 1); in OnScroll()