Searched refs:isAutomaticLinkDetectionEnabled (Results 1 - 17 of 17) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
H A DTextCheckerState.h41 bool isAutomaticLinkDetectionEnabled; member in struct:WebKit::TextCheckerState
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DTextCheckerMac.mm65 textCheckerState.isAutomaticLinkDetectionEnabled = [[NSUserDefaults standardUserDefaults] boolForKey:WebAutomaticLinkDetectionEnabled];
154 void TextChecker::setAutomaticLinkDetectionEnabled(bool isAutomaticLinkDetectionEnabled)
156 if (state().isAutomaticLinkDetectionEnabled == isAutomaticLinkDetectionEnabled)
159 textCheckerState.isAutomaticLinkDetectionEnabled = isAutomaticLinkDetectionEnabled;
160 [[NSUserDefaults standardUserDefaults] setBool:isAutomaticLinkDetectionEnabled forKey:WebAutomaticLinkDetectionEnabled];
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebEditorClientMac.mm198 bool WebEditorClient::isAutomaticLinkDetectionEnabled()
200 return WebProcess::shared().textCheckerState().isAutomaticLinkDetectionEnabled;
/external/webkit/Source/WebCore/page/
H A DEditorClient.h149 virtual bool isAutomaticLinkDetectionEnabled() = 0;
H A DContextMenuController.cpp1169 shouldCheck = frame->editor()->isAutomaticLinkDetectionEnabled();
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.h91 virtual bool isAutomaticLinkDetectionEnabled();
H A DWebEditorClient.mm442 bool WebEditorClient::isAutomaticLinkDetectionEnabled()
444 return [m_webView isAutomaticLinkDetectionEnabled];
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h116 virtual bool isAutomaticLinkDetectionEnabled();
/external/webkit/Source/WebCore/editing/
H A DEditor.h245 bool isAutomaticLinkDetectionEnabled();
H A DTypingCommand.cpp327 && !document()->frame()->editor()->isAutomaticLinkDetectionEnabled()
H A DEditor.cpp1348 bool Editor::isAutomaticLinkDetectionEnabled() function in class:WebCore::Editor
1350 return client() && client()->isAutomaticLinkDetectionEnabled();
1984 || isAutomaticLinkDetectionEnabled()
3270 if (isAutomaticLinkDetectionEnabled())
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DWKView.mm679 bool checked = TextChecker::state().isAutomaticLinkDetectionEnabled;
867 - (BOOL)isAutomaticLinkDetectionEnabled
869 return TextChecker::state().isAutomaticLinkDetectionEnabled;
874 if (static_cast<bool>(flag) == TextChecker::state().isAutomaticLinkDetectionEnabled)
883 TextChecker::setAutomaticLinkDetectionEnabled(!TextChecker::state().isAutomaticLinkDetectionEnabled);
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h515 virtual bool isAutomaticLinkDetectionEnabled() { return false; } function in class:WebCore::EmptyEditorClient
/external/webkit/Source/WebKit/mac/WebView/
H A DWebViewPrivate.h653 - (BOOL)isAutomaticLinkDetectionEnabled;
H A DWebHTMLView.mm417 - (BOOL)isAutomaticLinkDetectionEnabled;
2824 [menuItem setState:[self isAutomaticLinkDetectionEnabled] ? NSOnState : NSOffState];
5306 - (BOOL)isAutomaticLinkDetectionEnabled
5308 return [[self _webView] isAutomaticLinkDetectionEnabled];
H A DWebView.mm4400 BOOL checkMark = [self isAutomaticLinkDetectionEnabled];
5273 - (BOOL)isAutomaticLinkDetectionEnabled
5336 [self setAutomaticLinkDetectionEnabled:![self isAutomaticLinkDetectionEnabled]];
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.cpp2328 TextChecker::setAutomaticLinkDetectionEnabled(!TextChecker::state().isAutomaticLinkDetectionEnabled);

Completed in 98 milliseconds