Searched refs:isAutomaticQuoteSubstitutionEnabled (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DTextCheckerState.h39 bool isAutomaticQuoteSubstitutionEnabled; member in struct:WebKit::TextCheckerState
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DTextCheckerMac.mm76 return [NSSpellChecker isAutomaticQuoteSubstitutionEnabled];
102 textCheckerState.isAutomaticQuoteSubstitutionEnabled = shouldAutomaticQuoteSubstitutionBeEnabled();
165 void TextChecker::setAutomaticQuoteSubstitutionEnabled(bool isAutomaticQuoteSubstitutionEnabled)
167 if (state().isAutomaticQuoteSubstitutionEnabled == isAutomaticQuoteSubstitutionEnabled)
170 textCheckerState.isAutomaticQuoteSubstitutionEnabled = isAutomaticQuoteSubstitutionEnabled;
171 [[NSUserDefaults standardUserDefaults] setBool:isAutomaticQuoteSubstitutionEnabled forKey:WebAutomaticQuoteSubstitutionEnabled];
249 textCheckerState.isAutomaticQuoteSubstitutionEnabled = shouldAutomaticQuoteSubstitutionBeEnabled();
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/mac/
H A DWebEditorClientMac.mm185 bool WebEditorClient::isAutomaticQuoteSubstitutionEnabled()
187 return WebProcess::shared().textCheckerState().isAutomaticQuoteSubstitutionEnabled;
/macosx-10.10/WebCore-7600.1.25/page/
H A DEditorClient.h155 virtual bool isAutomaticQuoteSubstitutionEnabled() = 0;
H A DContextMenuController.cpp1293 shouldCheck = frame->editor().isAutomaticQuoteSubstitutionEnabled();
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebEditorClient.h112 virtual bool isAutomaticQuoteSubstitutionEnabled() override;
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebEditorClient.h93 virtual bool isAutomaticQuoteSubstitutionEnabled() override;
H A DWebEditorClient.mm491 bool WebEditorClient::isAutomaticQuoteSubstitutionEnabled()
493 return [m_webView isAutomaticQuoteSubstitutionEnabled];
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nstextview.py122 self.failUnlessResultIsBOOL(NSTextView.isAutomaticQuoteSubstitutionEnabled)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nstextview.py124 self.assertResultIsBOOL(NSTextView.isAutomaticQuoteSubstitutionEnabled)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nstextview.py139 self.assertResultIsBOOL(NSTextView.isAutomaticQuoteSubstitutionEnabled)
/macosx-10.10/WebCore-7600.1.25/editing/
H A DEditor.h413 bool isAutomaticQuoteSubstitutionEnabled();
H A DTypingCommand.cpp299 && !frame.editor().isAutomaticQuoteSubstitutionEnabled()
H A DEditor.cpp1527 bool Editor::isAutomaticQuoteSubstitutionEnabled() function in class:WebCore::Editor
1529 return client() && client()->isAutomaticQuoteSubstitutionEnabled();
2271 && (isAutomaticQuoteSubstitutionEnabled()
3595 if (isAutomaticQuoteSubstitutionEnabled())
/macosx-10.10/WebCore-7600.1.25/loader/
H A DEmptyClients.h507 virtual bool isAutomaticQuoteSubstitutionEnabled() override { return false; }
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebViewPrivate.h937 - (BOOL)isAutomaticQuoteSubstitutionEnabled;
H A DWebHTMLView.mm468 - (BOOL)isAutomaticQuoteSubstitutionEnabled;
2933 [menuItem setState:[self isAutomaticQuoteSubstitutionEnabled] ? NSOnState : NSOffState];
5603 - (BOOL)isAutomaticQuoteSubstitutionEnabled
5605 return [[self _webView] isAutomaticQuoteSubstitutionEnabled];
H A DWebView.mm4727 return [NSSpellChecker isAutomaticQuoteSubstitutionEnabled];
6514 BOOL checkMark = [self isAutomaticQuoteSubstitutionEnabled];
7388 - (BOOL)isAutomaticQuoteSubstitutionEnabled
7446 [self setAutomaticQuoteSubstitutionEnabled:![self isAutomaticQuoteSubstitutionEnabled]];
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/mac/
H A DWKView.mm806 bool checked = TextChecker::state().isAutomaticQuoteSubstitutionEnabled;
972 - (BOOL)isAutomaticQuoteSubstitutionEnabled
974 return TextChecker::state().isAutomaticQuoteSubstitutionEnabled;
979 if (static_cast<bool>(flag) == TextChecker::state().isAutomaticQuoteSubstitutionEnabled)
988 TextChecker::setAutomaticQuoteSubstitutionEnabled(!TextChecker::state().isAutomaticQuoteSubstitutionEnabled);
/macosx-10.10/WebCore-7600.1.25/testing/
H A DInternals.cpp1344 if (enabled != contextDocument()->frame()->editor().isAutomaticQuoteSubstitutionEnabled())
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.cpp3737 TextChecker::setAutomaticQuoteSubstitutionEnabled(!TextChecker::state().isAutomaticQuoteSubstitutionEnabled);

Completed in 166 milliseconds