OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmptySpellCheckerClient
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h
268
class
EmptySpellCheckerClient
: public SpellCheckerClient {
269
WTF_MAKE_NONCOPYABLE(
EmptySpellCheckerClient
); WTF_MAKE_FAST_ALLOCATED;
271
EmptySpellCheckerClient
() { }
272
virtual ~
EmptySpellCheckerClient
() { }
EmptyClients.cpp
63
static SpellCheckerClient* dummySpellCheckerClient = adoptPtr(new
EmptySpellCheckerClient
).leakPtr();
/external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp
68
static SpellCheckerClient&
emptySpellCheckerClient
()
70
DEFINE_STATIC_LOCAL(
EmptySpellCheckerClient
, client, ());
78
return
emptySpellCheckerClient
();
[
all
...]
Completed in 65 milliseconds