OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cycles_remaining_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gfx/animation/
throb_animation.h
41
void set_cycles_remaining(int value) {
cycles_remaining_
= value; }
42
int cycles_remaining() const { return
cycles_remaining_
; }
59
int
cycles_remaining_
;
member in class:gfx::ThrobAnimation
throb_animation.cc
17
cycles_remaining_
(0),
24
cycles_remaining_
= cycles_til_stop;
34
cycles_remaining_
= cycles_til_stop;
66
cycles_remaining_
--;
68
// We want to stop hidden, hence this doesn't check
cycles_remaining_
.
70
} else if (
cycles_remaining_
> 0) {
81
cycles_remaining_
= 0;
Completed in 66 milliseconds