HomeSort by relevance Sort by last modified time
    Searched defs:startRoot (Results 1 - 2 of 2) 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/chromium_org/third_party/WebKit/Source/core/editing/
VisibleSelection.cpp 529 Node* startRoot = highestEditableRoot(m_start);
535 if (baseRoot == startRoot && baseRoot == endRoot)
543 if (startRoot != baseRoot) {
598 if (startRoot || startEditableAncestor != baseEditableAncestor) {
600 Node* shadowAncestor = startRoot ? startRoot->shadowHost() : 0;

Completed in 98 milliseconds