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

  /external/webkit/Source/WebKit2/UIProcess/win/
WebTextChecker.h 50 void checkSpelling(const WebPageProxy*, bool startBeforeSelection);
WebTextChecker.cpp 74 void WebTextChecker::checkSpelling(const WebPageProxy* page, bool startBeforeSelection)
  /external/webkit/Source/WebKit2/UIProcess/API/C/win/
WKTextChecker.cpp 54 WebTextChecker::shared()->checkSpelling(toImpl(page), startBeforeSelection);
  /external/webkit/Source/WebKit/mac/WebView/
WebView.h 752 - (void)checkSpelling:(id)sender;
WebHTMLView.mm     [all...]
WebView.mm 238 macro(checkSpelling) \
    [all...]
  /external/webkit/Source/WebCore/page/
ContextMenuController.cpp 481 ContextMenuItem checkSpelling(ActionType, ContextMenuItemTagCheckSpelling,
493 appendItem(checkSpelling, &spellingAndGrammarMenu);
516 ContextMenuItem checkSpelling(ActionType, ContextMenuItemTagCheckSpelling,
522 appendItem(checkSpelling, &spellingMenu);
    [all...]
  /external/webkit/Source/WebCore/editing/
Editor.h 416 void markMisspellingsOrBadGrammar(const VisibleSelection&, bool checkSpelling, RefPtr<Range>& firstMisspellingRange);
Editor.cpp     [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebView.idl     [all...]
  /external/webkit/Source/WebKit/win/
WebView.h 576 virtual HRESULT STDMETHODCALLTYPE checkSpelling(
    [all...]
WebView.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm 632 if (action == @selector(checkSpelling:) || action == @selector(changeSpelling:))
757 - (IBAction)checkSpelling:(id)sender
    [all...]

Completed in 2207 milliseconds