Searched defs:setSelectTrailingWhitespaceEnabled (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.cpp106 void DumpRenderTreeSupportGtk::setSelectTrailingWhitespaceEnabled(bool enabled) function in class:DumpRenderTreeSupportGtk
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp486 void DumpRenderTreeSupportQt::setSelectTrailingWhitespaceEnabled(QWebPage* page, bool enabled) function in class:DumpRenderTreeSupportQt
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.cpp162 bindMethod("setSelectTrailingWhitespaceEnabled", &LayoutTestController::setSelectTrailingWhitespaceEnabled);
899 void LayoutTestController::setSelectTrailingWhitespaceEnabled(const CppArgumentList& arguments, CppVariant* result) function in class:LayoutTestController
902 m_shell->webViewHost()->setSelectTrailingWhitespaceEnabled(arguments[0].value.boolValue);
H A DWebViewHost.cpp1223 void WebViewHost::setSelectTrailingWhitespaceEnabled(bool enabled) function in class:WebViewHost
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp529 void LayoutTestController::setSelectTrailingWhitespaceEnabled(bool flag) function in class:LayoutTestController
531 DumpRenderTreeSupportGtk::setSelectTrailingWhitespaceEnabled(flag);
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.cpp719 void LayoutTestController::setSelectTrailingWhitespaceEnabled(bool enable) function in class:LayoutTestController
721 DumpRenderTreeSupportQt::setSelectTrailingWhitespaceEnabled(m_drt->webPage(), enable);
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp854 void LayoutTestController::setSelectTrailingWhitespaceEnabled(bool flag) function in class:LayoutTestController
864 viewEditing->setSelectTrailingWhitespaceEnabled(flag ? TRUE : FALSE);
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp309 void LayoutTestController::setSelectTrailingWhitespaceEnabled(bool flag) function in class:LayoutTestController

Completed in 124 milliseconds