Home
last modified time | relevance | path

Searched defs:grammarDetail (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/win/
DWebGrammarDetail.cpp40 PassRefPtr<WebGrammarDetail> WebGrammarDetail::create(const WebCore::GrammarDetail& grammarDetail) in create()
67 WebGrammarDetail::WebGrammarDetail(const WebCore::GrammarDetail& grammarDetail) in WebGrammarDetail()
DWebGrammarDetail.h49 const WebCore::GrammarDetail& grammarDetail() { return m_grammarDetail; } in grammarDetail() function
DWebTextCheckerClient.cpp140 …arString(uint64_t tag, const String& badGrammarPhrase, const WebCore::GrammarDetail& grammarDetail) in updateSpellingUIWithGrammarString()
DTextCheckerWin.cpp120 …tring(int64_t spellDocumentTag, const String& badGrammarPhrase, const GrammarDetail& grammarDetail) in updateSpellingUIWithGrammarString()
/external/webkit/Source/WebCore/editing/
DTextCheckingHelper.cpp480 GrammarDetail grammarDetail; in isUngrammatical() local
DEditor.cpp1742 GrammarDetail grammarDetail; in advanceToNextMisspelling() local
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebEditorClient.cpp416 …dateSpellingUIWithGrammarString(const String& badGrammarPhrase, const GrammarDetail& grammarDetail) in updateSpellingUIWithGrammarString()
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.cpp2485 …dateSpellingUIWithGrammarString(const String& badGrammarPhrase, const GrammarDetail& grammarDetail) in updateSpellingUIWithGrammarString()