Searched refs:spellCheckerDocumentTag (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DCorrectionPanel.mm104 [[NSSpellChecker sharedSpellChecker] recordResponse:response toCorrection:replacementString forWord:replacedString language:nil inSpellDocumentWithTag:[view spellCheckerDocumentTag]];
113 NSInteger documentTag = [m_view.get() spellCheckerDocumentTag];
H A DWebEditorClient.mm228 int WebEditorClient::spellCheckerDocumentTag()
230 return [m_webView spellCheckerDocumentTag];
898 [[NSSpellChecker sharedSpellChecker] ignoreWord:text inSpellDocumentWithTag:spellCheckerDocumentTag()];
908 NSRange range = [[NSSpellChecker sharedSpellChecker] checkSpellingOfString:text.createNSStringWithoutCopying().get() startingAt:0 language:nil wrap:NO inSpellDocumentWithTag:spellCheckerDocumentTag() wordCount:NULL];
932 NSRange range = [[NSSpellChecker sharedSpellChecker] checkGrammarOfString:text.createNSStringWithoutCopying().get() startingAt:0 language:nil wrap:NO inSpellDocumentWithTag:spellCheckerDocumentTag() details:&grammarDetails];
1037 return core([[NSSpellChecker sharedSpellChecker] checkString:string.createNSStringWithoutCopying().get() range:NSMakeRange(0, string.length()) types:(checkingTypes | NSTextCheckingTypeOrthography) options:nil inSpellDocumentWithTag:spellCheckerDocumentTag() orthography:NULL wordCount:NULL], checkingTypes);
1079 [checker checkString:context range:NSMakeRange(0, context.length()) types:NSTextCheckingTypeOrthography options:0 inSpellDocumentWithTag:spellCheckerDocumentTag() orthography:&orthography wordCount:0];
1082 NSArray* stringsArray = [checker guessesForWordRange:NSMakeRange(0, word.length()) inString:word language:language inSpellDocumentWithTag:spellCheckerDocumentTag()];
H A DWebEditorClient.h54 virtual int spellCheckerDocumentTag() override;
194 inline int WebEditorClient::spellCheckerDocumentTag() function in class:WebEditorClient
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DCorrectionPanel.mm112 [[NSSpellChecker sharedSpellChecker] recordResponse:response toCorrection:replacementString forWord:replacedString language:nil inSpellDocumentWithTag:[view spellCheckerDocumentTag]];
121 NSInteger documentTag = [m_view spellCheckerDocumentTag];
/macosx-10.10/WebCore-7600.1.25/page/
H A DEditorClient.h82 virtual int spellCheckerDocumentTag() = 0;
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebEditorClient.h49 virtual int spellCheckerDocumentTag();
H A DWebEditorClient.cpp181 viewEditing->spellCheckerDocumentTag(&tag);
184 int WebEditorClient::spellCheckerDocumentTag() function in class:WebEditorClient
/macosx-10.10/WebKit-7600.1.25/wince/WebCoreSupport/
H A DEditorClientWinCE.h49 virtual int spellCheckerDocumentTag() override;
H A DEditorClientWinCE.cpp74 int EditorClientWinCE::spellCheckerDocumentTag() function in class:WebKit::EditorClientWinCE
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/mac/
H A DWKViewInternal.h105 - (NSInteger)spellCheckerDocumentTag;
H A DWKView.mm3448 - (NSInteger)spellCheckerDocumentTag
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebViewData.h194 NSInteger spellCheckerDocumentTag; variable
H A DWebView.h607 @property (nonatomic, readonly) NSInteger spellCheckerDocumentTag; variable
H A DWebTextCompletionController.mm204 _completions = [checker completionsForPartialWordRange:NSMakeRange(0, [prefixStr length]) inString:prefixStr language:nil inSpellDocumentWithTag:[_view spellCheckerDocumentTag]];
H A DWebView.mm1741 [[NSSpellChecker sharedSpellChecker] closeSpellDocumentWithTag:_private->spellCheckerDocumentTag];
7277 - (NSInteger)spellCheckerDocumentTag
7280 _private->spellCheckerDocumentTag = [NSSpellChecker uniqueSpellDocumentTag];
7283 return _private->spellCheckerDocumentTag;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebEditorClient.h53 virtual int spellCheckerDocumentTag() override;
H A DWebEditorClient.cpp118 int WebEditorClient::spellCheckerDocumentTag() function in class:WebKit::WebEditorClient
/macosx-10.10/WebCore-7600.1.25/editing/
H A DEditor.h236 int spellCheckerDocumentTag();
H A DEditor.cpp1471 int Editor::spellCheckerDocumentTag() function in class:WebCore::Editor
1473 return client() ? client()->spellCheckerDocumentTag() : 0;
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebView.idl992 - (WebNSInt)spellCheckerDocumentTag;
994 HRESULT spellCheckerDocumentTag([out, retval] int* tag);
/macosx-10.10/WebCore-7600.1.25/loader/
H A DEmptyClients.h433 virtual int spellCheckerDocumentTag() override { return -1; }
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebView.h445 virtual HRESULT STDMETHODCALLTYPE spellCheckerDocumentTag(
H A DWebView.cpp4237 HRESULT STDMETHODCALLTYPE WebView::spellCheckerDocumentTag(

Completed in 324 milliseconds