Searched refs:updateOverflowStatus (Results 1 – 2 of 2) sorted by relevance
380 void updateOverflowStatus(bool horizontalOverflow, bool verticalOverflow);
1148 …updateOverflowStatus(layoutSize().width() < contentsWidth(), layoutSize().height() < contentsHeigh… in layout()2455 void FrameView::updateOverflowStatus(bool horizontalOverflow, bool verticalOverflow) in updateOverflowStatus() function in WebCore::FrameView