HomeSort by relevance Sort by last modified time
    Searched refs:enclosingCell (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/editing/
IndentOutdentCommand.cpp 108 Node* enclosingCell = 0;
111 enclosingCell = enclosingNodeOfType(start, &isTableCell);
113 if (enclosingCell)
114 nodeToSplitTo = enclosingCell;
133 if (enclosingCell && enclosingCell != enclosingNodeOfType(endOfNextParagraph.deepEquivalent(), &isTableCell))
htmlediting.cpp 224 Element* enclosingCell = static_cast<Element*>(enclosingNodeOfType(p, &isTableCell, true));
225 if (enclosingCell)
226 return enclosingCell;
    [all...]

Completed in 13 milliseconds