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 592 Node* startRoot = highestEditableRoot(m_start);
598 if (baseRoot == startRoot && baseRoot == endRoot)
606 if (startRoot != baseRoot) {
661 if (startRoot || startEditableAncestor != baseEditableAncestor) {
663 Node* shadowAncestor = startRoot ? startRoot->shadowHost() : 0;

Completed in 68 milliseconds