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

  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_action_unittest.cc 14 static const SpellcheckAction::SpellcheckActionType kFinalActions[] = {
15 SpellcheckAction::TYPE_ADD_TO_DICT,
16 SpellcheckAction::TYPE_IGNORE,
17 SpellcheckAction::TYPE_IN_DICTIONARY,
18 SpellcheckAction::TYPE_MANUALLY_CORRECTED,
19 SpellcheckAction::TYPE_NO_ACTION,
20 SpellcheckAction::TYPE_SELECT,
22 SpellcheckAction action;
30 static const SpellcheckAction::SpellcheckActionType kPendingActions[] = {
31 SpellcheckAction::TYPE_PENDING
    [all...]
spellcheck_action.h 15 class SpellcheckAction {
48 SpellcheckAction();
49 SpellcheckAction(SpellcheckActionType type, int index, string16 value);
50 ~SpellcheckAction();
spellcheck_action.cc 10 SpellcheckAction::SpellcheckAction() : type(TYPE_PENDING), index(-1) {}
12 SpellcheckAction::SpellcheckAction(SpellcheckActionType type,
17 SpellcheckAction::~SpellcheckAction() {}
19 bool SpellcheckAction::IsFinal() const {
28 void SpellcheckAction::Finalize() {
42 base::DictionaryValue* SpellcheckAction::Serialize() const {
misspelling.h 27 // misspelling.action.type = SpellcheckAction::TYPE_SELECT;
65 SpellcheckAction action;
misspelling.cc 26 base::Value* BuildUserActionValue(const SpellcheckAction& action) {
feedback_sender.cc 199 misspelling->action.type = SpellcheckAction::TYPE_SELECT;
210 misspelling->action.type = SpellcheckAction::TYPE_ADD_TO_DICT;
220 duplicate_misspelling->action.type = SpellcheckAction::TYPE_ADD_TO_DICT;
231 misspelling->action.type = SpellcheckAction::TYPE_IN_DICTIONARY;
240 misspelling->action.type = SpellcheckAction::TYPE_PENDING_IGNORE;
251 misspelling->action.type = SpellcheckAction::TYPE_MANUALLY_CORRECTED;

Completed in 176 milliseconds