Home
last modified time | relevance | path

Searched defs:grammarDetails (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Tools/DumpRenderTree/win/
DEditingDelegate.h136 /* [out] */ IEnumWebGrammarDetails **grammarDetails, in checkGrammarOfString()
/external/webkit/Source/WebKit2/UIProcess/win/
DWebTextCheckerClient.cpp102 …eckGrammarOfString(uint64_t tag, const String& text, Vector<WebCore::GrammarDetail>& grammarDetail… in checkGrammarOfString()
DTextCheckerWin.cpp100 …pellDocumentTag, const UChar* text, uint32_t length, Vector<WebCore::GrammarDetail>& grammarDetail… in checkGrammarOfString()
/external/webkit/Source/WebCore/editing/
DTextCheckingHelper.cpp356 int TextCheckingHelper::findFirstGrammarDetail(const Vector<GrammarDetail>& grammarDetails, int bad… in findFirstGrammarDetail()
423 Vector<GrammarDetail> grammarDetails; in findFirstBadGrammar() local
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebEditorClient.cpp405 …:checkGrammarOfString(const UChar* text, int length, Vector<WebCore::GrammarDetail>& grammarDetail… in checkGrammarOfString()
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.cpp2470 …bPageProxy::checkGrammarOfString(const String& text, Vector<WebCore::GrammarDetail>& grammarDetail… in checkGrammarOfString()