HomeSort by relevance Sort by last modified time
    Searched defs:grammarDetail (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/win/
WebGrammarDetail.h 42 static PassRefPtr<WebGrammarDetail> create(const WebCore::GrammarDetail&);
49 const WebCore::GrammarDetail& grammarDetail() { return m_grammarDetail; }
53 WebGrammarDetail(const WebCore::GrammarDetail&);
57 WebCore::GrammarDetail m_grammarDetail;
  /external/webkit/Source/WebCore/editing/
TextCheckingHelper.cpp 225 String TextCheckingHelper::findFirstMisspellingOrBadGrammar(bool checkGrammar, bool& outIsSpelling, int& outFirstFoundOffset, GrammarDetail& outGrammarDetail)
296 const GrammarDetail* detail = &result->details[j];
356 int TextCheckingHelper::findFirstGrammarDetail(const Vector<GrammarDetail>& grammarDetails, int badGrammarPhraseLocation, int /*badGrammarPhraseLength*/, int startOffset, int endOffset, bool markAll)
364 const GrammarDetail* detail = &grammarDetails[i];
403 String TextCheckingHelper::findFirstBadGrammar(GrammarDetail& outGrammarDetail, int& outGrammarPhraseOffset, bool markAll)
423 Vector<GrammarDetail> grammarDetails;
480 GrammarDetail grammarDetail;
481 String badGrammarPhrase = const_cast<TextCheckingHelper*>(this)->findFirstBadGrammar(grammarDetail, grammarPhraseOffset, false);
491 ASSERT(grammarDetail.location >= 0 && grammarDetail.length > 0)
    [all...]
Editor.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp     [all...]

Completed in 75 milliseconds