Searched defs:isAutomaticQuoteSubstitutionEnabled (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
H A DTextCheckerState.h39 bool isAutomaticQuoteSubstitutionEnabled; member in struct:WebKit::TextCheckerState
/external/webkit/Source/WebCore/editing/
H A DEditor.cpp1337 bool Editor::isAutomaticQuoteSubstitutionEnabled() function in class:WebCore::Editor
1339 return client() && client()->isAutomaticQuoteSubstitutionEnabled();
1983 && (isAutomaticQuoteSubstitutionEnabled()
3272 if (isAutomaticQuoteSubstitutionEnabled())
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h509 virtual bool isAutomaticQuoteSubstitutionEnabled() { return false; } function in class:WebCore::EmptyEditorClient

Completed in 70 milliseconds