OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasScrollableOverflowY
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.h
471
bool
hasScrollableOverflowY
() const { return scrollsOverflowY() && scrollHeight() != clientHeight(); }
[
all
...]
RenderBox.cpp
816
bool hasScrollableOverflow = hasScrollableOverflowX() ||
hasScrollableOverflowY
();
[
all
...]
Completed in 295 milliseconds