OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:backgroundIsKnownToBeOpaqueInRect
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerModelObject.h
55
virtual bool
backgroundIsKnownToBeOpaqueInRect
(const LayoutRect&) const { return false; }
RenderView.h
204
virtual bool
backgroundIsKnownToBeOpaqueInRect
(const LayoutRect& localRect) const OVERRIDE FINAL;
RenderLayer.h
383
bool
backgroundIsKnownToBeOpaqueInRect
(const LayoutRect&) const;
[
all
...]
RenderBox.h
59
virtual bool
backgroundIsKnownToBeOpaqueInRect
(const LayoutRect& localRect) const OVERRIDE;
[
all
...]
CompositedLayerMapping.cpp
302
m_backgroundLayer->setContentsOpaque(m_owningLayer->
backgroundIsKnownToBeOpaqueInRect
(compositedBounds()));
304
m_graphicsLayer->setContentsOpaque(m_owningLayer->
backgroundIsKnownToBeOpaqueInRect
(compositedBounds()));
[
all
...]
RenderView.cpp
[
all
...]
RenderLayer.cpp
[
all
...]
RenderBox.cpp
[
all
...]
Completed in 39 milliseconds