HomeSort by relevance Sort by last modified time
    Searched defs: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/chromium_org/third_party/WebKit/Source/core/editing/
VisibleSelection.cpp 606 ContainerNode* startRoot = highestEditableRoot(m_start);
612 if (baseRoot == startRoot && baseRoot == endRoot)
620 if (startRoot != baseRoot) {
675 if (startRoot || startEditableAncestor != baseEditableAncestor) {
677 Element* shadowAncestor = startRoot ? startRoot->shadowHost() : 0;
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 145 milliseconds