Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTextControlSingleLine.h100 virtual bool scrollsOverflowY() const OVERRIDE { return false; } in scrollsOverflowY() function
DRenderBox.h468 bool scrollsOverflow() const { return scrollsOverflowX() || scrollsOverflowY(); } in scrollsOverflow()
471 …bool hasScrollableOverflowY() const { return scrollsOverflowY() && scrollHeight() != clientHeight(… in hasScrollableOverflowY()
473 …virtual bool scrollsOverflowY() const { return hasOverflowClip() && (style()->overflowY() == OSCRO… in scrollsOverflowY() function
DRenderLayerScrollableArea.cpp635 return hasVerticalOverflow() && m_box->scrollsOverflowY(); in hasScrollableVerticalOverflow()
DRenderBox.cpp2895 …if (scrollsOverflowY() && (!cell->style()->logicalHeight().isAuto() || !cell->table()->style()->lo… in computePercentageLogicalHeight()
3670 …if (containerBlock->isBox() && toRenderBox(containerBlock)->scrollsOverflowY() && containerBlock->… in computePositionedLogicalWidthUsing()
4615 if ((isHorizontal && !scrollsOverflowY()) || (!isHorizontal && !scrollsOverflowX())) in hasUnsplittableScrollingOverflow()