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

  /external/chromium_org/ui/views/controls/combobox/
combobox.cc 636 void Combobox::AdjustBoundsForRTLUI(gfx::Rect* rect) const {
668 AdjustBoundsForRTLUI(&text_bounds);
676 AdjustBoundsForRTLUI(&arrow_bounds);
  /external/chromium_org/ui/views/controls/menu/
menu_item_view.cc 736 void MenuItemView::AdjustBoundsForRTLUI(gfx::Rect* rect) const {
759 AdjustBoundsForRTLUI(&item_bounds);
782 AdjustBoundsForRTLUI(&check_bounds);
791 AdjustBoundsForRTLUI(&radio_bounds);
853 AdjustBoundsForRTLUI(&arrow_bounds);
    [all...]

Completed in 59 milliseconds