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

  /external/webkit/WebCore/page/
EditorClient.h 158 virtual bool isAutomaticDashSubstitutionEnabled() = 0;
  /external/webkit/WebKit/mac/WebCoreSupport/
WebEditorClient.h 88 virtual bool isAutomaticDashSubstitutionEnabled();
WebEditorClient.mm 376 bool WebEditorClient::isAutomaticDashSubstitutionEnabled()
378 return [m_webView isAutomaticDashSubstitutionEnabled];
  /external/webkit/WebCore/editing/
Editor.h 215 bool isAutomaticDashSubstitutionEnabled();
Editor.cpp     [all...]
TypingCommand.cpp 292 && !document()->frame()->editor()->isAutomaticDashSubstitutionEnabled()
  /external/webkit/WebCore/loader/
EmptyClients.h 411 virtual bool isAutomaticDashSubstitutionEnabled() { return false; }
  /external/webkit/WebKit/mac/WebView/
WebViewPrivate.h 555 - (BOOL)isAutomaticDashSubstitutionEnabled;
WebView.mm     [all...]
WebHTMLView.mm 351 - (BOOL)isAutomaticDashSubstitutionEnabled;
    [all...]
  /external/webkit/WebCore/platform/
ContextMenu.cpp 718 shouldCheck = frame->editor()->isAutomaticDashSubstitutionEnabled();
    [all...]

Completed in 143 milliseconds