Searched refs:startText (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DText.cpp117 const Text* startText = earliestLogicallyAdjacentTextNode(this); local
122 for (const Node* n = startText; n != onePastEndText; n = n->nextSibling()) {
134 for (const Node* n = startText; n != onePastEndText; n = n->nextSibling()) {
152 // Protect startText and endText against mutation event handlers removing the last ref
153 RefPtr<Text> startText = const_cast<Text*>(earliestLogicallyAdjacentTextNode(this)); local
159 for (RefPtr<Node> n = startText; n && n != this && n->isTextNode() && n->parentNode() == parent;) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 64 milliseconds