DrawsContent       78 cc/debug/debug_rect_history.cc   if (!layer->update_rect().IsEmpty() && layer->DrawsContent()) {
DrawsContent      136 cc/debug/rasterize_and_record_benchmark_impl.cc   if (!layer->DrawsContent()) {
DrawsContent       65 cc/layers/content_layer.cc   return TiledLayer::DrawsContent() && client_;
DrawsContent      156 cc/layers/content_layer.cc   if (!DrawsContent())
DrawsContent       43 cc/layers/content_layer.h   virtual bool DrawsContent() const OVERRIDE;
DrawsContent       23 cc/layers/heads_up_display_layer.h   virtual bool DrawsContent() const OVERRIDE;
DrawsContent       80 cc/layers/image_layer.cc   return !bitmap_.isNull() && TiledLayer::DrawsContent();
DrawsContent       22 cc/layers/image_layer.h   virtual bool DrawsContent() const OVERRIDE;
DrawsContent       32 cc/layers/io_surface_layer.cc   return io_surface_id_ && Layer::DrawsContent();
DrawsContent       21 cc/layers/io_surface_layer.h   virtual bool DrawsContent() const OVERRIDE;
DrawsContent      822 cc/layers/layer.cc   if (DrawsContent())
DrawsContent      897 cc/layers/layer.cc   layer->SetDrawsContent(DrawsContent());
DrawsContent      356 cc/layers/layer.h   virtual bool DrawsContent() const;
DrawsContent      501 cc/layers/layer_impl.cc   layer->SetDrawsContent(DrawsContent());
DrawsContent     1422 cc/layers/layer_impl.cc   state->SetInteger("draws_content", DrawsContent());
DrawsContent      186 cc/layers/layer_impl.h   bool DrawsContent() const { return draws_content_; }
DrawsContent       47 cc/layers/layer_utils.cc   if (!layer_in.DrawsContent())
DrawsContent       65 cc/layers/nine_patch_layer_unittest.cc   EXPECT_FALSE(test_layer->DrawsContent());
DrawsContent       77 cc/layers/nine_patch_layer_unittest.cc   EXPECT_TRUE(test_layer->DrawsContent());
DrawsContent       28 cc/layers/picture_image_layer.cc   return !bitmap_.isNull() && PictureLayer::DrawsContent();
DrawsContent       25 cc/layers/picture_image_layer.h   virtual bool DrawsContent() const OVERRIDE;
DrawsContent       30 cc/layers/picture_layer.cc   return Layer::DrawsContent() && client_;
DrawsContent      156 cc/layers/picture_layer.cc   if (!DrawsContent())
DrawsContent       27 cc/layers/picture_layer.h   virtual bool DrawsContent() const OVERRIDE;
DrawsContent      616 cc/layers/picture_layer_impl.cc   if (!DrawsContent()) {
DrawsContent     1195 cc/layers/picture_layer_impl.cc   if (!DrawsContent())
DrawsContent     1524 cc/layers/picture_layer_impl_unittest.cc   EXPECT_TRUE(pending_layer_->DrawsContent());
DrawsContent     1531 cc/layers/picture_layer_impl_unittest.cc   EXPECT_FALSE(pending_layer_->DrawsContent());
DrawsContent      187 cc/layers/render_surface_impl.cc       (!mask_layer->DrawsContent() || mask_layer->bounds().IsEmpty()))
DrawsContent      193 cc/layers/render_surface_impl.cc         (!mask_layer->DrawsContent() || mask_layer->bounds().IsEmpty()))
DrawsContent       29 cc/layers/surface_layer.cc   return surface_id_ && Layer::DrawsContent();
DrawsContent       24 cc/layers/surface_layer.h   virtual bool DrawsContent() const OVERRIDE;
DrawsContent      197 cc/layers/texture_layer.cc   if (rate_limit_context_ && client_ && layer_tree_host() && DrawsContent())
DrawsContent      231 cc/layers/texture_layer.cc   return (client_ || texture_id_ || holder_ref_) && Layer::DrawsContent();
DrawsContent      292 cc/layers/texture_layer.cc     impl_may_draw_client_data_ = texture_id_ && Layer::DrawsContent();
DrawsContent      151 cc/layers/texture_layer.h   virtual bool DrawsContent() const OVERRIDE;
DrawsContent      171 cc/layers/tiled_layer.cc   if (!ContentsScalingLayer::DrawsContent())
DrawsContent      733 cc/layers/tiled_layer.cc   if (tiler_->has_empty_bounds() || !DrawsContent())
DrawsContent      859 cc/layers/tiled_layer.cc       tiler_->has_empty_bounds() || !DrawsContent())
DrawsContent       30 cc/layers/tiled_layer.h   virtual bool DrawsContent() const OVERRIDE;
DrawsContent      145 cc/layers/ui_resource_layer.cc          Layer::DrawsContent();
DrawsContent       23 cc/layers/ui_resource_layer.h   virtual bool DrawsContent() const OVERRIDE;
DrawsContent       65 cc/layers/ui_resource_layer_unittest.cc   EXPECT_FALSE(test_layer->DrawsContent());
DrawsContent       74 cc/layers/ui_resource_layer_unittest.cc   EXPECT_TRUE(test_layer->DrawsContent());
DrawsContent       93 cc/layers/ui_resource_layer_unittest.cc   EXPECT_FALSE(test_layer->DrawsContent());
DrawsContent      101 cc/layers/ui_resource_layer_unittest.cc   EXPECT_TRUE(test_layer->DrawsContent());
DrawsContent      273 cc/trees/layer_sorter.cc     if (!node.layer->DrawsContent() && !render_surface)
DrawsContent      310 cc/trees/layer_sorter.cc     if (!node_a.layer->DrawsContent() && !node_a.layer->render_surface())
DrawsContent      314 cc/trees/layer_sorter.cc       if (!node_b.layer->DrawsContent() && !node_b.layer->render_surface())
DrawsContent     1002 cc/trees/layer_tree_host.cc     } else if (it.represents_itself() && it->DrawsContent()) {
DrawsContent      386 cc/trees/layer_tree_host_common.cc   if (!layer->DrawsContent() || layer->content_bounds().IsEmpty() ||
DrawsContent      473 cc/trees/layer_tree_host_common.cc   if (!layer->DrawsContent() && !can_accept_input)
DrawsContent      619 cc/trees/layer_tree_host_common.cc       (layer->DrawsContent() || num_descendants_that_draw_content > 1);
DrawsContent     1094 cc/trees/layer_tree_host_common.cc     num_descendants_that_draw_content += child_layer->DrawsContent() ? 1 : 0;
DrawsContent     1991 cc/trees/layer_tree_host_common.cc   if (layer->DrawsContent()) {
DrawsContent      186 cc/trees/layer_tree_host_common_unittest.cc   virtual bool DrawsContent() const OVERRIDE;
DrawsContent      824 cc/trees/layer_tree_host_impl.cc     } else if (it.represents_itself() && it->DrawsContent() &&
DrawsContent     1594 cc/trees/layer_tree_host_impl.cc   if (layer_impl->DrawsContent() &&
DrawsContent      186 cc/trees/layer_tree_host_unittest.cc     EXPECT_FALSE(layer->DrawsContent());
DrawsContent      207 cc/trees/layer_tree_host_unittest.cc         EXPECT_TRUE(layer->DrawsContent());
DrawsContent     4761 cc/trees/layer_tree_host_unittest.cc     EXPECT_FALSE(layer_impl->DrawsContent());
DrawsContent      407 cc/trees/occlusion_tracker.cc   if (!layer->DrawsContent())
DrawsContent      685 ui/compositor/layer_unittest.cc   EXPECT_TRUE(l1->cc_layer()->DrawsContent());
DrawsContent      700 ui/compositor/layer_unittest.cc   EXPECT_TRUE(l1->cc_layer()->DrawsContent());
DrawsContent      177 webkit/renderer/compositor_bindings/web_layer_impl.cc bool WebLayerImpl::drawsContent() const { return layer_->DrawsContent(); }