Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/UIProcess/win/
DWebTextChecker.h50 void checkSpelling(const WebPageProxy*, bool startBeforeSelection);
DWebTextChecker.cpp74 void WebTextChecker::checkSpelling(const WebPageProxy* page, bool startBeforeSelection) in checkSpelling() function in WebKit::WebTextChecker
/external/webkit/Source/WebKit2/UIProcess/API/C/win/
DWKTextChecker.cpp54 WebTextChecker::shared()->checkSpelling(toImpl(page), startBeforeSelection); in WKTextCheckerCheckSpelling()
/external/webkit/Source/WebCore/page/
DContextMenuController.cpp481 ContextMenuItem checkSpelling(ActionType, ContextMenuItemTagCheckSpelling, in createAndAppendSpellingAndGrammarSubMenu() local
493 appendItem(checkSpelling, &spellingAndGrammarMenu); in createAndAppendSpellingAndGrammarSubMenu()
516 ContextMenuItem checkSpelling(ActionType, ContextMenuItemTagCheckSpelling, in createAndAppendSpellingAndGrammarSubMenu() local
522 appendItem(checkSpelling, &spellingMenu); in createAndAppendSpellingAndGrammarSubMenu()
/external/webkit/Source/WebKit/mac/WebView/
DWebView.h752 - (void)checkSpelling:(id)sender;
DWebHTMLView.mm2684 || action == @selector(checkSpelling:)
4788 - (void)checkSpelling:(id)sender
DWebView.mm238 macro(checkSpelling) \
/external/webkit/Source/WebCore/editing/
DEditor.h416 …void markMisspellingsOrBadGrammar(const VisibleSelection&, bool checkSpelling, RefPtr<Range>& firs…
DEditor.cpp2049 void Editor::markMisspellingsOrBadGrammar(const VisibleSelection& selection, bool checkSpelling, Re… in markMisspellingsOrBadGrammar() argument
2076 if (checkSpelling) in markMisspellingsOrBadGrammar()
/external/webkit/Source/WebKit/win/Interfaces/
DIWebView.idl1195 - (void)checkSpelling:(id)sender;
1197 HRESULT checkSpelling([in] IUnknown* sender);
/external/webkit/Source/WebKit/win/
DWebView.h576 virtual HRESULT STDMETHODCALLTYPE checkSpelling(
DWebView.cpp4397 HRESULT STDMETHODCALLTYPE WebView::checkSpelling( in checkSpelling() function in WebView
DChangeLog-2009-06-1623807 (WebView::checkSpelling):
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKView.mm632 if (action == @selector(checkSpelling:) || action == @selector(changeSpelling:))
757 - (IBAction)checkSpelling:(id)sender
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_mac.mm1649 action == @selector(checkSpelling:)) {
1833 - (void)checkSpelling:(id)sender {
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-1410032 (-[WebHTMLView checkSpelling:]):
11604 (-[NSArray checkSpelling:]):
12006 (-[NSArray checkSpelling:]):
20826 (WebView::checkSpelling):
22733 (-[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:]):
DChangeLog-2010-01-2921572 (-[WebHTMLView checkSpelling:]): Took unneeded extra initialization of NSSpellChecker.
22135 (-[WebHTMLView checkSpelling:]):
/external/webkit/Source/WebKit2/
DChangeLog2204 allows WebTextChecker::checkSpelling to take a const WebPageProxy.
2250 (WebKit::WebTextChecker::checkSpelling):
DChangeLog-2011-02-1610029 (-[WKView checkSpelling:]):
10312 (-[WKView checkSpelling:]):
10649 (-[WKView checkSpelling:]):