Searched defs:enclosingBlockFlowElement (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
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();
/external/webkit/Source/WebCore/dom/
H A DNode.cpp1663 Element *Node::enclosingBlockFlowElement() const function in class:WebCore::Node
1693 return n ? enclosingBlockFlowElement() == n->enclosingBlockFlowElement() : false;

Completed in 130 milliseconds