HomeSort by relevance Sort by last modified time
    Searched defs:ItemType (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ui/base/models/
menu_model.h 29 enum ItemType {
49 virtual ItemType GetTypeAt(int index) const = 0;
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ItemType.java 24 public enum ItemType implements ToHuman {
63 private ItemType(int mapValue, String typeName) {
  /dalvik/dx/src/com/android/dx/dex/file/
ItemType.java 24 public enum ItemType implements ToHuman {
63 private ItemType(int mapValue, String typeName) {
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLStackItem.h 45 enum ItemType {
51 static PassRefPtrWillBeRawPtr<HTMLStackItem> create(PassRefPtrWillBeRawPtr<ContainerNode> node, ItemType type)
215 HTMLStackItem(PassRefPtrWillBeRawPtr<ContainerNode> node, ItemType type)
  /external/chromium_org/tools/gn/
builder_record.h 33 enum ItemType {
41 BuilderRecord(ItemType type, const Label& label);
44 ItemType type() const { return type_; }
48 static const char* GetNameForType(ItemType type);
51 static bool IsItemOfType(const Item* item, ItemType type);
54 static ItemType TypeOfItem(const Item* item);
98 ItemType type_;
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ItemType.java 24 public enum ItemType implements ToHuman {
63 private ItemType(int mapValue, String typeName) {
  /external/llvm/lib/TableGen/
TGParser.cpp 790 Init *TGParser::ParseOperation(Record *CurRec, RecTy *ItemType) {
1029 Init *MHS = ParseValue(CurRec, ItemType);
1039 Init *RHS = ParseValue(CurRec, ItemType);
    [all...]

Completed in 232 milliseconds