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/
native_combobox_views.h 71 void AdjustBoundsForRTLUI(gfx::Rect* rect) const;
native_combobox_views.cc 335 void NativeComboboxViews::AdjustBoundsForRTLUI(gfx::Rect* rect) const {
366 AdjustBoundsForRTLUI(&text_bounds);
373 AdjustBoundsForRTLUI(&arrow_bounds);
  /external/chromium_org/ui/views/controls/menu/
menu_item_view.cc 771 void MenuItemView::AdjustBoundsForRTLUI(gfx::Rect* rect) const {
801 AdjustBoundsForRTLUI(&item_bounds);
816 AdjustBoundsForRTLUI(&check_bounds);
827 AdjustBoundsForRTLUI(&radio_bounds);
872 AdjustBoundsForRTLUI(&arrow_bounds);
    [all...]
menu_item_view.h 397 void AdjustBoundsForRTLUI(gfx::Rect* rect) const;

Completed in 552 milliseconds