Searched refs:TextCheckingProcessType (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | TextChecking.h | 50 enum TextCheckingProcessType { enum 81 …ata(int sequence, const String& text, TextCheckingTypeMask mask, TextCheckingProcessType processTy… in TextCheckingRequestData() 94 TextCheckingProcessType processType() const { return m_processType; } in processType() 102 TextCheckingProcessType m_processType;
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | SpellCheckRequester.h | 47 …fPtrWillBeRawPtr<SpellCheckRequest> create(TextCheckingTypeMask, TextCheckingProcessType, PassRefP… 68 …wPtr<Range> paragraphRange, const String&, TextCheckingTypeMask, TextCheckingProcessType, const Ve…
|
D | SpellCheckRequester.cpp | 44 TextCheckingProcessType processType, in SpellCheckRequest() 71 …llCheckRequest::create(TextCheckingTypeMask textCheckingOptions, TextCheckingProcessType processTy… in create()
|