Searched refs:isSelectTrailingWhitespaceEnabled (Results 1 - 25 of 35) sorted by relevance

12

/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.h54 virtual bool isSelectTrailingWhitespaceEnabled();
H A DEditorClientAndroid.cpp54 bool EditorClientAndroid::isSelectTrailingWhitespaceEnabled(){ notImplemented(); return false; } function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.h57 virtual bool isSelectTrailingWhitespaceEnabled();
H A DEditorClientEfl.cpp212 bool EditorClientEfl::isSelectTrailingWhitespaceEnabled() function in class:WebCore::EditorClientEfl
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.h54 virtual bool isSelectTrailingWhitespaceEnabled();
H A DEditorClientHaiku.cpp82 bool EditorClientHaiku::isSelectTrailingWhitespaceEnabled() function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.h53 virtual bool isSelectTrailingWhitespaceEnabled();
H A DEditorClientQt.cpp339 bool EditorClientQt::isSelectTrailingWhitespaceEnabled() function in class:WebCore::EditorClientQt
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.h52 virtual bool isSelectTrailingWhitespaceEnabled();
H A DEditorClientWx.cpp160 bool EditorClientWx::isSelectTrailingWhitespaceEnabled() function in class:WebCore::EditorClientWx
/external/webkit/Source/WebCore/page/
H A DEditorClient.h84 virtual bool isSelectTrailingWhitespaceEnabled() = 0;
/external/webkit/Source/WebKit/chromium/public/
H A DWebViewClient.h160 virtual bool isSelectTrailingWhitespaceEnabled() { return true; } function in class:WebKit::WebViewClient
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.h56 virtual bool isSelectTrailingWhitespaceEnabled();
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.h83 virtual bool isSelectTrailingWhitespaceEnabled();
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.h75 bool isSelectTrailingWhitespaceEnabled();
H A DWebEditorClient.cpp303 bool WebEditorClient::isSelectTrailingWhitespaceEnabled(void) function in class:WebEditorClient
306 m_webView->isSelectTrailingWhitespaceEnabled(&enabled);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.h45 virtual bool isSelectTrailingWhitespaceEnabled();
H A DEditorClientWinCE.cpp211 bool EditorClientWinCE::isSelectTrailingWhitespaceEnabled() function in class:WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.h53 virtual bool isSelectTrailingWhitespaceEnabled();
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h49 virtual bool isSelectTrailingWhitespaceEnabled();
H A DWebEditorClient.cpp82 bool WebEditorClient::isSelectTrailingWhitespaceEnabled() function in class:WebKit::WebEditorClient
/external/webkit/Source/WebCore/editing/
H A DEditor.h285 bool isSelectTrailingWhitespaceEnabled();
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebViewHost.h128 virtual bool isSelectTrailingWhitespaceEnabled();
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h440 virtual bool isSelectTrailingWhitespaceEnabled() { return false; } function in class:WebCore::EmptyEditorClient

Completed in 424 milliseconds

12