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

  /frameworks/base/sax/java/android/sax/
RootElement.java 116 startRoot(uri, localName, attributes);
140 void startRoot(String uri, String localName, Attributes attributes)
  /external/webkit/WebCore/editing/
VisibleSelection.cpp 464 Node* startRoot = highestEditableRoot(m_start);
470 if (baseRoot == startRoot && baseRoot == endRoot)
478 if (startRoot != baseRoot) {
535 if (startRoot || startEditableAncestor != baseEditableAncestor) {
537 Node* shadowAncestor = startRoot ? startRoot->shadowAncestorNode() : 0;
538 if (p.isNull() && startRoot && (shadowAncestor != startRoot))
Editor.cpp 859 Element* startRoot = command.startingRootEditableElement();
862 if (startRoot)
863 startRoot->dispatchEvent(Event::create(eventNames().webkitEditableContentChangedEvent, false, false), ec);
864 if (endRoot && endRoot != startRoot)
    [all...]

Completed in 24 milliseconds