Searched defs:background_bounds (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dlogin_display.cc12 const gfx::Rect& background_bounds)
15 background_bounds_(background_bounds),
11 LoginDisplay(Delegate* delegate, const gfx::Rect& background_bounds) argument
H A Dlogin_display.h98 // |background_bounds| determines the bounds of login UI background.
99 LoginDisplay(Delegate* delegate, const gfx::Rect& background_bounds);
143 gfx::Rect background_bounds() const { return background_bounds_; } function in class:chromeos::LoginDisplay
144 void set_background_bounds(const gfx::Rect& background_bounds) { argument
145 background_bounds_ = background_bounds;
H A Dlogin_display_host_impl.h60 explicit LoginDisplayHostImpl(const gfx::Rect& background_bounds);
103 const gfx::Rect& background_bounds() const { return background_bounds_; } function in class:chromeos::LoginDisplayHostImpl
H A Dlogin_display_host_impl.cc271 LoginDisplayHostImpl::LoginDisplayHostImpl(const gfx::Rect& background_bounds) argument
272 : background_bounds_(background_bounds),
440 webui_login_display_->set_background_bounds(background_bounds());
1059 params.bounds = background_bounds();
/external/chromium_org/ash/shelf/
H A Dalternate_app_list_button.cc128 gfx::Rect background_bounds, forground_bounds; local
131 background_bounds.set_size(background_image->size());
133 background_bounds.set_x(contents_bounds.width() -
135 background_bounds.set_y(contents_bounds.y() +
138 background_bounds.set_x(ShelfLayoutManager::kShelfItemInset);
139 background_bounds.set_y(contents_bounds.y() +
142 background_bounds.set_y(ShelfLayoutManager::kShelfItemInset);
143 background_bounds.set_x(contents_bounds.x() +
148 forground_bounds.set_x(background_bounds.x() +
150 (background_bounds
[all...]
H A Dapp_list_button.cc145 gfx::Rect background_bounds, forground_bounds; local
148 background_bounds.set_size(background_image->size());
150 background_bounds.set_x(contents_bounds.width() -
152 background_bounds.set_y(contents_bounds.y() +
155 background_bounds.set_x(ShelfLayoutManager::kShelfItemInset);
156 background_bounds.set_y(contents_bounds.y() +
159 background_bounds.set_y(ShelfLayoutManager::kShelfItemInset);
160 background_bounds.set_x(contents_bounds.x() +
165 forground_bounds.set_x(background_bounds.x() +
167 (background_bounds
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dfind_bar_view.cc253 gfx::Rect background_bounds = text_bounds; local
254 background_bounds.Inset(kBorderCornerRadius, kBorderCornerRadius);
258 canvas->DrawRoundRect(background_bounds, kBorderCornerRadius, paint);

Completed in 119 milliseconds