OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SpellCheckerClientImpl
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
SpellCheckerClientImpl.cpp
28
#include "
SpellCheckerClientImpl
.h"
45
SpellCheckerClientImpl
::
SpellCheckerClientImpl
(WebViewImpl* webview)
51
SpellCheckerClientImpl
::~
SpellCheckerClientImpl
()
55
bool
SpellCheckerClientImpl
::shouldSpellcheckByDefault()
83
bool
SpellCheckerClientImpl
::isContinuousSpellCheckingEnabled()
92
void
SpellCheckerClientImpl
::toggleContinuousSpellChecking()
113
bool
SpellCheckerClientImpl
::isGrammarCheckingEnabled()
119
bool
SpellCheckerClientImpl
::shouldEraseMarkersAfterChangeSelection(TextCheckingType type) cons
[
all
...]
SpellCheckerClientImpl.h
45
class
SpellCheckerClientImpl
: public WebCore::SpellCheckerClient, public WebCore::TextCheckerClient {
47
SpellCheckerClientImpl
(WebViewImpl*);
49
virtual ~
SpellCheckerClientImpl
();
WebViewImpl.h
44
#include "
SpellCheckerClientImpl
.h"
661
SpellCheckerClientImpl
m_spellCheckerClientImpl;
[
all
...]
webkit.target.darwin-arm.mk
137
third_party/WebKit/Source/web/
SpellCheckerClientImpl
.cpp \
webkit.target.darwin-mips.mk
137
third_party/WebKit/Source/web/
SpellCheckerClientImpl
.cpp \
webkit.target.darwin-x86.mk
137
third_party/WebKit/Source/web/
SpellCheckerClientImpl
.cpp \
webkit.target.linux-arm.mk
137
third_party/WebKit/Source/web/
SpellCheckerClientImpl
.cpp \
webkit.target.linux-mips.mk
137
third_party/WebKit/Source/web/
SpellCheckerClientImpl
.cpp \
webkit.target.linux-x86.mk
137
third_party/WebKit/Source/web/
SpellCheckerClientImpl
.cpp \
Completed in 57 milliseconds