Home
last modified time | relevance | path

Searched refs:updateOverflowStatus (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.h380 void updateOverflowStatus(bool horizontalOverflow, bool verticalOverflow);
DFrameView.cpp1148updateOverflowStatus(layoutSize().width() < contentsWidth(), layoutSize().height() < contentsHeigh… in layout()
2455 void FrameView::updateOverflowStatus(bool horizontalOverflow, bool verticalOverflow) in updateOverflowStatus() function in WebCore::FrameView