Home
last modified time | relevance | path

Searched refs:isAtomicNode (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/editing/
Dhtmlediting.h83 bool isAtomicNode(const Node*);
DVisibleSelection.cpp508 …p = isAtomicNode(p.containerNode()) ? positionInParentBeforeNode(p.containerNode()) : previousVisu… in adjustSelectionToAvoidCrossingEditingBoundaries()
537 …p = isAtomicNode(p.containerNode()) ? positionInParentAfterNode(p.containerNode()) : nextVisuallyD… in adjustSelectionToAvoidCrossingEditingBoundaries()
Dhtmlediting.cpp63 bool isAtomicNode(const Node *node) in isAtomicNode() function
290 …p = isAtomicNode(p.deprecatedNode()) ? positionInParentAfterNode(p.deprecatedNode()) : nextVisuall… in firstEditablePositionAfterPositionInRoot()
312 …p = isAtomicNode(p.deprecatedNode()) ? positionInParentBeforeNode(p.deprecatedNode()) : previousVi… in lastEditablePositionBeforePositionInRoot()
DApplyStyleCommand.cpp1236 if (isAtomicNode(startNode)) { in mergeStartWithPreviousIfIdentical()
1273 if (isAtomicNode(endNode)) { in mergeEndWithNextIfIdentical()
/external/webkit/Source/WebCore/dom/
DNode.cpp1407 while (!isAtomicNode(n) && n->lastChild()) in previousNodeConsideringAtomicNodes()
1421 if (!isAtomicNode(this) && firstChild()) in nextNodeConsideringAtomicNodes()
1437 if (isAtomicNode(node)) in previousLeafNode()
1448 if (isAtomicNode(node)) in nextLeafNode()
DPosition.cpp505 if (isAtomicNode(pos.node())) in isStreamer()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1028246 (WebCore::isAtomicNode):
34308 Moved isAtomicNode and maxDeepOffset out of NodeImpl
34328 (khtml::isAtomicNode):
DChangeLog-2005-08-235913 (khtml::VisiblePosition::isAtomicNode):
8999 (khtml::VisiblePosition::isAtomicNode):
11470 (khtml::VisiblePosition::isAtomicNode):
12026 (DOM::NodeImpl::isAtomicNode):
39333 (NodeImpl::isAtomicNode): New function. Helps to fix 3744533. Determines if a node should