OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetIsRootForIsolatedGroup
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/cc/trees/
layer_tree_host_pixeltest_blending.cc
69
background->
SetIsRootForIsolatedGroup
(true);
/external/chromium_org/cc/layers/
layer_impl_unittest.cc
193
root->
SetIsRootForIsolatedGroup
(true));
234
root->
SetIsRootForIsolatedGroup
(true));
330
layer->
SetIsRootForIsolatedGroup
(true));
351
layer->
SetIsRootForIsolatedGroup
(true));
[
all
...]
layer.h
145
void
SetIsRootForIsolatedGroup
(bool root);
layer.cc
544
void Layer::
SetIsRootForIsolatedGroup
(bool root) {
897
layer->
SetIsRootForIsolatedGroup
(is_root_for_isolated_group_);
[
all
...]
layer_impl.h
261
void
SetIsRootForIsolatedGroup
(bool root);
layer_impl.cc
527
layer->
SetIsRootForIsolatedGroup
(is_root_for_isolated_group_);
977
void LayerImpl::
SetIsRootForIsolatedGroup
(bool root) {
[
all
...]
layer_unittest.cc
606
EXPECT_SET_NEEDS_COMMIT(1, test_layer->
SetIsRootForIsolatedGroup
(true));
[
all
...]
/external/chromium_org/cc/blink/
web_layer_impl.cc
149
void WebLayerImpl::
setIsRootForIsolatedGroup
(bool isolate) {
150
layer_->
SetIsRootForIsolatedGroup
(isolate);
Completed in 1315 milliseconds