HomeSort by relevance Sort by last modified time
    Searched refs:ItemType (Results 26 - 50 of 72) sorted by null

12 3

  /external/chromium/chrome/browser/chromeos/status/
network_menu.h 71 virtual ui::MenuModel::ItemType GetTypeAt(int index) const;
117 MenuItem(ui::MenuModel::ItemType type, string16 label, SkBitmap icon,
125 MenuItem(ui::MenuModel::ItemType type, string16 label, SkBitmap icon,
133 ui::MenuModel::ItemType type;
clock_menu_button.h 42 virtual ui::MenuModel::ItemType GetTypeAt(int index) const;
power_menu_button.h 36 virtual ui::MenuModel::ItemType GetTypeAt(int index) const;
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
EncodedArrayItem.java 70 public ItemType itemType() {
71 return ItemType.TYPE_ENCODED_ARRAY_ITEM;
TypeListItem.java 61 public ItemType itemType() {
62 return ItemType.TYPE_TYPE_LIST;
AnnotationSetItem.java 104 public ItemType itemType() {
105 return ItemType.TYPE_ANNOTATION_SET_ITEM;
HeaderItem.java 48 public ItemType itemType() {
49 return ItemType.TYPE_HEADER_ITEM;
AnnotationItem.java 120 public ItemType itemType() {
121 return ItemType.TYPE_ANNOTATION_ITEM;
DebugInfoItem.java 60 public ItemType itemType() {
61 return ItemType.TYPE_DEBUG_INFO_ITEM;
ProtoIdItem.java 102 public ItemType itemType() {
103 return ItemType.TYPE_PROTO_ID_ITEM;
MixedItemSection.java 57 ItemType type1 = item1.itemType();
58 ItemType type2 = item2.itemType();
231 * @param itemType {@code non-null;} the item type of interest
234 public void writeIndexAnnotation(AnnotatedOutput out, ItemType itemType,
242 if (item.itemType() == itemType) {
ParameterAnnotationStruct.java 77 ItemType.TYPE_ANNOTATION_SET_REF_LIST, arrayList);
  /dalvik/dx/src/com/android/dx/dex/file/
TypeListItem.java 61 public ItemType itemType() {
62 return ItemType.TYPE_TYPE_LIST;
AnnotationSetItem.java 104 public ItemType itemType() {
105 return ItemType.TYPE_ANNOTATION_SET_ITEM;
HeaderItem.java 38 public ItemType itemType() {
39 return ItemType.TYPE_HEADER_ITEM;
AnnotationItem.java 118 public ItemType itemType() {
119 return ItemType.TYPE_ANNOTATION_ITEM;
DebugInfoItem.java 58 public ItemType itemType() {
59 return ItemType.TYPE_DEBUG_INFO_ITEM;
ProtoIdItem.java 99 public ItemType itemType() {
100 return ItemType.TYPE_PROTO_ID_ITEM;
MixedItemSection.java 57 ItemType type1 = item1.itemType();
58 ItemType type2 = item2.itemType();
231 * @param itemType {@code non-null;} the item type of interest
234 public void writeIndexAnnotation(AnnotatedOutput out, ItemType itemType,
242 if (item.itemType() == itemType) {
  /external/webkit/Source/WebKit/qt/Api/
qwebkitplatformplugin.h 41 enum ItemType { Option, Group, Separator };
43 virtual ItemType itemType(int) const = 0;
  /external/chromium/chrome/browser/ui/views/
wrench_menu.h 65 ui::MenuModel::ItemType menu_type,
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.h 81 QString ItemType(int type);
  /external/llvm/lib/TableGen/
TGParser.h 135 Init *ParseSimpleValue(Record *CurRec, RecTy *ItemType = 0,
137 Init *ParseValue(Record *CurRec, RecTy *ItemType = 0,
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
PopupMenuQt.cpp 40 virtual ItemType itemType(int) const;
69 SelectData::ItemType SelectData::itemType(int idx) const
  /external/chromium/chrome/browser/ui/toolbar/
back_forward_menu_model.h 50 virtual ItemType GetTypeAt(int index) const;

Completed in 227 milliseconds

12 3