OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HunspellEngine
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/renderer/spellchecker/
hunspell_engine.cc
34
return new
HunspellEngine
();
38
HunspellEngine
::
HunspellEngine
()
45
HunspellEngine
::~
HunspellEngine
() {
48
void
HunspellEngine
::Init(base::File file) {
57
void
HunspellEngine
::InitializeHunspell() {
70
bool
HunspellEngine
::CheckSpelling(const base::string16& word_to_check,
91
void
HunspellEngine
::FillSuggestionList(
118
bool
HunspellEngine
::InitializeIfNeeded()
[
all
...]
hunspell_engine.h
23
class
HunspellEngine
: public SpellingEngine {
25
HunspellEngine
();
26
virtual ~
HunspellEngine
();
spellcheck_unittest.cc
64
new
HunspellEngine
);
[
all
...]
Completed in 312 milliseconds