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;
71
pile->
has_any_recordings_
= true;
93
has_any_recordings_
= true;
/external/chromium_org/cc/resources/
picture_pile_base.h
43
bool HasRecordings() const { return
has_any_recordings_
; }
115
bool
has_any_recordings_
;
member in class:cc::PicturePileBase
picture_pile_base.cc
49
has_any_recordings_
(false) {
69
has_any_recordings_
(other->
has_any_recordings_
) {}
84
has_any_recordings_
(other->
has_any_recordings_
) {
102
has_any_recordings_
= false;
115
has_any_recordings_
|= !!it->second.GetPicture();
picture_pile.cc
263
has_any_recordings_
= true;
Completed in 250 milliseconds