Home
last modified time | relevance | path

Searched refs:suggestion_index (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/spellchecker/
Dfeedback_sender.cc66 uint32 BuildHash(const base::Time& session_start, size_t suggestion_index) { in BuildHash() argument
71 suggestion_index)); in BuildHash()
181 void FeedbackSender::SelectedSuggestion(uint32 hash, int suggestion_index) { in SelectedSuggestion() argument
188 misspelling->action.index = suggestion_index; in SelectedSuggestion()
Dfeedback_sender.h64 void SelectedSuggestion(uint32 hash, int suggestion_index);
/external/chromium_org/chrome/browser/tab_contents/
Dspelling_menu_observer.cc255 int suggestion_index = command_id - IDC_SPELLCHECK_SUGGESTION_0; in ExecuteCommand() local
257 suggestions_[suggestion_index]); in ExecuteCommand()
268 misspelling_hash_, suggestion_index); in ExecuteCommand()