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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisiblePosition.cpp 450 Node* highestRoot = highestEditableRoot(deepEquivalent());
459 if (highestEditableRoot(pos.deepEquivalent()) == highestRoot)
476 Node* highestRoot = highestEditableRoot(deepEquivalent());
485 if (highestEditableRoot(pos.deepEquivalent()) == highestRoot)
htmlediting.cpp 114 Node* highestEditableRoot(const Position& position, EditableType editableType)
559 Node* root = highestEditableRoot(p);
579 Node* root = rule == CannotCrossEditingBoundary ? highestEditableRoot(p) : 0;
597 Node* root = rule == CannotCrossEditingBoundary ? highestEditableRoot(p) : 0;
659 Node* root = highestEditableRoot(firstPositionInOrBeforeNode(node));
677 Node* root = highestEditableRoot(firstPositionInOrBeforeNode(node));
    [all...]
VisibleUnits.cpp 82 Node* highestRoot = highestEditableRoot(visiblePosition.deepEquivalent(), editableType);
89 if (highestEditableRoot(firstPositionInOrBeforeNode(previousNode), editableType) != highestRoot)
105 Node* highestRoot = highestEditableRoot(visiblePosition.deepEquivalent(), editableType);
111 if (highestEditableRoot(firstPositionInOrBeforeNode(nextNode), editableType) != highestRoot)
767 if (Node* editableRoot = highestEditableRoot(c.deepEquivalent())) {
    [all...]
VisibleSelection.cpp 528 Node* baseRoot = highestEditableRoot(m_base);
529 Node* startRoot = highestEditableRoot(m_start);
530 Node* endRoot = highestEditableRoot(m_end);
htmlediting.h 57 Node* highestEditableRoot(const Position&, EditableType = ContentIsEditable);
FrameSelection.cpp     [all...]
Editor.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityRenderObject.cpp     [all...]

Completed in 900 milliseconds