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