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

  /external/webkit/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 660 void WebEditorClient::checkGrammarOfString(const UChar* text, int length, Vector<GrammarDetail>& details, int* badGrammarLocation, int* badGrammarLength)
674 GrammarDetail grammarDetail;
680 grammarDetail.location = detailNSRange.location;
681 grammarDetail.length = detailNSRange.length;
682 grammarDetail.userDescription = [detail objectForKey:NSGrammarUserDescription];
685 grammarDetail.guesses.append(String(guess));
686 details.append(grammarDetail);
716 GrammarDetail detail;
771 void WebEditorClient::updateSpellingUIWithGrammarString(const String& badGrammarPhrase, const GrammarDetail& grammarDetail
    [all...]
  /external/webkit/WebCore/editing/
Editor.cpp     [all...]

Completed in 69 milliseconds