Home
last modified time | relevance | path

Searched refs:icon_center (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/app_list/
Dapp_list_folder_item.cc140 gfx::Point icon_center = folder_icon_bounds.CenterPoint(); in GetTopIconsBounds() local
144 int left_x = icon_center.x() - kItemIconDimension - delta_to_center; in GetTopIconsBounds()
145 int top_y = icon_center.y() - kItemIconDimension - delta_to_center; in GetTopIconsBounds()
150 int right_x = icon_center.x() + delta_to_center; in GetTopIconsBounds()
155 int bottom_y = icon_center.y() + delta_to_center; in GetTopIconsBounds()
/external/chromium_org/chrome/browser/ui/views/location_bar/
Dlocation_bar_view.cc512 gfx::Point icon_center(location_icon_view_->GetImageBounds().CenterPoint()); in GetLocationBarAnchorPoint() local
513 gfx::Point point(icon_center.x(), icon_bottom.y()); in GetLocationBarAnchorPoint()