HomeSort by relevance Sort by last modified time
    Searched defs:setAcceptsEditing (Results 1 - 7 of 7) sorted by null

  /external/webkit/WebKitTools/DumpRenderTree/win/
EditingDelegate.h 38 void setAcceptsEditing(bool b) { m_acceptsEditing = b; }
LayoutTestControllerWin.cpp 79 editingDelegate->setAcceptsEditing(TRUE);
257 void LayoutTestController::setAcceptsEditing(bool acceptsEditing)
272 editingDelegate->setAcceptsEditing(acceptsEditing);
    [all...]
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestController.java 60 public void setAcceptsEditing(boolean b);
CallbackProxy.java 237 mLayoutTestController.setAcceptsEditing(
439 public void setAcceptsEditing(boolean b) {
TestShellActivity.java 427 public void setAcceptsEditing(boolean b) {
  /external/webkit/WebKitTools/DumpRenderTree/wx/
LayoutTestControllerWx.cpp 99 void LayoutTestController::setAcceptsEditing(bool acceptsEditing)
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 205 void LayoutTestController::setAcceptsEditing(bool acceptsEditing)

Completed in 212 milliseconds