Searched refs:editingIgnoresContent (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DPositionIterator.cpp42 if (editingIgnoresContent(m_nodeAfterPositionInAnchor->parentNode()))
165 if (isTableElement(m_anchorNode) || editingIgnoresContent(m_anchorNode))
H A DPosition.cpp97 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()))
/external/webkit/Source/WebCore/editing/
H A Dhtmlediting.h81 bool editingIgnoresContent(const Node*);
123 return editingIgnoresContent(node) ? positionBeforeNode(node) : firstPositionInNode(node);
130 return editingIgnoresContent(node) ? positionAfterNode(node) : lastPositionInNode(node);
H A Dhtmlediting.cpp65 return node && (!node->hasChildNodes() || editingIgnoresContent(node));
70 bool editingIgnoresContent(const Node* node) function in namespace:WebCore
361 if (editingIgnoresContent(node))
H A Dvisible_units.cpp568 if (node && editingIgnoresContent(node))
675 if (node && editingIgnoresContent(node))
800 } else if (editingIgnoresContent(n) || isTableElement(n)) {
872 } else if (editingIgnoresContent(n) || isTableElement(n)) {
H A DVisibleSelection.cpp92 ASSERT(!editingIgnoresContent(node));
H A DReplaceSelectionCommand.cpp114 if (editingIgnoresContent(pos.deprecatedNode()))
H A DApplyStyleCommand.cpp737 if (editingIgnoresContent(node)) {
H A DSelectionController.cpp1494 return !isTableElement(node) && !editingIgnoresContent(node);

Completed in 206 milliseconds