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 616 Element* originalBlock = node ? enclosingBlockFlowElement(*node) : 0;
745 Element* enclosingBlockFlowElement(const VisiblePosition& visiblePosition)
750 return enclosingBlockFlowElement(*visiblePosition.deepEquivalent().deprecatedNode());
htmlediting.cpp 337 Element* enclosingBlockFlowElement(Node& node)
351 return a && b && enclosingBlockFlowElement(*a) == enclosingBlockFlowElement(*b);
    [all...]

Completed in 253 milliseconds