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

  /external/webkit/Source/WebCore/page/
EditorClient.h 152 virtual void toggleAutomaticDashSubstitution() = 0;
ContextMenuController.cpp 401 frame->editor()->toggleAutomaticDashSubstitution();
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.h 94 virtual void toggleAutomaticDashSubstitution();
WebEditorClient.mm 457 void WebEditorClient::toggleAutomaticDashSubstitution()
459 [m_webView toggleAutomaticDashSubstitution:nil];
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.h 119 virtual void toggleAutomaticDashSubstitution();
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebEditorClientMac.mm 214 void WebEditorClient::toggleAutomaticDashSubstitution()
  /external/webkit/Source/WebCore/editing/
Editor.h 248 void toggleAutomaticDashSubstitution();
Editor.cpp     [all...]
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 518 virtual void toggleAutomaticDashSubstitution() { }
  /external/webkit/Source/WebKit/mac/WebView/
WebViewPrivate.h 663 - (void)toggleAutomaticDashSubstitution:(id)sender;
WebHTMLView.mm 422 - (void)toggleAutomaticDashSubstitution:(id)sender;
    [all...]
WebView.mm     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm 672 if (action == @selector(toggleAutomaticDashSubstitution:)) {
861 - (void)toggleAutomaticDashSubstitution:(id)sender
    [all...]

Completed in 170 milliseconds