OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:arrayNode
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
JSONParser.cpp
383
RefPtr<JSONValue>
arrayNode
= buildValue(start, end, &tokenEnd, depth + 1);
384
if (!
arrayNode
)
386
array->pushValue(
arrayNode
);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaImpl.java
115
XMPNode
arrayNode
= XMPNodeUtils.findNode(tree, arrayPath, false, null);
117
if (
arrayNode
!= null)
121
if (!
arrayNode
.getOptions().isArray())
125
// if (arrayOptions != null && !arrayOptions.equalArrayTypes(
arrayNode
.getOptions()))
135
arrayNode
= XMPNodeUtils.findNode(tree, arrayPath, true, arrayOptions);
136
if (
arrayNode
== null)
149
doSetArrayItem(
arrayNode
, ARRAY_LAST_ITEM, itemValue, itemOptions, true);
173
XMPNode
arrayNode
= XMPNodeUtils.findNode(tree, arrayPath, false, null);
175
if (
arrayNode
== null)
180
if (
arrayNode
.getOptions().isArray()
[
all
...]
XMPNormalizer.java
145
XMPNode
arrayNode
= XMPNodeUtils.findChildNode(currSchema, "exif:UserComment",
147
if (
arrayNode
!= null)
149
repairAltText(
arrayNode
);
165
XMPNode
arrayNode
= XMPNodeUtils.findChildNode(currSchema, "xmpRights:UsageTerms",
167
if (
arrayNode
!= null)
169
repairAltText(
arrayNode
);
239
* @param
arrayNode
the property node of the array to repair.
242
private static void repairAltText(XMPNode
arrayNode
) throws XMPException
244
if (
arrayNode
== null ||
245
!
arrayNode
.getOptions().isArray()
[
all
...]
XMPUtilsImpl.java
99
XMPNode
arrayNode
= null;
105
arrayNode
= XMPNodeUtils.findNode(xmpImpl.getRoot(), arrayPath, false, null);
106
if (
arrayNode
== null)
110
else if (!
arrayNode
.getOptions().isArray() ||
arrayNode
.getOptions().isArrayAlternate())
126
for (Iterator it =
arrayNode
.iterateChildren(); it.hasNext();)
183
XMPNode
arrayNode
= separateFindCreateArray(schemaNS, arrayName, arrayOptions, xmpImpl);
315
for (int oldChild = 1; oldChild <=
arrayNode
.getChildrenLength(); oldChild++)
317
if (itemValue.equals(
arrayNode
.getChild(oldChild).getValue()))
328
arrayNode
.addChild(newItem)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 150 milliseconds