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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DInsertParagraphSeparatorCommand.cpp50 Element* curBlock = startBlock; local
53 while (!curBlock->nextSibling() && curBlock->parentElement()->hasTagName(divTag) && curBlock->parentElement()->parentElement()) {
54 if (curBlock->parentElement()->hasAttributes())
56 curBlock = curBlock->parentElement();
58 return curBlock;

Completed in 202 milliseconds