HomeSort by relevance Sort by last modified time
    Searched refs:AdjustBoundsForRTLUI (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/views/controls/combobox/
combobox.h 140 void AdjustBoundsForRTLUI(gfx::Rect* rect) const;
combobox.cc 642 void Combobox::AdjustBoundsForRTLUI(gfx::Rect* rect) const {
675 AdjustBoundsForRTLUI(&text_bounds);
683 AdjustBoundsForRTLUI(&arrow_bounds);
  /external/chromium_org/ui/views/controls/menu/
menu_item_view.cc 748 void MenuItemView::AdjustBoundsForRTLUI(gfx::Rect* rect) const {
771 AdjustBoundsForRTLUI(&item_bounds);
794 AdjustBoundsForRTLUI(&check_bounds);
803 AdjustBoundsForRTLUI(&radio_bounds);
865 AdjustBoundsForRTLUI(&arrow_bounds);
    [all...]
menu_item_view.h 382 void AdjustBoundsForRTLUI(gfx::Rect* rect) const;

Completed in 68 milliseconds