OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetMasksToBounds
(Results
1 - 25
of
28
) sorted by null
1
2
/external/chromium_org/cc/trees/
layer_tree_host_unittest_occlusion.cc
134
child_->
SetMasksToBounds
(true);
164
child_->
SetMasksToBounds
(true);
196
child_->
SetMasksToBounds
(true);
230
child_->
SetMasksToBounds
(true);
264
child_->
SetMasksToBounds
(true);
299
child_->
SetMasksToBounds
(true);
333
child_->
SetMasksToBounds
(true);
368
child_->
SetMasksToBounds
(true);
402
child_->
SetMasksToBounds
(true);
445
child_->
SetMasksToBounds
(true)
[
all
...]
layer_tree_host_pixeltest_masks.cc
107
clip->
SetMasksToBounds
(true);
173
clip->
SetMasksToBounds
(true);
247
clip->
SetMasksToBounds
(true);
layer_tree_host_pixeltest_filters.cc
182
background->
SetMasksToBounds
(true);
occlusion_tracker_unittest.cc
552
parent->
SetMasksToBounds
(true);
686
parent->
SetMasksToBounds
(true);
757
parent->
SetMasksToBounds
(true);
[
all
...]
layer_tree_host_common_unittest.cc
[
all
...]
layer_tree_host_unittest_damage.cc
428
root_layer->
SetMasksToBounds
(true);
layer_tree_host_unittest_copyrequest.cc
428
parent_layer_->
SetMasksToBounds
(true);
/external/chromium_org/cc/layers/
layer_perftest.cc
82
test_layer->
SetMasksToBounds
(masks_to_bounds);
layer_impl_unittest.cc
117
EXECUTE_AND_VERIFY_SUBTREE_CHANGED(root->
SetMasksToBounds
(true));
150
root->
SetMasksToBounds
(false);
152
root->
SetMasksToBounds
(true);
166
EXECUTE_AND_VERIFY_SUBTREE_DID_NOT_CHANGE(root->
SetMasksToBounds
(true));
243
VERIFY_NEEDS_UPDATE_DRAW_PROPERTIES(root->
SetMasksToBounds
(true));
271
VERIFY_NO_NEEDS_UPDATE_DRAW_PROPERTIES(root->
SetMasksToBounds
(true));
layer.h
123
void
SetMasksToBounds
(bool masks_to_bounds);
layer_impl.h
214
void
SetMasksToBounds
(bool masks_to_bounds);
layer.cc
438
void Layer::
SetMasksToBounds
(bool masks_to_bounds) {
897
layer->
SetMasksToBounds
(masks_to_bounds_);
[
all
...]
layer_impl.cc
517
layer->
SetMasksToBounds
(masks_to_bounds_);
866
void LayerImpl::
SetMasksToBounds
(bool masks_to_bounds) {
[
all
...]
layer_unittest.cc
546
EXPECT_SET_NEEDS_COMMIT(1, test_layer->
SetMasksToBounds
(true));
[
all
...]
delegated_renderer_layer_impl_unittest.cc
[
all
...]
/external/chromium_org/ui/app_list/views/
app_list_view.cc
260
app_list_main_view_->layer()->
SetMasksToBounds
(true);
298
GetWidget()->GetNativeWindow()->layer()->
SetMasksToBounds
(true);
app_list_main_view.cc
115
contents_view_->layer()->
SetMasksToBounds
(true);
/external/chromium_org/ash/shelf/
overflow_bubble_view.cc
60
layer()->
SetMasksToBounds
(true);
/external/chromium_org/ui/compositor/
layer.h
144
void
SetMasksToBounds
(bool masks_to_bounds);
layer.cc
221
void Layer::
SetMasksToBounds
(bool masks_to_bounds) {
222
cc_layer_->
SetMasksToBounds
(masks_to_bounds);
/external/chromium_org/content/renderer/browser_plugin/
browser_plugin_compositing_helper.cc
114
background_layer_->
SetMasksToBounds
(true);
/external/chromium_org/ui/views/bubble/
tray_bubble_view.cc
507
details.parent->layer()->
SetMasksToBounds
(true);
/external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc
100
void WebLayerImpl::
setMasksToBounds
(bool masks_to_bounds) {
101
layer_->
SetMasksToBounds
(masks_to_bounds);
/external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc
[
all
...]
/external/chromium_org/ui/message_center/views/
message_center_view.cc
630
scroller_->layer()->
SetMasksToBounds
(true);
[
all
...]
Completed in 487 milliseconds
1
2