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 102 Element* enclosingCell = toElement(enclosingNodeOfType(start, &isTableCell));
104 if (enclosingCell)
105 elementToSplitTo = enclosingCell;
ApplyBlockElementCommand.cpp 138 Node* enclosingCell = enclosingNodeOfType(start, &isTableCell);
145 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 911 milliseconds