Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/download/
Ddownload_item_view.cc707 int mirrored_x = GetMirroredXWithWidthInView( in OnPaintBackground() local
725 gfx::Rect(mirrored_x, y, kTextWidth, in OnPaintBackground()
833 int mirrored_x = GetMirroredXWithWidthInView( in OnPaintBackground() local
845 gfx::Rect(mirrored_x, y, kTextWidth, font_list_.GetHeight())); in OnPaintBackground()
/external/chromium_org/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view.cc1661 int mirrored_x = GetMirroredXInView(event.x()); in CalculateDropLocation() local
1664 const int other_delta_x = mirrored_x - other_bookmarked_button_->x(); in CalculateDropLocation()
1687 int button_x = mirrored_x - button->x(); in CalculateDropLocation()
1713 int overflow_delta_x = mirrored_x - overflow_button_->x(); in CalculateDropLocation()
1727 mirrored_x < other_bookmarked_button_->x()) { in CalculateDropLocation()