Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DFormatBlockCommand.cpp74 && (end == endOfBlock(end) || isNodeVisiblyContainedWithin(refNode, range.get())) in formatRange()
Dhtmlediting.h96 bool isNodeVisiblyContainedWithin(Node*, const Range*);
DInsertListCommand.cpp213 if (switchListType && isNodeVisiblyContainedWithin(listNode.get(), currentSelection)) { in doApplyForSingleParagraph()
Dhtmlediting.cpp574 …while (ancestor && ancestor->rendererIsEditable() && isNodeVisiblyContainedWithin(ancestor, maximu… in extendRangeToWrappingNodes()
1060 bool isNodeVisiblyContainedWithin(Node* node, const Range* selectedRange) in isNodeVisiblyContainedWithin() function
DApplyStyleCommand.cpp684 …e (editableRoot && startNode->parentNode() != editableRoot && isNodeVisiblyContainedWithin(startNo… in fixRangeAndApplyInlineStyle()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1623893 (WebCore::isNodeVisiblyContainedWithin):
DChangeLog-2010-01-2984490 …(WebCore::isNodeVisiblyContainedWithin): determine if a node is inside a range or within the visib…
DChangeLog-2010-12-0691508 (WebCore::isNodeVisiblyContainedWithin): Works properly when one end is inside the range.