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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisiblePosition.h 139 Element* enclosingBlockFlowElement(const VisiblePosition&);
FormatBlockCommand.cpp 65 Element* refElement = enclosingBlockFlowElement(VisiblePosition(end));
VisiblePosition.cpp 616 Element* originalBlock = node ? enclosingBlockFlowElement(*node) : 0;
745 Element* enclosingBlockFlowElement(const VisiblePosition& visiblePosition)
750 return enclosingBlockFlowElement(*visiblePosition.deepEquivalent().deprecatedNode());
htmlediting.h 70 Element* enclosingBlockFlowElement(Node&); // Deprecated, use enclosingBlock instead.
htmlediting.cpp 337 Element* enclosingBlockFlowElement(Node& node)
351 return a && b && enclosingBlockFlowElement(*a) == enclosingBlockFlowElement(*b);
    [all...]
VisibleSelection.cpp 290 Element* boundary = enclosingBlockFlowElement(*node);

Completed in 66 milliseconds