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

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/
H A DContextMenuParams.java32 private static class CustomMenuItem { class in class:ContextMenuParams
36 public CustomMenuItem(String label, int action) { method in class:ContextMenuParams.CustomMenuItem
54 private final ArrayList<CustomMenuItem> mCustomMenuItems = new ArrayList<CustomMenuItem>();
188 mCustomMenuItems.add(new CustomMenuItem(label, action));

Completed in 56 milliseconds