Home
last modified time | relevance | path

Searched defs:isAutomaticQuoteSubstitutionEnabled (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm356 bool WebEditorClient::isAutomaticQuoteSubstitutionEnabled() function
/external/webkit/WebKit/mac/WebView/
DWebHTMLView.mm340 - (BOOL)isAutomaticQuoteSubstitutionEnabled; method in WebHTMLViewTextCheckingInternal
5114 {
DWebView.mm4501 {
/external/webkit/WebCore/loader/
DEmptyClients.h388 virtual bool isAutomaticQuoteSubstitutionEnabled() { return false; } in isAutomaticQuoteSubstitutionEnabled() function
/external/webkit/WebCore/editing/
DEditor.cpp1170 bool Editor::isAutomaticQuoteSubstitutionEnabled() in isAutomaticQuoteSubstitutionEnabled() function in WebCore::Editor