HomeSort by relevance Sort by last modified time
    Searched refs:SetIsRootForIsolatedGroup (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/cc/trees/
layer_tree_host_pixeltest_blending.cc 63 background->SetIsRootForIsolatedGroup(true);
  /external/chromium_org/cc/layers/
layer_impl_unittest.cc 191 root->SetIsRootForIsolatedGroup(true));
230 root->SetIsRootForIsolatedGroup(true));
326 layer->SetIsRootForIsolatedGroup(true));
347 layer->SetIsRootForIsolatedGroup(true));
layer.h 144 void SetIsRootForIsolatedGroup(bool root);
layer.cc 540 void Layer::SetIsRootForIsolatedGroup(bool root) {
891 layer->SetIsRootForIsolatedGroup(is_root_for_isolated_group_);
    [all...]
layer_impl.h 242 void SetIsRootForIsolatedGroup(bool root);
layer_impl.cc 516 layer->SetIsRootForIsolatedGroup(is_root_for_isolated_group_);
960 void LayerImpl::SetIsRootForIsolatedGroup(bool root) {
    [all...]
layer_unittest.cc 608 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetIsRootForIsolatedGroup(true));
    [all...]
  /external/chromium_org/content/renderer/compositor_bindings/
web_layer_impl.cc 147 void WebLayerImpl::setIsRootForIsolatedGroup(bool isolate) {
148 layer_->SetIsRootForIsolatedGroup(isolate);

Completed in 330 milliseconds