Home
last modified time | relevance | path

Searched refs:TYPE_IGNORE (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_action.cc21 type == TYPE_IGNORE || in IsFinal()
34 type = TYPE_IGNORE; in Finalize()
52 case TYPE_IGNORE: in Serialize()
Dspellcheck_action_unittest.cc16 SpellcheckAction::TYPE_IGNORE, in TEST()
49 ASSERT_EQ(SpellcheckAction::TYPE_IGNORE, action.type); in TEST()
62 SpellcheckAction::TYPE_IGNORE, -1, ASCIIToUTF16("nothing")), in TEST()
Dspellcheck_action.h25 TYPE_IGNORE, enumerator
/external/jmdns/src/javax/jmdns/impl/constants/
DDNSRecordType.java17 TYPE_IGNORE("ignore", 0), enumConstant
292 return TYPE_IGNORE; in typeForName()
304 return TYPE_IGNORE; in typeForIndex()
/external/jmdns/src/javax/jmdns/impl/
DDNSEntry.java129 return (_recordType != null ? _recordType : DNSRecordType.TYPE_IGNORE); in getRecordType()
DDNSIncoming.java273 if (type == DNSRecordType.TYPE_IGNORE) { in readQuestion()
285 if (type == DNSRecordType.TYPE_IGNORE) { in readAnswer()