HomeSort by relevance Sort by last modified time
    Searched refs:suggestion_index (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/spellchecker/
feedback_sender.h 51 // sender.SelectedSuggestion(hash, suggestion_index);
62 // Records that user selected suggestion |suggestion_index| for the
64 void SelectedSuggestion(uint32 hash, int suggestion_index);
feedback_sender.cc 65 // |suggestion_index|.
66 uint32 BuildHash(const base::Time& session_start, size_t suggestion_index) {
71 suggestion_index));
181 void FeedbackSender::SelectedSuggestion(uint32 hash, int suggestion_index) {
188 misspelling->action.index = suggestion_index;
  /external/chromium_org/chrome/browser/renderer_context_menu/
spelling_menu_observer.cc 248 int suggestion_index = command_id - IDC_SPELLCHECK_SUGGESTION_0; local
250 suggestions_[suggestion_index]);
261 misspelling_hash_, suggestion_index);

Completed in 55 milliseconds