Home | History | Annotate | Download | only in android

Lines Matching refs:start_timestamp

356     base::TimeDelta start_timestamp = current_time;
367 EXPECT_LT(start_timestamp.InMillisecondsF(),
497 // to decode will have a timestamp equal to |start_timestamp|.
503 const base::TimeDelta& start_timestamp,
511 // |start_timestamp| must be smaller than |target_timestamp|.
512 EXPECT_LE(start_timestamp, target_timestamp);
515 int current_timestamp = start_timestamp.InMilliseconds();