OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contentsVisible
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp
399
// distinction between drawsContent and
contentsVisible
. So, for m_layer->layer(), these two
401
// so it is only given
contentsVisible
.
639
ts << "(
contentsVisible
" << m_contentsVisible << ")\n";
880
void GraphicsLayer::setContentsVisible(bool
contentsVisible
)
884
if (
contentsVisible
== m_contentsVisible)
887
m_contentsVisible =
contentsVisible
;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
CompositedLayerMapping.cpp
574
bool
contentsVisible
= m_owningLayer->hasVisibleContent() || hasVisibleNonCompositingDescendantLayers();
578
contentsVisible
= false;
580
m_graphicsLayer->setContentsVisible(
contentsVisible
);
[
all
...]
Completed in 547 milliseconds