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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.h 123 bool isNonTableCellHTMLBlockElement(const Node*);
markup.cpp 449 || isNonTableCellHTMLBlockElement(node);
460 if (isNonTableCellHTMLBlockElement(commonAncestorBlock))
    [all...]
htmlediting.cpp     [all...]
ReplaceSelectionCommand.cpp 545 if (element->parentNode() && isNonTableCellHTMLBlockElement(element) && areIdenticalElements(element, element->parentNode())
    [all...]

Completed in 153 milliseconds