Home | History | Annotate | Download | only in base

Lines Matching full:time

11 #include "base/time/time.h"
29 // time to the time ranges. (Note that following a Reset(), cue
30 // times are assumed to be monotonically increasing.) If this time
31 // has already been added to the time ranges, then AddCue() returns
33 // the time is added to the time ranges and AddCue() returns true,
37 // Returns a count of the number of time ranges, intended for use by
38 // the unit test module to vet proper time range merge behavior.
52 // Adjust time range state to mark the cue as having been seen,
57 // Returns the value of the last time in the range.
75 // NewRange() is used to create a new time range when AddCue() is
76 // called immediately following a Reset(), and no existing time
83 // The collection of time ranges, each of which is bounded
87 // The time range to which we bind following a Reset().