Searched refs:icon_center (Results 1 – 2 of 2) sorted by relevance
140 gfx::Point icon_center = folder_icon_bounds.CenterPoint(); in GetTopIconsBounds() local144 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()
512 gfx::Point icon_center(location_icon_view_->GetImageBounds().CenterPoint()); in GetLocationBarAnchorPoint() local513 gfx::Point point(icon_center.x(), icon_bottom.y()); in GetLocationBarAnchorPoint()