Searched defs:contents_area (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/system/user/
H A Duser_card_view.cc193 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);
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_installed_bubble_view.cc327 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 58 milliseconds