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

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

Completed in 92 milliseconds