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/
CompositedLayerMapping.cpp
241
m_scrollingContentsLayer
= nullptr;
[
all
...]
CompositedLayerMapping.h
114
GraphicsLayer* scrollingContentsLayer() const { return
m_scrollingContentsLayer
.get(); }
277
// +
m_scrollingContentsLayer
[OPTIONAL]
303
OwnPtr<GraphicsLayer>
m_scrollingContentsLayer
; // Only used if the layer is using composited scrolling.
Completed in 27 milliseconds