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

  /external/webkit/Source/WebCore/dom/
PositionIterator.cpp 165 if (isTableElement(m_anchorNode) || editingIgnoresContent(m_anchorNode))
Position.cpp 167 if (m_anchorNode->parentNode() && (editingIgnoresContent(m_anchorNode.get()) || isTableElement(m_anchorNode.get())))
172 && (editingIgnoresContent(m_anchorNode.get()) || isTableElement(m_anchorNode.get()))) {
572 if (editingIgnoresContent(currentNode) || isTableElement(currentNode)) {
699 if (editingIgnoresContent(currentNode) || isTableElement(currentNode)) {
792 if (isTableElement(deprecatedNode()) || editingIgnoresContent(deprecatedNode()))
    [all...]
  /external/webkit/Source/WebCore/editing/
htmlediting.h 89 bool isTableElement(Node*);
htmlediting.cpp 440 if (isTableElement(n) && vPos == firstInElement.next())
456 if (isTableElement(n) && vPos == lastInElement.previous())
787 bool isTableElement(Node* n)
    [all...]
CompositeEditCommand.cpp 780 RefPtr<Node> topNode = outerNode->cloneNode(isTableElement(outerNode));
795 RefPtr<Node> child = item->cloneNode(isTableElement(item));
    [all...]
visible_units.cpp 800 } else if (editingIgnoresContent(n) || isTableElement(n)) {
    [all...]
SelectionController.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderObject.cpp     [all...]

Completed in 95 milliseconds