OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needsCompositedScrolling
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.cpp
[
all
...]
RenderLayerScrollableArea.h
175
bool
needsCompositedScrolling
() const;
RenderLayer.h
362
bool
needsCompositedScrolling
() const { return m_scrollableArea && m_scrollableArea->
needsCompositedScrolling
(); }
[
all
...]
CompositedLayerMapping.cpp
318
if (curr->hasTransform() || curr->
needsCompositedScrolling
())
457
if (m_owningLayer->
needsCompositedScrolling
())
474
if (updateScrollingLayers(m_owningLayer->
needsCompositedScrolling
()))
616
if (compAncestor && compAncestor->
needsCompositedScrolling
()) {
[
all
...]
RenderLayerStackingNode.cpp
411
return shouldBeNormalFlowOnlyIgnoringCompositedScrolling() && !layer()->
needsCompositedScrolling
();
RenderLayer.cpp
[
all
...]
RenderLayerCompositor.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h
226
bool
needsCompositedScrolling
(Element*, ExceptionState&);
Internals.idl
184
[RaisesException] boolean
needsCompositedScrolling
(Element element);
Internals.cpp
[
all
...]
Completed in 144 milliseconds