Searched defs:interaction_time (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager.cc807 const TimeTicks& interaction_time,
811 interaction_time,
804 UploadFormDataAsyncCallback( const FormStructure* submitted_form, const TimeTicks& load_time, const TimeTicks& interaction_time, const TimeTicks& submission_time) argument
H A Dform_structure.cc755 const base::TimeTicks& interaction_time,
875 // The |interaction_time| might be unset, in the case that the user
877 if (!interaction_time.is_null()) {
879 DCHECK(submission_time > interaction_time);
880 base::TimeDelta elapsed = submission_time - interaction_time;
752 LogQualityMetrics( const AutofillMetrics& metric_logger, const base::TimeTicks& load_time, const base::TimeTicks& interaction_time, const base::TimeTicks& submission_time) const argument

Completed in 290 milliseconds