Searched refs:background_bounds (Results 1 – 8 of 8) sorted by relevance
128 gfx::Rect background_bounds, forground_bounds; in OnPaint() local131 background_bounds.set_size(background_image->size()); in OnPaint()133 background_bounds.set_x(contents_bounds.width() - in OnPaint()135 background_bounds.set_y(contents_bounds.y() + in OnPaint()138 background_bounds.set_x(ShelfLayoutManager::kShelfItemInset); in OnPaint()139 background_bounds.set_y(contents_bounds.y() + in OnPaint()142 background_bounds.set_y(ShelfLayoutManager::kShelfItemInset); in OnPaint()143 background_bounds.set_x(contents_bounds.x() + in OnPaint()148 forground_bounds.set_x(background_bounds.x() + in OnPaint()150 (background_bounds.width() - forground_bounds.width()) / 2)); in OnPaint()[all …]
145 gfx::Rect background_bounds, forground_bounds; in OnPaint() local148 background_bounds.set_size(background_image->size()); in OnPaint()150 background_bounds.set_x(contents_bounds.width() - in OnPaint()152 background_bounds.set_y(contents_bounds.y() + in OnPaint()155 background_bounds.set_x(ShelfLayoutManager::kShelfItemInset); in OnPaint()156 background_bounds.set_y(contents_bounds.y() + in OnPaint()159 background_bounds.set_y(ShelfLayoutManager::kShelfItemInset); in OnPaint()160 background_bounds.set_x(contents_bounds.x() + in OnPaint()165 forground_bounds.set_x(background_bounds.x() + in OnPaint()167 (background_bounds.width() - forground_bounds.width()) / 2)); in OnPaint()[all …]
99 LoginDisplay(Delegate* delegate, const gfx::Rect& background_bounds);143 gfx::Rect background_bounds() const { return background_bounds_; } in background_bounds() function144 void set_background_bounds(const gfx::Rect& background_bounds) { in set_background_bounds() argument145 background_bounds_ = background_bounds; in set_background_bounds()
12 const gfx::Rect& background_bounds) in LoginDisplay() argument15 background_bounds_(background_bounds), in LoginDisplay()
60 explicit LoginDisplayHostImpl(const gfx::Rect& background_bounds);103 const gfx::Rect& background_bounds() const { return background_bounds_; } in background_bounds() function
271 LoginDisplayHostImpl::LoginDisplayHostImpl(const gfx::Rect& background_bounds) in LoginDisplayHostImpl() argument272 : background_bounds_(background_bounds), in LoginDisplayHostImpl()440 webui_login_display_->set_background_bounds(background_bounds()); in CreateLoginDisplay()1059 params.bounds = background_bounds(); in InitLoginWindowAndView()
253 gfx::Rect background_bounds = text_bounds; in OnPaint() local254 background_bounds.Inset(kBorderCornerRadius, kBorderCornerRadius); in OnPaint()258 canvas->DrawRoundRect(background_bounds, kBorderCornerRadius, paint); in OnPaint()
1253 gfx::Rect background_bounds(docked_bounds_); in UpdateDockBounds() local1255 background_bounds.Subtract(shelf_observer_->shelf_bounds_in_screen()); in UpdateDockBounds()1256 background_widget_->SetBackgroundBounds(background_bounds, alignment_); in UpdateDockBounds()