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

  /external/webkit/WebCore/page/
EditorClient.h 154 virtual bool isAutomaticQuoteSubstitutionEnabled() = 0;
  /external/webkit/WebKit/mac/WebCoreSupport/
WebEditorClient.h 84 virtual bool isAutomaticQuoteSubstitutionEnabled();
WebEditorClient.mm 356 bool WebEditorClient::isAutomaticQuoteSubstitutionEnabled()
358 return [m_webView isAutomaticQuoteSubstitutionEnabled];
  /external/webkit/WebCore/editing/
Editor.h 211 bool isAutomaticQuoteSubstitutionEnabled();
Editor.cpp     [all...]
TypingCommand.cpp 290 && !document()->frame()->editor()->isAutomaticQuoteSubstitutionEnabled()
  /external/webkit/WebCore/loader/
EmptyClients.h 407 virtual bool isAutomaticQuoteSubstitutionEnabled() { return false; }
  /external/webkit/WebKit/mac/WebView/
WebViewPrivate.h 553 - (BOOL)isAutomaticQuoteSubstitutionEnabled;
WebView.mm     [all...]
WebHTMLView.mm 345 - (BOOL)isAutomaticQuoteSubstitutionEnabled;
    [all...]
  /external/webkit/WebCore/platform/
ContextMenu.cpp 713 shouldCheck = frame->editor()->isAutomaticQuoteSubstitutionEnabled();
    [all...]

Completed in 52 milliseconds