Searched defs:currentElement (Results 1 - 22 of 22) sorted by relevance

/external/apache-http/src/org/apache/http/message/
H A DBasicHeaderElementIterator.java56 private HeaderElement currentElement = null; field in class:BasicHeaderElementIterator
118 this.currentElement = e;
133 if (this.currentElement == null) {
136 return this.currentElement != null;
140 if (this.currentElement == null) {
144 if (this.currentElement == null) {
148 HeaderElement element = this.currentElement;
149 this.currentElement = null;
/external/webkit/Source/WebCore/svg/
H A DSVGLocatable.cpp92 SVGElement* currentElement = static_cast<SVGElement*>(current); local
93 if (currentElement->isStyled())
95 ctm = static_cast<SVGStyledElement*>(currentElement)->localCoordinateSpaceTransform(mode).multiply(ctm);
98 if (currentElement == stopAtElement)
/external/webkit/Source/WebCore/storage/
H A DIDBKeyPath.cpp64 const IDBKeyPathElement& currentElement() { return m_currentElement; } function in class:WebCore::IDBKeyPathLexer
195 IDBKeyPathElement element = lexer.currentElement();
223 IDBKeyPathElement element = lexer.currentElement();
/external/jdiff/src/jdiff/
H A DAPIHandler.java40 private String currentElement = null; field in class:APIHandler
82 currentElement = localName;
86 currentElement = localName;
94 currentElement = localName;
105 currentElement = localName;
109 currentElement = localName;
124 currentElement = localName;
143 XMLToAPI.addException(paramName, paramType, currentElement);
167 // program element, as determined by currentElement.
172 } else if (currentElement
[all...]
H A DComments.java218 public static String convertAtLinks(String text, String currentElement, argument
241 if (currentElement.compareTo("class") == 0 ||
242 currentElement.compareTo("interface") == 0) {
244 } else if (currentElement.compareTo("package") == 0) {
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
H A DDOMOutputCapsule.java62 private Element currentElement; field in class:DOMOutputCapsule
69 currentElement = null;
77 * appends a new Element with the given name to currentElement, sets
78 * currentElement to be new Element, and returns the new Element as well
82 if (currentElement == null) {
86 currentElement.appendChild(ret);
88 currentElement = ret;
106 currentElement.setAttribute(name, String.valueOf(value));
124 currentElement = (Element) currentElement
[all...]
/external/webkit/Source/WebCore/html/parser/
H A DHTMLConstructionSite.h83 Element* currentElement() const { return m_openElements.top(); } function in class:WebCore::HTMLConstructionSite
H A DHTMLTreeBuilder.cpp569 ASSERT(m_tree.currentElement()->hasTagName(formTag));
570 m_tree.currentElement()->setAttribute(actionAttr, actionAttribute->value());
1130 bool shouldProcessForeignContentUsingInBodyInsertionMode(AtomicHTMLToken& token, ContainerNode* currentElement) argument
1133 if (currentElement->hasTagName(MathMLNames::miTag)
1134 || currentElement->hasTagName(MathMLNames::moTag)
1135 || currentElement->hasTagName(MathMLNames::mnTag)
1136 || currentElement->hasTagName(MathMLNames::msTag)
1137 || currentElement->hasTagName(MathMLNames::mtextTag)) {
1141 if (currentElement->hasTagName(MathMLNames::annotation_xmlTag))
1143 if (currentElement
[all...]
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp488 llvm::PHINode *currentElement = local
490 currentElement->addIncoming(element, entryBB);
493 LValue elementLV = CGF.MakeAddrLValue(currentElement, elementType);
501 Builder.CreateInBoundsGEP(currentElement, one, "arrayinit.next");
511 currentElement->addIncoming(nextElement, Builder.GetInsertBlock());
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.cpp1597 Element* currentElement = nodeToElement(currentNode); local
1598 if (!currentElement || (!isClickableElement(currentElement, 0) && !isValidFrameOwner(currentElement)))
1601 IntRect currentElementBoundingRect = currentElement->getRect();
1610 closestClickableElement = currentElement;
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-commons-net.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 510 milliseconds