Searched refs:currentParent (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/JavaScriptCore/profiler/
H A DProfileNode.cpp248 for (ProfileNode* currentParent = m_parent; currentParent; currentParent = currentParent->parent())
249 currentParent->setVisible(true);
/external/webkit/Source/WebCore/rendering/
H A DRenderWidget.cpp73 ScrollView* currentParent = child->parent(); local
75 if (newParent != currentParent) {
76 if (currentParent)
77 currentParent->removeChild(child);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDocumentImpl.java80 int currentParent = 0; // current parent - default is document root field in class:DTMDocumentImpl
693 // int w1 = currentParent;
700 // currentParent = ourslot;
803 // previousSibling = currentParent;
804 // nodes.readSlot(currentParent, gotslot);
805 // currentParent = gotslot[1] & 0xFFFF;
850 // int w1 = currentParent;
916 // int w1 = currentParent;
965 // int w1 = currentParent;
2097 int w1 = currentParent;
[all...]
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextLayoutEngine.cpp155 RenderObject* currentParent = parent; local
156 while (currentParent) {
157 SVGTextContentElement* textContentElement = SVGTextContentElement::elementFromRenderer(currentParent);
164 if (currentParent->isSVGText())
167 currentParent = currentParent->parent();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jsch.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/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/ ...

Completed in 294 milliseconds