OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clip_parent_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/layers/
layer.cc
65
clip_parent_
(NULL),
653
if (
clip_parent_
== ancestor)
656
if (
clip_parent_
)
657
clip_parent_
->RemoveClipChild(this);
659
clip_parent_
= ancestor;
661
if (
clip_parent_
)
662
clip_parent_
->AddClipChild(this);
939
if (
clip_parent_
) {
941
layer->layer_tree_impl()->LayerById(
clip_parent_
->id());
[
all
...]
layer_impl.cc
36
clip_parent_
(NULL),
103
(*it)->
clip_parent_
= NULL;
106
if (
clip_parent_
)
107
clip_parent_
->RemoveClipChild(this);
183
if (
clip_parent_
== ancestor)
186
if (
clip_parent_
)
187
clip_parent_
->RemoveClipChild(this);
189
clip_parent_
= ancestor;
559
if (
clip_parent_
) {
561
clip_parent_
->id())
[
all
...]
layer.h
204
Layer* clip_parent() { return
clip_parent_
; }
206
return
clip_parent_
;
607
Layer*
clip_parent_
;
member in class:cc::Layer
layer_impl.h
121
return
clip_parent_
;
124
return
clip_parent_
;
566
LayerImpl*
clip_parent_
;
member in class:cc::LayerImpl
Completed in 154 milliseconds