OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_any_recordings_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/test/
fake_picture_pile_impl.cc
27
pile->
has_any_recordings_
= true;
43
pile->
has_any_recordings_
= false;
57
pile->
has_any_recordings_
= true;
70
pile->
has_any_recordings_
= true;
91
has_any_recordings_
= true;
/external/chromium_org/cc/resources/
picture_pile_base.h
49
bool HasRecordings() const { return
has_any_recordings_
; }
126
bool
has_any_recordings_
;
member in class:cc::PicturePileBase
picture_pile_base.cc
50
has_any_recordings_
(false),
74
has_any_recordings_
(other->
has_any_recordings_
),
picture_pile.cc
200
has_any_recordings_
= false;
222
has_any_recordings_
|= !!it->second.GetPicture();
547
has_any_recordings_
= true;
555
has_any_recordings_
= false;
Completed in 641 milliseconds