OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setContentsOpaque
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.h
193
void
setContentsOpaque
(bool);
GraphicsLayer.cpp
912
void GraphicsLayer::
setContentsOpaque
(bool opaque)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
CompositedLayerMapping.cpp
301
m_graphicsLayer->
setContentsOpaque
(false);
302
m_backgroundLayer->
setContentsOpaque
(m_owningLayer->backgroundIsKnownToBeOpaqueInRect(compositedBounds()));
304
m_graphicsLayer->
setContentsOpaque
(m_owningLayer->backgroundIsKnownToBeOpaqueInRect(compositedBounds()));
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp
325
scrollbarGraphicsLayer->
setContentsOpaque
(isMainFrame && isOpaqueScrollbar);
[
all
...]
Completed in 33 milliseconds