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

  /external/chromium_org/ui/views/controls/menu/
menu_separator.h 16 class MenuSeparator : public View {
18 MenuSeparator(MenuItemView* parent, ui::MenuSeparatorType type)
38 DISALLOW_COPY_AND_ASSIGN(MenuSeparator);
menu_separator_views.cc 22 void MenuSeparator::OnPaint(gfx::Canvas* canvas) {
26 gfx::Size MenuSeparator::GetPreferredSize() {
31 void MenuSeparator::OnPaintAura(gfx::Canvas* canvas) {
50 gfx::Size MenuSeparator::GetPreferredSizeAura() {
menu_separator_win.cc 23 void MenuSeparator::OnPaint(gfx::Canvas* canvas) {
55 gfx::Size MenuSeparator::GetPreferredSize() {
menu_item_view.cc 239 submenu_->AddChildViewAt(new MenuSeparator(this, separator_style), index);
    [all...]

Completed in 538 milliseconds