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

  /external/webkit/WebCore/editing/
InsertLineBreakCommand.cpp 60 Element* cb = pos.node()->enclosingBlockFlowElement();
72 Element* cb = pos.node()->enclosingBlockFlowElement();
FormatBlockCommand.cpp 101 Node* refNode = enclosingBlockFlowElement(endingSelection().visibleStart());
VisiblePosition.h 138 Node *enclosingBlockFlowElement(const VisiblePosition&);
VisiblePosition.cpp 505 Node *originalBlock = node->enclosingBlockFlowElement();
643 Node *enclosingBlockFlowElement(const VisiblePosition &visiblePosition)
648 return visiblePosition.deepEquivalent().node()->enclosingBlockFlowElement();
visible_units.cpp 84 Node *boundary = n->enclosingBlockFlowElement();
177 Node *boundary = n->enclosingBlockFlowElement();
    [all...]
DeleteSelectionCommand.cpp 576 if (!mergeDestination.deepEquivalent().node() || !mergeDestination.deepEquivalent().node()->isDescendantOf(m_upstreamStart.node()->enclosingBlockFlowElement()) || m_startsAtEmptyLine) {
    [all...]
VisibleSelection.cpp 207 Node* boundary = n->enclosingBlockFlowElement();
  /external/webkit/WebCore/dom/
Node.h 240 // enclosingBlockFlowElement() is deprecated. Use enclosingBlock instead.
241 Element* enclosingBlockFlowElement() const;
Position.cpp 858 if (node()->enclosingBlockFlowElement() != pos.node()->enclosingBlockFlowElement())
    [all...]
Node.cpp     [all...]

Completed in 45 milliseconds