Searched defs:isSelectTrailingWhitespaceEnabled (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp54 bool EditorClientAndroid::isSelectTrailingWhitespaceEnabled(){ notImplemented(); return false; } function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp82 bool EditorClientHaiku::isSelectTrailingWhitespaceEnabled() function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/chromium/public/
H A DWebViewClient.h160 virtual bool isSelectTrailingWhitespaceEnabled() { return true; } function in class:WebKit::WebViewClient
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.cpp212 bool EditorClientEfl::isSelectTrailingWhitespaceEnabled() function in class:WebCore::EditorClientEfl
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp339 bool EditorClientQt::isSelectTrailingWhitespaceEnabled() function in class:WebCore::EditorClientQt
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp211 bool EditorClientWinCE::isSelectTrailingWhitespaceEnabled() function in class:WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp160 bool EditorClientWx::isSelectTrailingWhitespaceEnabled() function in class:WebCore::EditorClientWx
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp82 bool WebEditorClient::isSelectTrailingWhitespaceEnabled() function in class:WebKit::WebEditorClient
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.cpp111 bool EditorClientImpl::isSelectTrailingWhitespaceEnabled() function in class:WebKit::EditorClientImpl
114 return m_webView->client()->isSelectTrailingWhitespaceEnabled();
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp568 bool EditorClient::isSelectTrailingWhitespaceEnabled() function in class:WebKit::EditorClient
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp303 bool WebEditorClient::isSelectTrailingWhitespaceEnabled(void) function in class:WebEditorClient
306 m_webView->isSelectTrailingWhitespaceEnabled(&enabled);
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebViewHost.cpp364 bool WebViewHost::isSelectTrailingWhitespaceEnabled() function in class:WebViewHost
/external/webkit/Source/WebCore/editing/
H A DEditor.cpp286 bool Editor::isSelectTrailingWhitespaceEnabled() function in class:WebCore::Editor
288 return client() && client()->isSelectTrailingWhitespaceEnabled();
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h436 virtual bool isSelectTrailingWhitespaceEnabled() { return false; } function in class:WebCore::EmptyEditorClient

Completed in 189 milliseconds