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

  /external/chromium_org/ui/views/touchui/
touch_editing_menu.cc 31 const int kMenuButtonWidth = 63;
154 int h_border = (kMenuButtonWidth - gfx::GetStringWidth(label, font_list)) / 2;
touch_selection_controller_impl_unittest.cc 40 // Should match kMenuButtonWidth in touch_editing_menu.
41 const int kMenuButtonWidth = 63;
762 int quick_menu_width = (kMenuCommandCount + 1) * kMenuButtonWidth +

Completed in 2409 milliseconds