Lines Matching full:start_time
96 const base::TimeTicks start_time = base::TimeTicks::Now();
103 SendSignalInternal(start_time, signal_message);
109 start_time,
152 void ExportedObject::SendSignalInternal(base::TimeTicks start_time,
161 base::TimeTicks::Now() - start_time);
218 const base::TimeTicks start_time = base::TimeTicks::Now();
226 start_time));
233 start_time,
244 base::TimeTicks start_time) {
250 start_time,
254 void ExportedObject::SendResponse(base::TimeTicks start_time,
265 start_time));
267 OnMethodCompleted(std::move(method_call), std::move(response), start_time);
273 base::TimeTicks start_time) {
300 base::TimeTicks::Now() - start_time);