OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_squashingLayer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.h
115
GraphicsLayer* squashingLayer() const { return
m_squashingLayer
.get(); }
402
// +
m_squashingLayer
408
// +
m_squashingLayer
413
OwnPtr<GraphicsLayer>
m_squashingLayer
; // Only used if any squashed layers exist, this is the backing that squashed layers paint into.
CompositedLayerMapping.cpp
678
updateSquashingLayerGeometry(offsetFromCompositedAncestor, graphicsLayerParentLocation, m_owningLayer, m_squashedLayers,
m_squashingLayer
.get(), &m_squashingLayerOffsetFromTransformedAncestor, layersNeedingPaintInvalidation);
[
all
...]
Completed in 2522 milliseconds