HomeSort by relevance Sort by last modified time
    Searched refs:checkTextOfParagraph (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebCore/platform/text/
TextCheckerClient.h 67 virtual void checkTextOfParagraph(const UChar* text, int length, TextCheckingTypeMask checkingTypes, Vector<TextCheckingResult>& results) = 0;
  /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 649 void checkTextOfParagraph(const String& text, uint64_t checkingTypes, Vector<WebCore::TextCheckingResult>& results);
    [all...]
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.h 133 virtual void checkTextOfParagraph(const UChar* text, int length, WebCore::TextCheckingTypeMask checkingTypes, WTF::Vector<WebCore::TextCheckingResult>& results);
WebEditorClient.mm     [all...]
  /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/WebProcess/WebCoreSupport/mac/
WebEditorClientMac.mm 241 void WebEditorClient::checkTextOfParagraph(const UChar* text, int length, WebCore::TextCheckingTypeMask checkingTypes, Vector<TextCheckingResult>& results)
244 m_page->sendSync(Messages::WebPageProxy::CheckTextOfParagraph(String(text, length), checkingTypes), Messages::WebPageProxy::CheckTextOfParagraph::Reply(results));
  /external/webkit/Source/WebCore/editing/
TextCheckingHelper.cpp 278 m_client->textChecker()->checkTextOfParagraph(paragraphString.characters(), paragraphString.length(), checkingTypes, results);
528 m_client->textChecker()->checkTextOfParagraph(paragraph.textCharacters(), paragraph.textLength(), checkingTypes, results);
Editor.cpp     [all...]
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 423 virtual void checkTextOfParagraph(const UChar*, int, TextCheckingTypeMask, Vector<TextCheckingResult>&) { };
  /external/webkit/Source/WebKit2/UIProcess/mac/
TextCheckerMac.mm 228 Vector<TextCheckingResult> TextChecker::checkTextOfParagraph(int64_t spellDocumentTag, const UChar* text, int length, uint64_t checkingTypes)
319 // Mac uses checkTextOfParagraph instead.
325 // Mac uses checkTextOfParagraph instead.
  /external/webkit/Source/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm 487 // checkTextOfParagraph is the only spelling/grammar checker implemented in WK1 and WK2
489 checker->checkTextOfParagraph(chars, charLength, TextCheckingTypeSpelling, results);
    [all...]

Completed in 450 milliseconds