OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CustomDictionaryEngine
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/renderer/spellchecker/
custom_dictionary_engine.h
17
class
CustomDictionaryEngine
{
19
CustomDictionaryEngine
();
20
~
CustomDictionaryEngine
();
41
DISALLOW_COPY_AND_ASSIGN(
CustomDictionaryEngine
);
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_unittest.cc
10
CustomDictionaryEngine
engine;
17
CustomDictionaryEngine
engine;
27
EXPECT_FALSE(
CustomDictionaryEngine
().SpellCheckWord(data, 1, 1));
spellcheck.h
151
CustomDictionaryEngine
custom_dictionary_;
Completed in 33 milliseconds