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
308
// distinction between drawsContent and
contentsVisible
. So, for m_layer->layer(), these two
310
// so it is only given
contentsVisible
.
597
json->setBoolean("
contentsVisible
", m_contentsVisible);
791
void GraphicsLayer::setContentsVisible(bool
contentsVisible
)
795
if (
contentsVisible
== m_contentsVisible)
798
m_contentsVisible =
contentsVisible
;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp
731
bool
contentsVisible
= m_owningLayer.hasVisibleContent() || hasVisibleNonCompositingDescendant(&m_owningLayer (…)
[
all
...]
Completed in 323 milliseconds