OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_scrollingBlockSelectionLayer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.h
101
GraphicsLayer* scrollingBlockSelectionLayer() const { return
m_scrollingBlockSelectionLayer
.get(); }
313
// | +
m_scrollingBlockSelectionLayer
[Present iff m_scrollingLayer is present]
347
OwnPtr<GraphicsLayer>
m_scrollingBlockSelectionLayer
; // Only used if the layer is using composited scrolling, but has no scrolling contents apart from block selection gaps.
CompositedLayerMapping.cpp
252
m_scrollingBlockSelectionLayer
= nullptr;
[
all
...]
Completed in 2247 milliseconds