OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetScrollClipLayerId
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/cc/layers/
layer_perftest.cc
84
test_layer->
SetScrollClipLayerId
(scrollable ? test_layer->id()
scrollbar_layer_unittest.cc
141
scroll_layer->
SetScrollClipLayerId
(layer_tree_root->id());
208
root_layer->
SetScrollClipLayerId
(root_clip_layer->id());
253
root_layer->
SetScrollClipLayerId
(root_clip_layer->id());
426
scroll_layer->
SetScrollClipLayerId
(layer_tree_root->id());
[
all
...]
layer.h
268
void
SetScrollClipLayerId
(int clip_layer_id);
layer.cc
681
void Layer::
SetScrollClipLayerId
(int clip_layer_id) {
[
all
...]
layer_unittest.cc
611
test_layer->
SetScrollClipLayerId
(test_layer->id()));
[
all
...]
/external/chromium_org/cc/trees/
layer_tree_host_unittest_scroll.cc
45
scroll_layer->
SetScrollClipLayerId
(root_layer->id());
121
scroll_layer_->
SetScrollClipLayerId
(root_layer->id());
212
root_scroll_layer->
SetScrollClipLayerId
(root_layer->id());
387
root_scroll_layer->
SetScrollClipLayerId
(root_layer->id());
464
root_scroll_layer_->
SetScrollClipLayerId
(root_layer->id());
485
child_layer_->
SetScrollClipLayerId
(root_layer->id());
756
root_scroll_layer->
SetScrollClipLayerId
(root_layer->id());
[
all
...]
layer_tree_host_unittest_damage.cc
366
content_layer->
SetScrollClipLayerId
(scroll_clip_layer->id());
layer_tree_host_unittest_animation.cc
[
all
...]
layer_tree_host_unittest.cc
851
scroll_layer_->
SetScrollClipLayerId
(root_layer->id());
[
all
...]
layer_tree_host_common_unittest.cc
[
all
...]
/external/chromium_org/cc/blink/
web_layer_impl.cc
280
layer_->
SetScrollClipLayerId
(Layer::INVALID_ID);
283
layer_->
SetScrollClipLayerId
(clip_layer->id());
/external/chromium_org/cc/test/
layer_tree_json_parser.cc
121
new_layer->
SetScrollClipLayerId
(scrollable ? new_layer->id()
Completed in 308 milliseconds