OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAsynchronousEnabled
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
SpellCheckRequester.h
89
bool
isAsynchronousEnabled
() const;
SpellCheckRequester.cpp
161
bool SpellCheckRequester::
isAsynchronousEnabled
() const
168
return isCheckable(range) &&
isAsynchronousEnabled
();
Completed in 70 milliseconds