OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attached_sequences_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/compositor/
layer_animation_observer.cc
34
while (!
attached_sequences_
.empty()) {
35
LayerAnimationSequence* sequence = *
attached_sequences_
.begin();
42
DCHECK(
attached_sequences_
.find(sequence) ==
attached_sequences_
.end());
43
attached_sequences_
.insert(sequence);
49
if (
attached_sequences_
.find(sequence) !=
attached_sequences_
.end())
50
attached_sequences_
.erase(sequence);
layer_animation_observer.h
61
return
attached_sequences_
;
75
AttachedSequences
attached_sequences_
;
member in class:ui::LayerAnimationObserver
Completed in 193 milliseconds