HomeSort by relevance Sort by last modified time
    Searched refs:startNode (Results 26 - 33 of 33) sorted by null

12

  /external/webkit/WebCore/editing/
Editor.cpp 429 Node* startNode = range->editingStartPosition().node();
430 if (startNode) {
434 for (Node* n = startNode; n && n != pastEnd; n = n->traverseNextNode()) {
561 Node* startNode;
563 startNode = m_frame->selection()->selection().start().downstream().node();
565 if (enclosingBlock(startNode) != enclosingBlock(endNode))
568 startNode = m_frame->selection()->selection().visibleStart().deepEquivalent().node();
570 RenderObject* renderer = startNode->renderer();
590 Node* startNode = enclosingNodeWithTag(m_frame->selection()->selection().start(), ulTag);
592 if (startNode && endNode && startNode == endNode
    [all...]
SelectionController.cpp     [all...]
ReplaceSelectionCommand.cpp     [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentLinkedDeque.java     [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java 530 int startNode = identity;
550 } while (DTM.NULL != identity && (_parent(identity) >= startNode));
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 272 startNode(pos);
345 startNode(pos);
395 protected void startNode(Node node) throws org.xml.sax.SAXException {
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebFrame.mm 632 Node *startNode = core([range startContainer]);
634 if (startNode && startNode->renderer()) {
635 RenderLayer *layer = startNode->renderer()->enclosingLayer();
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 378 milliseconds

12