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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisiblePosition.cpp 566 Node* originalBlock = node ? node->enclosingBlockFlowElement() : 0;
716 Element* enclosingBlockFlowElement(const VisiblePosition &visiblePosition)
721 return visiblePosition.deepEquivalent().deprecatedNode()->enclosingBlockFlowElement();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.cpp     [all...]

Completed in 169 milliseconds