Searched defs:curBlock (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DInsertParagraphSeparatorCommand.cpp50 Element* curBlock = startBlock; local
53 while (!curBlock->nextSibling() && curBlock->parentElement()->hasTagName(divTag) && curBlock->parentElement()->parentElement()) {
54 NamedNodeMap* attributes = curBlock->parentElement()->attributes(true);
57 curBlock = curBlock->parentElement();
59 return curBlock;

Completed in 115 milliseconds