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

12

/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DEditorClientQt.h53 virtual bool isSelectTrailingWhitespaceEnabled();
H A DEditorClientQt.cpp351 bool EditorClientQt::isSelectTrailingWhitespaceEnabled() function in class:WebCore::EditorClientQt
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DEditorClient.h72 virtual bool isSelectTrailingWhitespaceEnabled() = 0;
H A DEventHandler.cpp509 (result.event().clickCount() == 2 && m_frame->editor().isSelectTrailingWhitespaceEnabled()) ? ShouldAppendTrailingWhitespace : DontAppendTrailingWhitespace);
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DEditorClientBlackBerry.h43 virtual bool isSelectTrailingWhitespaceEnabled();
H A DEditorClientBlackBerry.cpp80 bool EditorClientBlackBerry::isSelectTrailingWhitespaceEnabled() function in class:WebCore::EditorClientBlackBerry
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DEditorClientEfl.h87 virtual bool isSelectTrailingWhitespaceEnabled();
H A DEditorClientEfl.cpp255 bool EditorClientEfl::isSelectTrailingWhitespaceEnabled() function in class:WebCore::EditorClientEfl
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DEditorClientGtk.h78 virtual bool isSelectTrailingWhitespaceEnabled();
H A DEditorClientGtk.cpp371 bool EditorClient::isSelectTrailingWhitespaceEnabled() function in class:WebKit::EditorClient
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebEditorClient.h77 bool isSelectTrailingWhitespaceEnabled();
H A DWebEditorClient.cpp314 bool WebEditorClient::isSelectTrailingWhitespaceEnabled(void) function in class:WebEditorClient
/macosx-10.9.5/WebKit-7537.78.2/wince/WebCoreSupport/
H A DEditorClientWinCE.h45 virtual bool isSelectTrailingWhitespaceEnabled();
H A DEditorClientWinCE.cpp222 bool EditorClientWinCE::isSelectTrailingWhitespaceEnabled() function in class:WebKit::EditorClientWinCE
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebEditorClient.h53 virtual bool isSelectTrailingWhitespaceEnabled() OVERRIDE;
H A DWebEditorClient.mm244 bool WebEditorClient::isSelectTrailingWhitespaceEnabled()
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h49 virtual bool isSelectTrailingWhitespaceEnabled() OVERRIDE;
H A DWebEditorClient.cpp96 bool WebEditorClient::isSelectTrailingWhitespaceEnabled() function in class:WebKit::WebEditorClient
98 return m_page->isSelectTrailingWhitespaceEnabled();
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DEditor.h303 bool isSelectTrailingWhitespaceEnabled();
H A DEditor.cpp348 bool Editor::isSelectTrailingWhitespaceEnabled() function in class:WebCore::Editor
350 return client() && client()->isSelectTrailingWhitespaceEnabled();
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DEmptyClients.h404 virtual bool isSelectTrailingWhitespaceEnabled() { return false; } function in class:WebCore::EmptyEditorClient
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebViewPrivate.h494 - (BOOL)isSelectTrailingWhitespaceEnabled;
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebView.idl1061 HRESULT isSelectTrailingWhitespaceEnabled([out, retval] BOOL* enabled);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebPage.h522 bool isSelectTrailingWhitespaceEnabled();
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.h447 virtual HRESULT STDMETHODCALLTYPE isSelectTrailingWhitespaceEnabled(

Completed in 393 milliseconds

12