OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setDrawsContent
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc
166
void WebLayerImpl::
setDrawsContent
(bool draws_content) {
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp
115
m_layer->layer()->
setDrawsContent
(m_drawsContent && m_contentsVisible);
403
m_layer->layer()->
setDrawsContent
(m_drawsContent && m_contentsVisible);
405
contentsLayer->
setDrawsContent
(m_contentsVisible);
488
// It is necessary to call
setDrawsContent
as soon as we receive the new contentsLayer, for
489
// the correctness of early exit conditions in
setDrawsContent
() and setContentsVisible().
490
m_contentsLayer->
setDrawsContent
(m_contentsVisible);
869
void GraphicsLayer::
setDrawsContent
(bool drawsContent)
872
// WebLayer::
setDrawsContent
whenever m_contentsLayer is set to a new layer in setupContentsLayer().
883
// WebLayer::
setDrawsContent
whenever m_contentsLayer is set to a new layer in setupContentsLayer().
[
all
...]
Completed in 3172 milliseconds