HomeSort by relevance Sort by last modified time
    Searched full:getwords (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/sync/test/integration/
dictionary_helper.cc 27 int result = change.Sanitize(dictionary->GetWords());
74 return GetDictionary(index)->GetWords().size();
78 return GetVerifierDictionary()->GetWords().size();
84 ? GetVerifierDictionary()->GetWords()
85 : GetDictionary(0)->GetWords();
88 GetDictionary(i)->GetWords();
99 GetVerifierDictionary()->GetWords();
101 GetDictionary(index)->GetWords();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoExpand.py 26 words = self.getwords()
31 words = self.getwords()
48 def getwords(self): member in class:AutoExpand
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoExpand.py 26 words = self.getwords()
31 words = self.getwords()
48 def getwords(self): member in class:AutoExpand
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary_unittest.cc 47 const WordSet& words = dictionary->GetWords();
241 WordSet actual1 = custom_dictionary->GetWords();
244 WordSet actual2 = custom_dictionary2->GetWords();
364 dictionary->GetWords().size());
370 dictionary->GetWords().size());
376 dictionary->GetWords().size());
382 dictionary->GetWords().size());
451 const WordSet& words = dictionary->GetWords();
498 WordSet words = custom_dictionary->GetWords();
499 WordSet words2 = custom_dictionary2->GetWords();
    [all...]
spellcheck_custom_dictionary.cc 230 const WordSet& SpellcheckCustomDictionary::GetWords() const {
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());
spellcheck_custom_dictionary.h 81 const chrome::spellcheck_common::WordSet& GetWords() const;
spellcheck_service.cc 188 custom_dictionary_->GetWords(),
  /external/chromium_org/chrome/browser/ui/webui/options/
language_dictionary_overlay_handler.cc 95 const chrome::spellcheck_common::WordSet& words = dictionary_->GetWords();
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsList.java 211 mWordList = getWords();
426 mWordList = getWords();
625 private ArrayList<WnnWord> getWords() {

Completed in 404 milliseconds