Home
last modified time | relevance | path

Searched defs:acceptsEditing (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Tools/DumpRenderTree/mac/
DEditingDelegate.h33 BOOL acceptsEditing; variable
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DEditorClientQt.h118 static bool acceptsEditing; variable
DEditorClientQt.cpp90 bool EditorClientQt::acceptsEditing = true; member in WebCore::EditorClientQt
/external/webkit/Tools/DumpRenderTree/chromium/
DLayoutTestController.h389 bool acceptsEditing() { return m_acceptsEditing; } in acceptsEditing() function
/external/webkit/Tools/DumpRenderTree/wx/
DLayoutTestControllerWx.cpp101 void LayoutTestController::setAcceptsEditing(bool acceptsEditing) in setAcceptsEditing()
/external/webkit/Tools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp224 void LayoutTestController::setAcceptsEditing(bool acceptsEditing) in setAcceptsEditing()
/external/webkit/Tools/DumpRenderTree/win/
DLayoutTestControllerWin.cpp332 void LayoutTestController::setAcceptsEditing(bool acceptsEditing) in setAcceptsEditing()