Home
last modified time | relevance | path

Searched refs:bounding_rect (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/autocomplete/
Dautocomplete_popup_contents_view.cc567 const gfx::Rect& bounding_rect) { in MakeContentsPath() argument
569 rect.set(SkIntToScalar(bounding_rect.x()), in MakeContentsPath()
570 SkIntToScalar(bounding_rect.y()), in MakeContentsPath()
571 SkIntToScalar(bounding_rect.right()), in MakeContentsPath()
572 SkIntToScalar(bounding_rect.bottom())); in MakeContentsPath()
Dautocomplete_popup_contents_view.h124 void MakeContentsPath(gfx::Path* path, const gfx::Rect& bounding_rect);
/external/chromium/chrome/browser/ui/gtk/
Dbrowser_actions_toolbar_gtk.cc308 gfx::Rect bounding_rect(widget->allocation); in OnExposeEvent() local
309 action->PaintBadge(&canvas, bounding_rect, tab_id); in OnExposeEvent()
Dlocation_bar_view_gtk.cc1640 gfx::Rect bounding_rect(widget->allocation); in OnExposeEvent() local
1641 page_action_->PaintBadge(&canvas, bounding_rect, tab_id); in OnExposeEvent()