OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CollectionType
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
CollectionType.h
28
enum
CollectionType
{
65
static const
CollectionType
FirstNodeListType = ChildNodeListType;
67
inline bool isNodeList(
CollectionType
type)
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertStore1Test.java
68
private static final String
CollectionType
= "Collection";
85
defaultProviderCol = SpiEngUtils.isSupport(
CollectionType
,
91
validValuesC[0] =
CollectionType
;
92
validValuesC[1] =
CollectionType
.toUpperCase();
93
validValuesC[2] =
CollectionType
.toLowerCase();
110
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 );
Completed in 59 milliseconds