Home
last modified time | relevance | path

Searched refs:enclosingBlockNode (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
Dhtmlediting.cpp338 Node* enclosingBlockNode = enclosingBlock(position.containerNode()); in directionOfEnclosingBlock() local
339 if (!enclosingBlockNode) in directionOfEnclosingBlock()
341 RenderObject* renderer = enclosingBlockNode->renderer(); in directionOfEnclosingBlock()