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

  /external/webkit/WebCore/dom/
PositionIterator.cpp 156 if (isTableElement(m_anchorNode) || editingIgnoresContent(m_anchorNode))
Position.cpp 526 if (editingIgnoresContent(currentNode) || isTableElement(currentNode)) {
652 if (editingIgnoresContent(currentNode) || isTableElement(currentNode)) {
744 if (isTableElement(node()) || editingIgnoresContent(node()))
    [all...]
  /external/webkit/WebCore/editing/
htmlediting.h 88 bool isTableElement(Node*);
htmlediting.cpp 348 if (node->parentNode() && (editingIgnoresContent(node) || isTableElement(node)))
372 if (pos.deprecatedEditingOffset() == maxCompliantOffset && (editingIgnoresContent(node) || isTableElement(node)))
508 if (isTableElement(n) && vPos == firstInElement.next())
524 if (isTableElement(n) && vPos == lastInElement.previous())
846 bool isTableElement(Node* n)
    [all...]
CompositeEditCommand.cpp 749 RefPtr<Node> topNode = outerNode->cloneNode(isTableElement(outerNode));
764 RefPtr<Node> child = item->cloneNode(isTableElement(item));
    [all...]
visible_units.cpp 827 } else if (editingIgnoresContent(n) || isTableElement(n)) {
    [all...]
SelectionController.cpp     [all...]
  /external/webkit/WebCore/rendering/
RenderObject.cpp     [all...]

Completed in 82 milliseconds