Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp673 …bool isSeamlessDocument = frame().document() && frame().document()->shouldDisplaySeamlesslyWithPar… in calculateScrollbarModesForLayout() local
674 … vMode = (isSeamlessDocument && !fullVisibleSize.height()) ? ScrollbarAlwaysOff : ScrollbarAuto; in calculateScrollbarModesForLayout()