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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.h 124 bool isBlockFlowElement(const Node&);
htmlediting.cpp 339 if (isBlockFlowElement(node))
343 if (isBlockFlowElement(*n) || isHTMLBodyElement(*n))
    [all...]
InsertListCommand.cpp 235 Element* outerBlock = firstChildInList && isBlockFlowElement(*firstChildInList) ? toElement(firstChildInList) : listElement.get();
ReplaceSelectionCommand.cpp     [all...]

Completed in 87 milliseconds