OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scrollsOverflow
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.h
468
bool
scrollsOverflow
() const { return scrollsOverflowX() || scrollsOverflowY(); }
[
all
...]
RenderLayerScrollableArea.cpp
369
bool onlyScrolledCompositedLayers =
scrollsOverflow
()
[
all
...]
RenderLayer.cpp
428
if (containingBlock->enclosingLayer()->
scrollsOverflow
())
440
if (otherContainingBlock->enclosingLayer()->
scrollsOverflow
())
809
if (ancestor->
scrollsOverflow
())
[
all
...]
Completed in 781 milliseconds