Searched refs:setAcceptsEditing (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Tools/DumpRenderTree/mac/
H A DEditingDelegate.h36 - (void)setAcceptsEditing:(BOOL)newAcceptsEditing;
H A DEditingDelegate.mm187 - (void)setAcceptsEditing:(BOOL)newAcceptsEditing
H A DLayoutTestControllerMac.mm355 void LayoutTestController::setAcceptsEditing(bool newAcceptsEditing)
357 [(EditingDelegate *)[[mainFrame webView] editingDelegate] setAcceptsEditing:newAcceptsEditing];
H A DDumpRenderTree.mm1041 [(EditingDelegate *)[webView editingDelegate] setAcceptsEditing:YES];
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
H A DLayoutTestController.idl46 void setAcceptsEditing(in boolean value);
/external/webkit/Tools/DumpRenderTree/win/
H A DEditingDelegate.h38 void setAcceptsEditing(bool b) { m_acceptsEditing = b; } function
H A DLayoutTestControllerWin.cpp79 editingDelegate->setAcceptsEditing(TRUE);
332 void LayoutTestController::setAcceptsEditing(bool acceptsEditing) function in class:LayoutTestController
347 editingDelegate->setAcceptsEditing(acceptsEditing);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.h74 void setAcceptsEditing(bool value) { m_shouldAllowEditing = value; } function in class:WTR::LayoutTestController
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp101 void LayoutTestController::setAcceptsEditing(bool acceptsEditing) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.h127 void setAcceptsEditing(const CppArgumentList&, CppVariant*);
H A DLayoutTestController.cpp137 bindMethod("setAcceptsEditing", &LayoutTestController::setAcceptsEditing);
351 void LayoutTestController::setAcceptsEditing(const CppArgumentList& arguments, CppVariant* result) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.h89 void setAcceptsEditing(bool acceptsEditing);
H A DLayoutTestController.cpp1044 controller->setAcceptsEditing(JSValueToBoolean(context, arguments[0]));
2238 { "setAcceptsEditing", setAcceptsEditingCallback, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp224 void LayoutTestController::setAcceptsEditing(bool acceptsEditing) function in class:LayoutTestController

Completed in 164 milliseconds