HomeSort by relevance Sort by last modified time
    Searched defs:startText (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/dom/
Text.cpp 121 const Text* startText = earliestLogicallyAdjacentTextNode(this);
126 for (const Node* n = startText; n != onePastEndText; n = n->nextSibling()) {
138 for (const Node* n = startText; n != onePastEndText; n = n->nextSibling()) {
156 // Protect startText and endText against mutation event handlers removing the last ref
157 RefPtr<Text> startText = const_cast<Text*>(earliestLogicallyAdjacentTextNode(this));
163 for (RefPtr<Node> n = startText; n && n != this && n->isTextNode() && n->parentNode() == parent;) {
  /external/webkit/WebCore/rendering/
RenderBlockLineLayout.cpp 118 RenderText *startText = toRenderText(startpoint.obj);
119 if (startText->textLength() && startText->characters()[0] == softHyphen)
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 48 milliseconds