HomeSort by relevance Sort by last modified time
    Searched refs:endRoot (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleSelection.cpp 607 ContainerNode* endRoot = highestEditableRoot(m_end);
612 if (baseRoot == startRoot && baseRoot == endRoot)
631 if (endRoot != baseRoot) {
645 if (endRoot || endEditableAncestor != baseEditableAncestor) {
648 Element* shadowAncestor = endRoot ? endRoot->shadowHost() : 0;
Editor.cpp 651 static void dispatchEditableContentChangedEvents(PassRefPtrWillBeRawPtr<Element> startRoot, PassRefPtrWillBeRawPtr<Element> endRoot)
655 if (endRoot && endRoot != startRoot)
656 endRoot->dispatchEvent(Event::create(EventTypeNames::webkitEditableContentChanged), IGNORE_EXCEPTION);
    [all...]

Completed in 1225 milliseconds