Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/controls/menu/
Dmenu_item_view.cc730 void MenuItemView::AdjustBoundsForRTLUI(gfx::Rect* rect) const { in AdjustBoundsForRTLUI() function in views::MenuItemView
760 AdjustBoundsForRTLUI(&item_bounds); in PaintButton()
775 AdjustBoundsForRTLUI(&check_bounds); in PaintButton()
786 AdjustBoundsForRTLUI(&radio_bounds); in PaintButton()
845 AdjustBoundsForRTLUI(&arrow_bounds); in PaintButton()
Dmenu_item_view.h391 void AdjustBoundsForRTLUI(gfx::Rect* rect) const;
/external/chromium_org/ui/views/controls/combobox/
Dcombobox.h132 void AdjustBoundsForRTLUI(gfx::Rect* rect) const;
Dcombobox.cc622 void Combobox::AdjustBoundsForRTLUI(gfx::Rect* rect) const { in AdjustBoundsForRTLUI() function in views::Combobox
654 AdjustBoundsForRTLUI(&text_bounds); in PaintText()
662 AdjustBoundsForRTLUI(&arrow_bounds); in PaintText()