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/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;
Editor.cpp 733 static void dispatchEditableContentChangedEvents(PassRefPtr<Element> startRoot, PassRefPtr<Element> endRoot)
735 if (startRoot)
736 startRoot->dispatchEvent(Event::create(eventNames().webkitEditableContentChangedEvent, false, false), IGNORE_EXCEPTION);
737 if (endRoot && endRoot != startRoot)
    [all...]

Completed in 483 milliseconds