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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
IndentOutdentCommand.cpp 98 Node* enclosingCell = enclosingNodeOfType(start, &isTableCell);
100 if (enclosingCell)
101 nodeToSplitTo = enclosingCell;
ApplyBlockElementCommand.cpp 137 Node* enclosingCell = enclosingNodeOfType(start, &isTableCell);
144 if (enclosingCell && enclosingCell != enclosingNodeOfType(endOfNextParagraph.deepEquivalent(), &isTableCell))
htmlediting.cpp 208 Element* enclosingCell = toElement(enclosingNodeOfType(p, &isTableCell));
209 if (enclosingCell)
210 return enclosingCell;
    [all...]

Completed in 262 milliseconds