Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_action.h18 enum SpellcheckActionType { enum
49 SpellcheckAction(SpellcheckActionType type, int index, base::string16 value);
66 SpellcheckActionType type;
Dspellcheck_action_unittest.cc14 static const SpellcheckAction::SpellcheckActionType kFinalActions[] = { in TEST()
30 static const SpellcheckAction::SpellcheckActionType kPendingActions[] = { in TEST()
Dspellcheck_action.cc12 SpellcheckAction::SpellcheckAction(SpellcheckActionType type, in SpellcheckAction()