Home
last modified time | relevance | path

Searched defs:scrollsOverflowY (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTextControlSingleLine.h99 virtual bool scrollsOverflowY() const OVERRIDE { return false; } in scrollsOverflowY() function
DRenderBox.h490 …virtual bool scrollsOverflowY() const { return hasOverflowClip() && (style()->overflowY() == OSCRO… in scrollsOverflowY() function