HomeSort by relevance Sort by last modified time
    Searched refs:SetIsDrawable (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/webkit/renderer/compositor_bindings/
web_solid_color_layer_impl.cc 16 layer_->layer()->SetIsDrawable(true);
web_content_layer_impl.cc 34 layer_->layer()->SetIsDrawable(true);
web_external_texture_layer_impl.cc 29 layer->SetIsDrawable(true);
  /external/chromium_org/cc/test/
fake_picture_layer.cc 18 SetIsDrawable(true);
fake_painted_scrollbar_layer.cc 33 SetIsDrawable(true);
fake_content_layer.cc 29 SetIsDrawable(true);
tiled_layer_test_common.cc 78 SetIsDrawable(true);
layer_tree_pixel_test.cc 125 layer->SetIsDrawable(true);
183 layer->SetIsDrawable(true);
layer_tree_json_parser.cc 93 new_layer->SetIsDrawable(draws_content);
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_video.cc 29 root->SetIsDrawable(true);
36 video->SetIsDrawable(true);
layer_tree_host_pixeltest_readback.cc 663 background->SetIsDrawable(true);
668 green->SetIsDrawable(true);
675 blue->SetIsDrawable(true);
694 background->SetIsDrawable(true);
699 green->SetIsDrawable(true);
706 blue->SetIsDrawable(true);
725 background->SetIsDrawable(true);
731 green->SetIsDrawable(true);
738 blue->SetIsDrawable(true);
758 background->SetIsDrawable(true)
    [all...]
layer_tree_host_pixeltest_masks.cc 57 mask->SetIsDrawable(true);
72 mask->SetIsDrawable(true);
117 mask->SetIsDrawable(true);
134 mask->SetIsDrawable(true);
164 mask->SetIsDrawable(true);
204 mask->SetIsDrawable(true);
239 mask->SetIsDrawable(true);
layer_tree_host_pixeltest_on_demand_raster.cc 97 layer->SetIsDrawable(true);
layer_tree_host_unittest_context.cc 358 root_->SetIsDrawable(true);
363 content_->SetIsDrawable(true);
471 root_->SetIsDrawable(true);
476 content_->SetIsDrawable(true);
891 root->SetIsDrawable(true);
897 delegated->SetIsDrawable(true);
903 content->SetIsDrawable(true);
909 texture->SetIsDrawable(true);
925 content_with_mask->SetIsDrawable(true);
933 video_color->SetIsDrawable(true)
    [all...]
layer_tree_host_unittest.cc 193 layer->SetIsDrawable(false);
225 layer->SetIsDrawable(true);
283 root_layer_->SetIsDrawable(true);
652 root_layer_->SetIsDrawable(true);
744 root_layer_->SetIsDrawable(true);
    [all...]
layer_tree_host_unittest_scroll.cc 191 root_scroll_layer->SetIsDrawable(true);
413 root_scroll_layer_->SetIsDrawable(true);
435 child_layer_->SetIsDrawable(true);
    [all...]
  /external/chromium_org/cc/layers/
ui_resource_layer_unittest.cc 54 test_layer->SetIsDrawable(true);
84 test_layer->SetIsDrawable(true);
nine_patch_layer_unittest.cc 53 test_layer->SetIsDrawable(true);
picture_layer_unittest.cc 35 layer->SetIsDrawable(true);
texture_layer_unittest.cc 124 test_layer->SetIsDrawable(true);
141 test_layer->SetIsDrawable(false);
271 test_layer->SetIsDrawable(true);
300 test_layer->SetIsDrawable(true);
782 layer_->SetIsDrawable(true);
    [all...]
layer_unittest.cc 477 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetIsDrawable(true));
520 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetIsDrawable(false));
531 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetIsDrawable(true));
    [all...]
layer.h 339 void SetIsDrawable(bool is_drawable);
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_compositing_helper.cc 139 background_layer_->SetIsDrawable(false);
253 texture_layer_->SetIsDrawable(true);
418 delegated_layer_->SetIsDrawable(true);
435 texture_layer_->SetIsDrawable(visible);
437 delegated_layer_->SetIsDrawable(visible);
  /external/chromium_org/content/browser/android/
edge_effect.cc 99 layer->SetIsDrawable(false);
110 layer->SetIsDrawable(true);
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.cc 721 delegated_renderer_layer_->SetIsDrawable(true);
890 texture_layer_->SetIsDrawable(true);
959 texture_layer_->SetIsDrawable(false);
    [all...]

Completed in 219 milliseconds

1 2