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

/external/chromium_org/chrome/browser/omnibox/
H A Domnibox_log.cc16 base::TimeDelta elapsed_time_since_user_first_modified_omnibox,
28 elapsed_time_since_user_first_modified_omnibox(
29 elapsed_time_since_user_first_modified_omnibox),
7 OmniboxLog( const base::string16& text, bool just_deleted_text, metrics::OmniboxInputType::Type input_type, bool is_popup_open, size_t selected_index, bool is_paste_and_go, SessionID::id_type tab_id, metrics::OmniboxEventProto::PageClassification current_page_classification, base::TimeDelta elapsed_time_since_user_first_modified_omnibox, size_t completed_length, base::TimeDelta elapsed_time_since_last_change_to_default_match, const AutocompleteResult& result) argument
H A Domnibox_log.h32 base::TimeDelta elapsed_time_since_user_first_modified_omnibox,
75 base::TimeDelta elapsed_time_since_user_first_modified_omnibox; member in struct:OmniboxLog
86 // elapsed_time_since_user_first_modified_omnibox. Measuring this

Completed in 91 milliseconds