/external/webkit/Source/WebKit/chromium/src/ |
WebTextCheckingCompletionImpl.cpp | 51 static Vector<TextCheckingResult> toCoreResults(const WebVector<WebTextCheckingResult>& results) 53 Vector<TextCheckingResult> coreResults; 55 TextCheckingResult coreResult;
|
/external/webkit/Source/WebCore/platform/text/ |
TextCheckerClient.h | 48 struct TextCheckingResult { 67 virtual void checkTextOfParagraph(const UChar* text, int length, TextCheckingTypeMask checkingTypes, Vector<TextCheckingResult>& results) = 0;
|
/external/webkit/Source/WebCore/editing/ |
SpellChecker.h | 51 void didCheck(int sequence, const Vector<TextCheckingResult>&);
|
TextCheckingHelper.cpp | 276 Vector<TextCheckingResult> results; 281 const TextCheckingResult* result = &results[i]; 526 Vector<TextCheckingResult> results; 531 const TextCheckingResult* result = &results[i]; 546 const TextCheckingResult* result = &results[i];
|
SpellChecker.cpp | 150 // Currenntly ignoring TextCheckingResult::details but should be handled. See Bug 56368. 151 void SpellChecker::didCheck(int sequence, const Vector<TextCheckingResult>& results)
|
Editor.cpp | [all...] |
/external/webkit/Source/WebKit2/UIProcess/mac/ |
TextCheckerMac.mm | 228 Vector<TextCheckingResult> TextChecker::checkTextOfParagraph(int64_t spellDocumentTag, const UChar* text, int length, uint64_t checkingTypes) 230 Vector<TextCheckingResult> results; 246 TextCheckingResult result; 252 TextCheckingResult result; 275 TextCheckingResult result; 282 TextCheckingResult result; 289 TextCheckingResult result; 296 TextCheckingResult result; 303 TextCheckingResult result;
|
/external/webkit/Source/WebKit2/UIProcess/ |
TextChecker.h | 65 static Vector<WebCore::TextCheckingResult> checkTextOfParagraph(int64_t spellDocumentTag, const UChar* text, int length, uint64_t checkingTypes);
|
WebPageProxy.h | 73 struct TextCheckingResult; 649 void checkTextOfParagraph(const String& text, uint64_t checkingTypes, Vector<WebCore::TextCheckingResult>& results); [all...] |
WebPageProxy.cpp | [all...] |
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebEditorClient.mm | 781 static Vector<TextCheckingResult> core(NSArray *incomingResults, TextCheckingTypeMask checkingTypes) 783 Vector<TextCheckingResult> results; 791 TextCheckingResult result; 797 TextCheckingResult result; 820 TextCheckingResult result; 827 TextCheckingResult result; 834 TextCheckingResult result; [all...] |
WebEditorClient.h | 133 virtual void checkTextOfParagraph(const UChar* text, int length, WebCore::TextCheckingTypeMask checkingTypes, WTF::Vector<WebCore::TextCheckingResult>& results);
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
WebEditorClient.h | 139 virtual void checkTextOfParagraph(const UChar* text, int length, WebCore::TextCheckingTypeMask checkingTypes, Vector<WebCore::TextCheckingResult>& results);
|
/external/webkit/Source/WebKit2/Shared/ |
WebCoreArgumentCoders.h | 457 template<> struct ArgumentCoder<WebCore::TextCheckingResult> { 458 static void encode(ArgumentEncoder* encoder, const WebCore::TextCheckingResult& result) 467 static bool decode(ArgumentDecoder* decoder, WebCore::TextCheckingResult& result)
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/ |
WebEditorClientMac.mm | 241 void WebEditorClient::checkTextOfParagraph(const UChar* text, int length, WebCore::TextCheckingTypeMask checkingTypes, Vector<TextCheckingResult>& results)
|
/external/webkit/Source/WebCore/loader/ |
EmptyClients.h | 419 virtual void checkTextOfParagraph(const UChar*, int, TextCheckingTypeMask, Vector<TextCheckingResult>&) { };
|
/external/webkit/Source/WebCore/accessibility/mac/ |
AccessibilityObjectWrapper.mm | 488 Vector<TextCheckingResult> results; 494 const TextCheckingResult& result = results[i]; [all...] |