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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
ReplaceSelectionCommand.cpp 132 Element* enclosingBlockElement = enclosingBlock(pos.containerNode());
133 for (Position nextPosition = pos; nextPosition.containerNode() != enclosingBlockElement; pos = nextPosition) {
141 || enclosingBlock(nextPosition.containerNode()) != enclosingBlockElement
    [all...]
htmlediting.cpp 356 Element* enclosingBlockElement = enclosingBlock(position.containerNode());
357 if (!enclosingBlockElement)
359 RenderObject* renderer = enclosingBlockElement->renderer();
    [all...]

Completed in 48 milliseconds