OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:requiresHorizontalScrollbarLayer
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.h
204
bool
requiresHorizontalScrollbarLayer
() const;
CompositedLayerMapping.h
246
bool
requiresHorizontalScrollbarLayer
() const { return m_owningLayer.scrollableArea() && m_owningLayer.scrollableArea()->horizontalScrollbar(); }
RenderLayerCompositor.cpp
[
all
...]
CompositedLayerMapping.cpp
422
if (updateOverflowControlsLayers(
requiresHorizontalScrollbarLayer
(), requiresVerticalScrollbarLayer(), requiresScrollCornerLayer(), needsAncestorClip))
[
all
...]
Completed in 72 milliseconds