OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maskContains
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/text/
TextChecking.h
92
bool
maskContains
(TextCheckingType type) const { return m_mask & type; }
/external/chromium_org/third_party/WebKit/Source/core/editing/
SpellCheckRequester.cpp
251
if (!requestData.
maskContains
(TextCheckingTypeSpelling))
253
if (!requestData.
maskContains
(TextCheckingTypeGrammar))
Completed in 32 milliseconds