HomeSort by relevance Sort by last modified time
    Searched full:background_bounds (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/ui/
login_display.cc 12 const gfx::Rect& background_bounds)
15 background_bounds_(background_bounds),
login_display.h 112 // |background_bounds| determines the bounds of login UI background.
113 LoginDisplay(Delegate* delegate, const gfx::Rect& background_bounds);
157 gfx::Rect background_bounds() const { return background_bounds_; } function in class:chromeos::LoginDisplay
158 void set_background_bounds(const gfx::Rect& background_bounds) {
159 background_bounds_ = background_bounds;
login_display_host_impl.h 58 explicit LoginDisplayHostImpl(const gfx::Rect& background_bounds);
105 const gfx::Rect& background_bounds() const { return background_bounds_; } function in class:chromeos::LoginDisplayHostImpl
login_display_host_impl.cc 282 LoginDisplayHostImpl::LoginDisplayHostImpl(const gfx::Rect& background_bounds)
283 : background_bounds_(background_bounds),
438 webui_login_display_->set_background_bounds(background_bounds());
    [all...]
  /external/chromium_org/ash/shelf/
alternate_app_list_button.cc 128 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.width() - forground_bounds.width()) / 2))
    [all...]
app_list_button.cc 127 gfx::Rect background_bounds, forground_bounds; local
130 background_bounds.set_size(background_image->size());
132 background_bounds.set_x(contents_bounds.width() -
134 background_bounds.set_y(contents_bounds.y() +
137 background_bounds.set_x(ShelfLayoutManager::kShelfItemInset);
138 background_bounds.set_y(contents_bounds.y() +
141 background_bounds.set_y(ShelfLayoutManager::kShelfItemInset);
142 background_bounds.set_x(contents_bounds.x() +
147 forground_bounds.set_x(background_bounds.x() +
149 (background_bounds.width() - forground_bounds.width()) / 2))
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
find_bar_view.cc 250 gfx::Rect background_bounds = text_bounds; local
251 background_bounds.Inset(kBorderCornerRadius, kBorderCornerRadius);
255 canvas->DrawRoundRect(background_bounds, kBorderCornerRadius, paint);
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc     [all...]

Completed in 702 milliseconds