Home
last modified time | relevance | path

Searched refs:dicts (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DTextCheckerClientEnchant.cpp54 GSList* dicts = m_enchantDicts; in ignoreWordInSpellDocument() local
56 for (; dicts; dicts = dicts->next) { in ignoreWordInSpellDocument()
57 EnchantDict* dict = static_cast<EnchantDict*>(dicts->data); in ignoreWordInSpellDocument()
65 GSList* dicts = m_enchantDicts; in learnWord() local
67 for (; dicts; dicts = dicts->next) { in learnWord()
68 EnchantDict* dict = static_cast<EnchantDict*>(dicts->data); in learnWord()
76 GSList* dicts = m_enchantDicts; in checkSpellingOfString() local
77 if (!dicts) in checkSpellingOfString()
112 for (; dicts; dicts = dicts->next) { in checkSpellingOfString()
113 EnchantDict* dict = static_cast<EnchantDict*>(dicts->data); in checkSpellingOfString()
[all …]
/external/skia/gyp/
Dcommon_variables.gypi27 # 1. directly enclosing 'variable' dicts, and
28 # 2. "sibling" 'variable' dicts (which, I guess, are combined into a single
31 # dicts), so we have to re-define every variable at every enclosure level
32 # within our ridiculous matryoshka doll of 'variable' dicts. That's why
/external/chromium/build/
Dcommon.gypi1676 # settings in target dicts. SYMROOT is a special case, because many other
/external/webkit/Source/WebKit/gtk/
DChangeLog7580 (WebKit::EditorClient::ignoreWordInSpellDocument): Change 'langs' to 'dicts'
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2353157 Add some methods to dicts and stacks that exist in Qt.