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

  /external/webkit/WebCore/page/
EditorClient.h 159 virtual void toggleAutomaticDashSubstitution() = 0;
ContextMenuController.cpp 351 frame->editor()->toggleAutomaticDashSubstitution();
  /external/webkit/WebKit/mac/WebCoreSupport/
WebEditorClient.h 89 virtual void toggleAutomaticDashSubstitution();
WebEditorClient.mm 381 void WebEditorClient::toggleAutomaticDashSubstitution()
383 [m_webView toggleAutomaticDashSubstitution:nil];
  /external/webkit/WebCore/editing/
Editor.h 216 void toggleAutomaticDashSubstitution();
Editor.cpp     [all...]
  /external/webkit/WebCore/loader/
EmptyClients.h 412 virtual void toggleAutomaticDashSubstitution() { }
  /external/webkit/WebKit/mac/WebView/
WebViewPrivate.h 564 - (void)toggleAutomaticDashSubstitution:(id)sender;
WebHTMLView.mm 353 - (void)toggleAutomaticDashSubstitution:(id)sender;
    [all...]
WebView.mm     [all...]

Completed in 74 milliseconds