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

  /external/chromium_org/ash/system/user/
user_card_view.cc 193 const gfx::Rect contents_area = GetContentsBounds(); local
194 if (contents_area.IsEmpty())
202 contents_area.width(),
203 contents_area.height(),
207 gfx::Point position = contents_area.origin();
215 const gfx::Size size(contents_area.width(), line->GetStringSize().height());
248 if (contents_area.width() - last_line_size.width() >=
255 learn_more_bounds.Intersect(contents_area);
user_view.cc 272 gfx::Rect contents_area(GetContentsBounds());
275 gfx::Rect logout_area = contents_area;
277 logout_area.set_x(contents_area.right() - logout_area.width());
280 gfx::Rect user_card_area = contents_area;
281 int remaining_width = contents_area.width() - logout_area.width();
311 user_card_view_->SetBoundsRect(contents_area);
313 logout_button_->SetBoundsRect(contents_area);
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_installed_bubble_view.cc 327 gfx::Rect contents_area = GetContentsBounds(); local
328 if (contents_area.IsEmpty())
330 contents_area.set_width(kRightColumnWidth);
342 gfx::ElideRectangleText(full_text, font_list, contents_area.width(),
343 contents_area.height(), gfx::ELIDE_LONG_WORDS,
347 contents_area.origin().x() + offset_x,
348 contents_area.origin().y() + offset_y + 1);
360 const gfx::Size size(contents_area.width(),

Completed in 422 milliseconds