Searched defs:CollectionType (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DCollectionType.h28 enum CollectionType { enum in namespace:blink
67 static const CollectionType FirstNamedCollectionType = WindowNamedItems;
68 static const CollectionType FirstLiveNodeListType = NameNodeListType;
70 inline bool isUnnamedHTMLCollectionType(CollectionType type)
75 inline bool isHTMLCollectionType(CollectionType type)
80 inline bool isLiveNodeListType(CollectionType type)
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertStore1Test.java69 private static final String CollectionType = "Collection"; field in class:CertStore1Test
86 defaultProviderCol = SpiEngUtils.isSupport(CollectionType,
92 validValuesC[0] = CollectionType;
93 validValuesC[1] = CollectionType.toUpperCase();
94 validValuesC[2] = CollectionType.toLowerCase();
111 dType = (CollectionSupport ? CollectionType : defaultType);
/external/chromium_org/tools/usb_gadget/
H A Dhid_constants.py33 class CollectionType(object): class in inherits:object
/external/chromium_org/device/hid/
H A Dhid_report_descriptor_item.h119 enum CollectionType { enum in class:device::HidReportDescriptorItem
166 static CollectionType GetCollectionTypeFromValue(uint32_t value);

Completed in 142 milliseconds