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

  /external/webkit/Source/WebCore/editing/
IndentOutdentCommand.cpp 93 Node* enclosingCell = enclosingNodeOfType(start, &isTableCell);
95 if (enclosingCell)
96 nodeToSplitTo = enclosingCell;
ApplyBlockElementCommand.cpp 124 Node* enclosingCell = enclosingNodeOfType(start, &isTableCell);
131 if (enclosingCell && enclosingCell != enclosingNodeOfType(endOfNextParagraph.deepEquivalent(), &isTableCell))
htmlediting.cpp 224 Element* enclosingCell = static_cast<Element*>(enclosingNodeOfType(p, &isTableCell));
225 if (enclosingCell)
226 return enclosingCell;
    [all...]

Completed in 125 milliseconds