Home
last modified time | relevance | path

Searched refs:enclosingCell (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
DIndentOutdentCommand.cpp93 Node* enclosingCell = enclosingNodeOfType(start, &isTableCell); in indentIntoBlockquote() local
95 if (enclosingCell) in indentIntoBlockquote()
96 nodeToSplitTo = enclosingCell; in indentIntoBlockquote()
DApplyBlockElementCommand.cpp124 Node* enclosingCell = enclosingNodeOfType(start, &isTableCell); in formatSelection() local
131 …if (enclosingCell && enclosingCell != enclosingNodeOfType(endOfNextParagraph.deepEquivalent(), &is… in formatSelection()
Dhtmlediting.cpp224 Element* enclosingCell = static_cast<Element*>(enclosingNodeOfType(p, &isTableCell)); in unsplittableElementForPosition() local
225 if (enclosingCell) in unsplittableElementForPosition()
226 return enclosingCell; in unsplittableElementForPosition()