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/Source/WebCore/editing/
VisibleSelection.cpp 460 Node* startRoot = highestEditableRoot(m_start);
466 if (baseRoot == startRoot && baseRoot == endRoot)
474 if (startRoot != baseRoot) {
529 if (startRoot || startEditableAncestor != baseEditableAncestor) {
531 Node* shadowAncestor = startRoot ? startRoot->shadowAncestorNode() : 0;
532 if (p.isNull() && startRoot && (shadowAncestor != startRoot))
Editor.cpp     [all...]

Completed in 60 milliseconds