Searched refs:shouldStopBubbling (Results 1 – 1 of 1) sorted by relevance
916 bool shouldStopBubbling = stopNode && *stopNode && curBox->node() == *stopNode; in scroll() local922 if (didScroll || shouldStopBubbling) { in scroll()