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 87 Node* enclosingCell = enclosingNodeOfType(start, &isTableCell);
89 if (enclosingCell)
90 nodeToSplitTo = enclosingCell;
ApplyBlockElementCommand.cpp 132 Node* enclosingCell = enclosingNodeOfType(start, &isTableCell);
139 if (enclosingCell && enclosingCell != enclosingNodeOfType(endOfNextParagraph.deepEquivalent(), &isTableCell))
htmlediting.cpp 210 Element* enclosingCell = toElement(enclosingNodeOfType(p, &isTableCell));
211 if (enclosingCell)
212 return enclosingCell;
    [all...]

Completed in 34 milliseconds