Home
last modified time | relevance | path

Searched refs:checkSpelling (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebCore/platform/
DContextMenu.cpp109 ContextMenuItem checkSpelling(ActionType, ContextMenuItemTagCheckSpelling, in createAndAppendSpellingAndGrammarSubMenu() local
117 spellingAndGrammarMenu.appendItem(checkSpelling); in createAndAppendSpellingAndGrammarSubMenu()
131 ContextMenuItem checkSpelling(ActionType, ContextMenuItemTagCheckSpelling, in createAndAppendSpellingSubMenu() local
137 spellingMenu.appendItem(checkSpelling); in createAndAppendSpellingSubMenu()
/external/webkit/WebKit/mac/WebView/
DWebView.h752 - (void)checkSpelling:(id)sender;
DWebHTMLView.mm2387 || action == @selector(checkSpelling:)
4276 - (void)checkSpelling:(id)sender
DWebView.mm176 macro(checkSpelling) \
/external/webkit/WebCore/editing/
DEditor.cpp1861 …c void markMisspellingsOrBadGrammar(Editor* editor, const Selection& selection, bool checkSpelling) in markMisspellingsOrBadGrammar() argument
1884 if (checkSpelling) in markMisspellingsOrBadGrammar()
/external/webkit/WebKit/win/
DWebView.h548 virtual HRESULT STDMETHODCALLTYPE checkSpelling(
DWebView.cpp3913 HRESULT STDMETHODCALLTYPE WebView::checkSpelling( in checkSpelling() function in WebView
DChangeLog22590 (WebView::checkSpelling):
/external/webkit/WebKit/win/Interfaces/
DIWebView.idl1176 - (void)checkSpelling:(id)sender;
1178 HRESULT checkSpelling([in] IUnknown* sender);
/external/webkit/WebKit/mac/
DChangeLog-2007-10-1410032 (-[WebHTMLView checkSpelling:]):
11604 (-[NSArray checkSpelling:]):
12006 (-[NSArray checkSpelling:]):
20826 (WebView::checkSpelling):
22733 (-[WebHTMLView checkSpelling:]):
DChangeLog11825 (-[WebHTMLView checkSpelling:]): Took unneeded extra initialization of NSSpellChecker.
12388 (-[WebHTMLView checkSpelling:]):
DChangeLog-2006-02-0912192 (-[WebHTMLView checkSpelling:]): Add ERROR().
12826 (-[WebHTMLView checkSpelling:]): Call WC for real work, update panel.
14374 (-[WebHTMLView checkSpelling:]): Put a pile of AppKit code in here as a placeholder.
14694 (-[WebHTMLView checkSpelling:]): Ditto.
16350 (-[WebView checkSpelling:]):