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

  /external/chromium_org/third_party/WebKit/Source/core/html/
CollectionType.h 28 enum CollectionType {
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/
CertStore1Test.java 69 private static final String CollectionType = "Collection";
86 defaultProviderCol = SpiEngUtils.isSupport(CollectionType,
92 validValuesC[0] = CollectionType;
93 validValuesC[1] = CollectionType.toUpperCase();
94 validValuesC[2] = CollectionType.toLowerCase();
111 dType = (CollectionSupport ? CollectionType : defaultType);
  /libcore/luni/src/test/java/tests/security/cert/
CertStore1Test.java 61 private static final String CollectionType = "Collection";
78 defaultProviderCol = SpiEngUtils.isSupport(CollectionType,
84 validValuesC[0] = CollectionType;
85 validValuesC[1] = CollectionType.toUpperCase();
86 validValuesC[2] = CollectionType.toLowerCase();
103 dType = (CollectionSupport ? CollectionType : defaultType );
  /external/chromium_org/device/hid/
hid_report_descriptor_item.h 119 enum CollectionType {
166 static CollectionType GetCollectionTypeFromValue(uint32_t value);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
hidpi.h 196 ULONG CollectionType: 8;

Completed in 404 milliseconds