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.cpp77 … (VisiblePosition(end) == endOfBlock(VisiblePosition(end)) || isNodeVisiblyContainedWithin(*refEle… in formatRange()
Dhtmlediting.h120 bool isNodeVisiblyContainedWithin(Node&, const Range&);
DInsertListCommand.cpp227 if (switchListType && isNodeVisiblyContainedWithin(*listElement, currentSelection)) { in doApplyForSingleParagraph()
Dhtmlediting.cpp1146 bool isNodeVisiblyContainedWithin(Node& node, const Range& selectedRange) in isNodeVisiblyContainedWithin() function
DApplyStyleCommand.cpp713 …e (editableRoot && startNode->parentNode() != editableRoot && isNodeVisiblyContainedWithin(*startN… in fixRangeAndApplyInlineStyle()