Searched refs:enclosingBlockFlowElement (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DInsertLineBreakCommand.cpp59 Element* cb = pos.deprecatedNode()->enclosingBlockFlowElement();
71 Element* cb = pos.deprecatedNode()->enclosingBlockFlowElement();
H A DVisiblePosition.h136 Element* enclosingBlockFlowElement(const VisiblePosition&);
H A DFormatBlockCommand.cpp68 Element* refNode = enclosingBlockFlowElement(end);
H A DVisiblePosition.cpp529 Node* originalBlock = node ? node->enclosingBlockFlowElement() : 0;
670 Element* enclosingBlockFlowElement(const VisiblePosition &visiblePosition) function in namespace:WebCore
675 return visiblePosition.deepEquivalent().deprecatedNode()->enclosingBlockFlowElement();
H A DVisibleSelection.cpp203 Node* boundary = n->enclosingBlockFlowElement();
H A DReplaceSelectionCommand.cpp121 Node* stopNode = pos.deprecatedNode()->enclosingBlockFlowElement();
/external/webkit/Source/WebCore/dom/
H A DPosition.cpp906 if (deprecatedNode()->enclosingBlockFlowElement() != pos.deprecatedNode()->enclosingBlockFlowElement())
H A DNode.h261 // enclosingBlockFlowElement() is deprecated. Use enclosingBlock instead.
262 Element* enclosingBlockFlowElement() const;
H A DNode.cpp1663 Element *Node::enclosingBlockFlowElement() const function in class:WebCore::Node
1693 return n ? enclosingBlockFlowElement() == n->enclosingBlockFlowElement() : false;

Completed in 3534 milliseconds