HomeSort by relevance Sort by last modified time
    Searched defs:drawsContent (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/gpu/tools/compositor_model_bench/
render_tree.cc 190 !VerifyDictionaryEntry(node, "drawsContent", Value::TYPE_BOOLEAN) ||
206 bool drawsContent;
207 node->GetBoolean("drawsContent", &drawsContent);
208 c->set_drawsContent(drawsContent);
render_tree.h 74 bool drawsContent() {
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc 142 bool WebLayerImpl::drawsContent() const { return layer_->DrawsContent(); }
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayer.h 294 bool drawsContent() const { return m_drawsContent; }

Completed in 155 milliseconds