OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_scrollingContentsLayer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp
251
m_scrollingContentsLayer
= nullptr;
[
all
...]
CompositedLayerMapping.h
100
GraphicsLayer* scrollingContentsLayer() const { return
m_scrollingContentsLayer
.get(); }
312
// | +
m_scrollingContentsLayer
[Present iff m_scrollingLayer is present]
346
OwnPtr<GraphicsLayer>
m_scrollingContentsLayer
; // Only used if the layer is using composited scrolling.
Completed in 204 milliseconds