Searched defs:setAcceptsEditing (Results 1 - 4 of 4) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/win/
H A DEditingDelegate.h38 void setAcceptsEditing(bool b) { m_acceptsEditing = b; } function
H A DLayoutTestControllerWin.cpp79 editingDelegate->setAcceptsEditing(TRUE);
257 void LayoutTestController::setAcceptsEditing(bool acceptsEditing) function in class:LayoutTestController
272 editingDelegate->setAcceptsEditing(acceptsEditing);
/external/webkit/WebKitTools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp99 void LayoutTestController::setAcceptsEditing(bool acceptsEditing) function in class:LayoutTestController
/external/webkit/WebKitTools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp205 void LayoutTestController::setAcceptsEditing(bool acceptsEditing) function in class:LayoutTestController

Completed in 67 milliseconds