Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DFormatBlockCommand.cpp76 && (end == endOfBlock(end) || isNodeVisiblyContainedWithin(refNode, range.get())) in formatRange()
Dhtmlediting.h112 bool isNodeVisiblyContainedWithin(Node*, const Range*);
DInsertListCommand.cpp218 if (switchListType && isNodeVisiblyContainedWithin(listNode.get(), currentSelection)) { in doApplyForSingleParagraph()
Dhtmlediting.cpp1089 bool isNodeVisiblyContainedWithin(Node* node, const Range* selectedRange) in isNodeVisiblyContainedWithin() function
DApplyStyleCommand.cpp698 …e (editableRoot && startNode->parentNode() != editableRoot && isNodeVisiblyContainedWithin(startNo… in fixRangeAndApplyInlineStyle()