OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CustomDictionaryEngine
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/renderer/spellchecker/
custom_dictionary_engine.cc
10
CustomDictionaryEngine
::
CustomDictionaryEngine
() {
13
CustomDictionaryEngine
::~
CustomDictionaryEngine
() {
16
void
CustomDictionaryEngine
::Init(const std::set<std::string>& custom_words) {
28
void
CustomDictionaryEngine
::OnCustomDictionaryChanged(
43
bool
CustomDictionaryEngine
::SpellCheckWord(
custom_dictionary_engine.h
17
class
CustomDictionaryEngine
{
19
CustomDictionaryEngine
();
20
~
CustomDictionaryEngine
();
41
DISALLOW_COPY_AND_ASSIGN(
CustomDictionaryEngine
);
Completed in 1361 milliseconds