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

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

Completed in 332 milliseconds