Searched defs:suggestion_index (Results 1 – 2 of 2) sorted by relevance
66 uint32 BuildHash(const base::Time& session_start, size_t suggestion_index) { in BuildHash()181 void FeedbackSender::SelectedSuggestion(uint32 hash, int suggestion_index) { in SelectedSuggestion()
248 int suggestion_index = command_id - IDC_SPELLCHECK_SUGGESTION_0; in ExecuteCommand() local