Searched refs:kMenuBorderWidthLeft (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/controls/combobox/
H A Dcombobox.cc46 const int kMenuBorderWidthLeft = 1; member in namespace:views::__anon17037
764 size().width() - (kMenuBorderWidthLeft + kMenuBorderWidthRight));
772 menu_position.set_x(menu_position.x() + kMenuBorderWidthLeft);
775 lb.set_width(lb.width() - (kMenuBorderWidthLeft + kMenuBorderWidthRight));

Completed in 82 milliseconds