Home | History | Annotate | Download | only in DumpRenderTree

Lines Matching defs:succeeded

779     bool succeeded = toAXElement(thisObject)->addNotificationListener(callback);
780 return JSValueMakeBoolean(context, succeeded);