HomeSort by relevance Sort by last modified time
    Searched full:menuid (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/ui/cocoa/toolbar/
back_forward_menu_controller.mm 62 for (int menuID = 0; menuID < model_->GetItemCount(); menuID++) {
63 if (model_->IsSeparator(menuID)) {
65 atIndex:(menuID + 1)];
69 initWithTitle:SysUTF16ToNSString(model_->GetLabelAt(menuID))
76 if (model_->GetIconAt(menuID, &icon))
80 // |menuID| (or |menu_id|) in the tag.
81 [menuItem setTag:menuID];
87 atIndex:(menuID + 1)]
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
CustomMenu.java 42 public DropDownMenu(Context context, Button button, int menuId,
49 mPopupMenu.getMenuInflater().inflate(menuId, mMenu);
78 public DropDownMenu addDropDownMenu(Button button, int menuId) {
79 DropDownMenu menu = new DropDownMenu(mContext, button, menuId, this);
  /cts/tests/src/android/app/cts/
InstrumentationTestActivity.java 331 public void setMenuID(int menuID) {
332 mMenuID = menuID;
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java 766 int menuId = item.getItemId();
767 if ((menuId == SORT_ORDER_ALPHA) || (menuId == SORT_ORDER_SIZE)) {
768 mSortOrder = menuId;
772 } else if (menuId == SHOW_RUNNING_SERVICES) {
775 } else if (menuId == SHOW_BACKGROUND_PROCESSES) {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
CatService.java 417 private void sendMenuSelection(int menuId, boolean helpRequired) {
439 buf.write(menuId); // menu identifier chosen
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_controller.h 393 - (int32)menuTagFromNodeId:(int64)menuid;
bookmark_bar_controller.mm     [all...]
  /packages/apps/Browser/src/com/android/browser/
Controller.java 1700 int menuid = item.getItemId(); local
    [all...]
  /external/webkit/PerformanceTests/Parser/resources/
final-url-en     [all...]
  /external/webkit/WebKitLibraries/win/lib/
WebKitSystemInterface.lib     [all...]

Completed in 198 milliseconds