OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toggleContinuousSpellChecking
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/
SpellCheckerClient.h
41
virtual void
toggleContinuousSpellChecking
() = 0;
/external/chromium_org/third_party/WebKit/Source/web/
SpellCheckerClientImpl.h
52
virtual void
toggleContinuousSpellChecking
() OVERRIDE;
SpellCheckerClientImpl.cpp
92
void SpellCheckerClientImpl::
toggleContinuousSpellChecking
()
WebFrameImpl.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.h
56
void
toggleContinuousSpellChecking
();
SpellChecker.cpp
101
void SpellChecker::
toggleContinuousSpellChecking
()
103
spellCheckerClient().
toggleContinuousSpellChecking
();
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h
275
virtual void
toggleContinuousSpellChecking
() OVERRIDE { }
/external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp
204
page->mainFrame()->spellChecker().
toggleContinuousSpellChecking
();
[
all
...]
Completed in 50 milliseconds