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

/external/clang/include/clang/Basic/
H A DLangOptions.h44 SanitizerOptions Sanitize; member in class:clang::LangOptionsBase
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary.cc197 int SpellcheckCustomDictionary::Change::Sanitize(const WordSet& words) { function in class:SpellcheckCustomDictionary::Change
239 int result = dictionary_change.Sanitize(GetWords());
251 int result = dictionary_change.Sanitize(GetWords());
319 to_change_locally.Sanitize(GetWords());
387 dictionary_change.Sanitize(GetWords());
436 dictionary_change.Sanitize(GetWords());

Completed in 63 milliseconds