Searched refs:enclosingCell (Results 1 – 3 of 3) sorted by relevance
93 Node* enclosingCell = enclosingNodeOfType(start, &isTableCell); in indentIntoBlockquote() local95 if (enclosingCell) in indentIntoBlockquote()96 nodeToSplitTo = enclosingCell; in indentIntoBlockquote()
124 Node* enclosingCell = enclosingNodeOfType(start, &isTableCell); in formatSelection() local131 …if (enclosingCell && enclosingCell != enclosingNodeOfType(endOfNextParagraph.deepEquivalent(), &is… in formatSelection()
224 Element* enclosingCell = static_cast<Element*>(enclosingNodeOfType(p, &isTableCell)); in unsplittableElementForPosition() local225 if (enclosingCell) in unsplittableElementForPosition()226 return enclosingCell; in unsplittableElementForPosition()