Home
last modified time | relevance | path

Searched refs:badGrammarLength (Results 1 – 25 of 26) sorted by relevance

12

/external/webkit/Source/WebKit2/UIProcess/win/
DTextCheckerWin.cpp100 …or<WebCore::GrammarDetail>& grammarDetails, int32_t& badGrammarLocation, int32_t& badGrammarLength) in checkGrammarOfString() argument
102 …ring(spellDocumentTag, String(text, length), grammarDetails, badGrammarLocation, badGrammarLength); in checkGrammarOfString()
DWebTextCheckerClient.cpp102 …or<WebCore::GrammarDetail>& grammarDetails, int32_t& badGrammarLocation, int32_t& badGrammarLength) in checkGrammarOfString() argument
108 …ag, toAPI(text.impl()), &wkGrammarDetailsRef, &badGrammarLocation, &badGrammarLength, m_client.cli… in checkGrammarOfString()
DWebTextCheckerClient.h49 …ng& text, Vector<WebCore::GrammarDetail>&, int32_t& badGrammarLocation, int32_t& badGrammarLength);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DTextCheckerClientEnchant.h50 … int length, WTF::Vector<WebCore::GrammarDetail>&, int* badGrammarLocation, int* badGrammarLength);
/external/webkit/Source/WebCore/platform/text/
DTextCheckerClient.h64 …st UChar*, int length, Vector<GrammarDetail>&, int* badGrammarLocation, int* badGrammarLength) = 0;
/external/webkit/Source/WebKit2/UIProcess/
DTextChecker.h68 …t length, Vector<WebCore::GrammarDetail>&, int32_t& badGrammarLocation, int32_t& badGrammarLength);
DWebPageProxy.messages.in186 …) -> (Vector<WebCore::GrammarDetail> results, int32_t badGrammarLocation, int32_t badGrammarLength)
DWebPageProxy.h652 …ng& text, Vector<WebCore::GrammarDetail>&, int32_t& badGrammarLocation, int32_t& badGrammarLength);
/external/webkit/Source/WebKit2/UIProcess/API/C/win/
DWKTextChecker.h44 …, WKArrayRef* grammarDetails, int32_t* badGrammarLocation, int32_t* badGrammarLength, const void *…
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DEditorClientHaiku.h106 int* badGrammarLocation, int* badGrammarLength);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DEditorClientQt.h104 …(const UChar*, int length, Vector<GrammarDetail>&, int* badGrammarLocation, int* badGrammarLength);
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DEditorClientEfl.h109 …t UChar*, int length, WTF::Vector<GrammarDetail>&, int* badGrammarLocation, int* badGrammarLength);
/external/webkit/Source/WebKit/wx/WebKitSupport/
DEditorClientWx.h107 …(const UChar*, int length, Vector<GrammarDetail>&, int* badGrammarLocation, int* badGrammarLength);
DEditorClientWx.cpp517 …(const UChar*, int length, Vector<GrammarDetail>&, int* badGrammarLocation, int* badGrammarLength) in checkGrammarOfString() argument
/external/webkit/Source/WebKit/chromium/src/
DEditorClientImpl.cpp901 int* badGrammarLength) in checkGrammarOfString() argument
906 if (badGrammarLength) in checkGrammarOfString()
907 *badGrammarLength = 0; in checkGrammarOfString()
DEditorClientImpl.h106 int* badGrammarLength);
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebEditorClient.cpp666 …* text, int length, Vector<GrammarDetail>& details, int* badGrammarLocation, int* badGrammarLength) in checkGrammarOfString() argument
670 *badGrammarLength = 0; in checkGrammarOfString()
678 …ckGrammarOfString(m_webView, text, length, &enumDetailsObj, badGrammarLocation, badGrammarLength))) in checkGrammarOfString()
DWebEditorClient.h104 …har*, int length, Vector<WebCore::GrammarDetail>&, int* badGrammarLocation, int* badGrammarLength);
/external/webkit/Source/WebKit/android/WebCoreSupport/
DEditorClientAndroid.h110 …t UChar*, int length, WTF::Vector<GrammarDetail>&, int* badGrammarLocation, int* badGrammarLength);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebEditorClient.cpp405 …th, Vector<WebCore::GrammarDetail>& grammarDetails, int* badGrammarLocation, int* badGrammarLength) in checkGrammarOfString() argument
413 *badGrammarLength = resultLength; in checkGrammarOfString()
DWebEditorClient.h137 …har*, int length, Vector<WebCore::GrammarDetail>&, int* badGrammarLocation, int* badGrammarLength);
/external/webkit/Tools/DumpRenderTree/win/
DEditingDelegate.h138 /* [out] */ int *badGrammarLength) { return E_NOTIMPL; } in checkGrammarOfString() argument
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.h132 … int length, WTF::Vector<WebCore::GrammarDetail>&, int* badGrammarLocation, int* badGrammarLength);
DWebEditorClient.mm749 …* text, int length, Vector<GrammarDetail>& details, int* badGrammarLocation, int* badGrammarLength)
759 if (badGrammarLength)
760 *badGrammarLength = range.length;
/external/webkit/Source/WebKit/win/Interfaces/
DIWebEditingDelegate.idl180 …numWebGrammarDetails** grammarDetails, [out] int* badGrammarLocation, [out] int* badGrammarLength);

12