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

/external/webkit/WebCore/editing/
H A DIndentOutdentCommand.cpp108 Node* enclosingCell = 0; local
111 enclosingCell = enclosingNodeOfType(start, &isTableCell);
113 if (enclosingCell)
114 nodeToSplitTo = enclosingCell;
133 if (enclosingCell && enclosingCell != enclosingNodeOfType(endOfNextParagraph.deepEquivalent(), &isTableCell))
H A Dhtmlediting.cpp224 Element* enclosingCell = static_cast<Element*>(enclosingNodeOfType(p, &isTableCell, true)); local
225 if (enclosingCell)
226 return enclosingCell;

Completed in 101 milliseconds