Searched refs:curBlock (Results 1 – 3 of 3) sorted by relevance
50 Element* curBlock = startBlock; in highestVisuallyEquivalentDivBelowRoot() local53 …while (!curBlock->nextSibling() && isHTMLDivElement(*curBlock->parentElement()) && curBlock->paren… in highestVisuallyEquivalentDivBelowRoot()54 if (curBlock->parentElement()->hasAttributes()) in highestVisuallyEquivalentDivBelowRoot()56 curBlock = curBlock->parentElement(); in highestVisuallyEquivalentDivBelowRoot()58 return curBlock; in highestVisuallyEquivalentDivBelowRoot()
388 bool hasBackEdge(BlockT *curBlock);