Home | History | Annotate | Download | only in page

Lines Matching refs:enclosingBox

146     RenderBox* enclosingBox = node->renderer()->enclosingBox();
151 return enclosingBox->scroll(delta < 0 ? negativeDirection : positiveDirection, ScrollByPage, absDelta, stopNode);
154 return enclosingBox->scroll(delta < 0 ? negativeDirection : positiveDirection, ScrollByLine, absDelta, stopNode);
157 return enclosingBox->scroll(delta < 0 ? negativeDirection : positiveDirection, ScrollByPixel, absDelta, stopNode);
1045 if (r && !r->isListBox() && r->enclosingBox()->scroll(direction, granularity)) {
1066 if (r && !r->isListBox() && r->enclosingBox()->logicalScroll(direction, granularity)) {