Home
last modified time | relevance | path

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

/external/webkit/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm376 bool WebEditorClient::isAutomaticDashSubstitutionEnabled() function
/external/webkit/WebKit/mac/WebView/
DWebHTMLView.mm346 - (BOOL)isAutomaticDashSubstitutionEnabled; method in WebHTMLViewTextCheckingInternal
5144 {
DWebView.mm4519 {
/external/webkit/WebCore/loader/
DEmptyClients.h392 virtual bool isAutomaticDashSubstitutionEnabled() { return false; } in isAutomaticDashSubstitutionEnabled() function
/external/webkit/WebCore/editing/
DEditor.cpp1192 bool Editor::isAutomaticDashSubstitutionEnabled() in isAutomaticDashSubstitutionEnabled() function in WebCore::Editor