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

  /external/webkit/Source/WebCore/dom/
PositionIterator.cpp 42 if (editingIgnoresContent(m_nodeAfterPositionInAnchor->parentNode()))
165 if (isTableElement(m_anchorNode) || editingIgnoresContent(m_anchorNode))
Position.cpp 97 ASSERT(!m_anchorNode || !editingIgnoresContent(m_anchorNode.get()));
103 ASSERT(!editingIgnoresContent(node.get()));
167 if (m_anchorNode->parentNode() && (editingIgnoresContent(m_anchorNode.get()) || isTableElement(m_anchorNode.get())))
172 && (editingIgnoresContent(m_anchorNode.get()) || isTableElement(m_anchorNode.get()))) {
215 if (anchorNode && editingIgnoresContent(anchorNode)) {
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 81 bool editingIgnoresContent(const Node*);
123 return editingIgnoresContent(node) ? positionBeforeNode(node) : firstPositionInNode(node);
130 return editingIgnoresContent(node) ? positionAfterNode(node) : lastPositionInNode(node);
htmlediting.cpp 65 return node && (!node->hasChildNodes() || editingIgnoresContent(node));
70 bool editingIgnoresContent(const Node* node)
361 if (editingIgnoresContent(node))
    [all...]
visible_units.cpp 568 if (node && editingIgnoresContent(node))
675 if (node && editingIgnoresContent(node))
800 } else if (editingIgnoresContent(n) || isTableElement(n)) {
    [all...]
VisibleSelection.cpp 92 ASSERT(!editingIgnoresContent(node));
ReplaceSelectionCommand.cpp 114 if (editingIgnoresContent(pos.deprecatedNode()))
    [all...]
ApplyStyleCommand.cpp 737 if (editingIgnoresContent(node)) {
    [all...]
SelectionController.cpp     [all...]

Completed in 70 milliseconds