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

  /external/webkit/WebCore/page/
EditorClient.h 156 virtual bool isAutomaticLinkDetectionEnabled() = 0;
  /external/webkit/WebKit/mac/WebCoreSupport/
WebEditorClient.h 86 virtual bool isAutomaticLinkDetectionEnabled();
WebEditorClient.mm 366 bool WebEditorClient::isAutomaticLinkDetectionEnabled()
368 return [m_webView isAutomaticLinkDetectionEnabled];
  /external/webkit/WebCore/editing/
Editor.h 213 bool isAutomaticLinkDetectionEnabled();
Editor.cpp     [all...]
TypingCommand.cpp 291 && !document()->frame()->editor()->isAutomaticLinkDetectionEnabled()
  /external/webkit/WebCore/loader/
EmptyClients.h 409 virtual bool isAutomaticLinkDetectionEnabled() { return false; }
  /external/webkit/WebKit/mac/WebView/
WebViewPrivate.h 554 - (BOOL)isAutomaticLinkDetectionEnabled;
WebView.mm     [all...]
WebHTMLView.mm 348 - (BOOL)isAutomaticLinkDetectionEnabled;
    [all...]
  /external/webkit/WebCore/platform/
ContextMenu.cpp 723 shouldCheck = frame->editor()->isAutomaticLinkDetectionEnabled();
    [all...]

Completed in 48 milliseconds