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

  /external/webkit/Source/WebCore/page/
EditorClient.h 156 virtual void toggleAutomaticSpellingCorrection() = 0;
ContextMenuController.cpp 410 frame->editor()->toggleAutomaticSpellingCorrection();
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.h 98 virtual void toggleAutomaticSpellingCorrection();
WebEditorClient.mm 477 void WebEditorClient::toggleAutomaticSpellingCorrection()
479 [m_webView toggleAutomaticSpellingCorrection:nil];
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.h 123 virtual void toggleAutomaticSpellingCorrection();
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebEditorClientMac.mm 236 void WebEditorClient::toggleAutomaticSpellingCorrection()
  /external/webkit/Source/WebCore/editing/
Editor.h 252 void toggleAutomaticSpellingCorrection();
Editor.cpp     [all...]
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 522 virtual void toggleAutomaticSpellingCorrection() { }
  /external/webkit/Source/WebKit/mac/WebView/
WebViewPrivate.h 667 - (void)toggleAutomaticSpellingCorrection:(id)sender;
WebHTMLView.mm 428 - (void)toggleAutomaticSpellingCorrection:(id)sender;
    [all...]
WebView.mm     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm 648 if (action == @selector(toggleAutomaticSpellingCorrection:)) {
799 - (IBAction)toggleAutomaticSpellingCorrection:(id)sender
    [all...]

Completed in 463 milliseconds