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

/macosx-10.10/WebCore-7600.1.25/editing/
H A DIndentOutdentCommand.cpp91 Node* enclosingCell = enclosingNodeOfType(start, &isTableCell); local
93 if (enclosingCell)
94 nodeToSplitTo = enclosingCell;
H A DApplyBlockElementCommand.cpp138 Node* enclosingCell = enclosingNodeOfType(start, &isTableCell); local
145 if (enclosingCell && enclosingCell != enclosingNodeOfType(endOfNextParagraph.deepEquivalent(), &isTableCell))
H A Dhtmlediting.cpp197 Element* enclosingCell = toElement(enclosingNodeOfType(p, &isTableCell)); local
198 if (enclosingCell)
199 return enclosingCell;

Completed in 298 milliseconds