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

  /external/chromium_org/chrome/browser/chromeos/login/ui/
login_display.h 98 // |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) {
145 background_bounds_ = background_bounds;
login_display_host_impl.h 60 explicit LoginDisplayHostImpl(const gfx::Rect& background_bounds);
103 const gfx::Rect& background_bounds() const { return background_bounds_; } function in class:chromeos::LoginDisplayHostImpl
  /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 145 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.width() - forground_bounds.width()) / 2))
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
find_bar_view.cc 253 gfx::Rect background_bounds = text_bounds; local
254 background_bounds.Inset(kBorderCornerRadius, kBorderCornerRadius);
258 canvas->DrawRoundRect(background_bounds, kBorderCornerRadius, paint);

Completed in 150 milliseconds