OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HunspellEngine
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/renderer/spellchecker/
hunspell_engine.cc
36
return new
HunspellEngine
();
40
HunspellEngine
::
HunspellEngine
()
47
HunspellEngine
::~
HunspellEngine
() {
50
void
HunspellEngine
::Init(base::PlatformFile file) {
58
void
HunspellEngine
::InitializeHunspell() {
77
bool
HunspellEngine
::CheckSpelling(const base::string16& word_to_check,
98
void
HunspellEngine
::FillSuggestionList(
125
bool
HunspellEngine
::InitializeIfNeeded()
[
all
...]
hunspell_engine.h
23
class
HunspellEngine
: public SpellingEngine {
25
HunspellEngine
();
26
virtual ~
HunspellEngine
();
Completed in 41 milliseconds