Home
last modified time | relevance | path

Searched refs:toggleAutomaticQuoteSubstitution (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebCore/page/
DEditorClient.h155 virtual void toggleAutomaticQuoteSubstitution() = 0;
DContextMenuController.cpp310 frame->editor()->toggleAutomaticQuoteSubstitution(); in contextMenuItemSelected()
/external/webkit/WebKit/mac/WebCoreSupport/
DWebEditorClient.h85 virtual void toggleAutomaticQuoteSubstitution();
DWebEditorClient.mm361 void WebEditorClient::toggleAutomaticQuoteSubstitution() function
363 [m_webView toggleAutomaticQuoteSubstitution:nil];
/external/webkit/WebKit/mac/WebView/
DWebViewPrivate.h492 - (void)toggleAutomaticQuoteSubstitution:(id)sender;
DWebHTMLView.mm342 - (void)toggleAutomaticQuoteSubstitution:(id)sender;
2675 if (action == @selector(toggleAutomaticQuoteSubstitution:)) {
5123 - (void)toggleAutomaticQuoteSubstitution:(id)sender
5125 [[self _webView] toggleAutomaticQuoteSubstitution:sender];
DWebView.mm3672 } else if (action == @selector(toggleAutomaticQuoteSubstitution:)) {
4556 - (void)toggleAutomaticQuoteSubstitution:(id)sender
/external/webkit/WebCore/editing/
DEditor.h212 void toggleAutomaticQuoteSubstitution();
DEditor.cpp1175 void Editor::toggleAutomaticQuoteSubstitution() in toggleAutomaticQuoteSubstitution() function in WebCore::Editor
1178 client()->toggleAutomaticQuoteSubstitution(); in toggleAutomaticQuoteSubstitution()
/external/webkit/WebCore/loader/
DEmptyClients.h389 virtual void toggleAutomaticQuoteSubstitution() { } in toggleAutomaticQuoteSubstitution() function
/external/webkit/WebKit/mac/
DChangeLog2847 (WebEditorClient::toggleAutomaticQuoteSubstitution):
2875 (-[WebHTMLView toggleAutomaticQuoteSubstitution:]):
2901 (-[WebView toggleAutomaticQuoteSubstitution:]):