Home | History | Annotate | Download | only in media

Lines Matching defs:start_time

303       const base::Time& start_time,
350 const base::Time& start_time,
359 const base::Time& start_time,
604 const base::Time start_time = base::Time::Now();
605 if (paint_subscriber_.ShouldCaptureFrame(start_time,
612 base::Bind(capture_callback_, start_time, frame, deliver_frame_cb));
623 const base::Time start_time = base::Time::Now();
624 if (timer_subscriber_.ShouldCaptureFrame(start_time,
627 capture_callback_.Run(start_time, frame, deliver_frame_cb);
777 const base::Time& start_time,
812 start_time, target, deliver_frame_cb));
818 this->AsWeakPtr(), start_time, deliver_frame_cb));
824 start_time, target, deliver_frame_cb));
887 const base::Time& start_time,
897 UMA_HISTOGRAM_TIMES("TabCapture.CopyTimeBitmap", now - start_time);
901 base::Bind(deliver_frame_cb, start_time)));
905 deliver_frame_cb.Run(start_time, false);
910 const base::Time& start_time,
918 UMA_HISTOGRAM_TIMES("TabCapture.CopyTimeVideoFrame", now - start_time);
923 deliver_frame_cb.Run(start_time, success);