Home | History | Annotate | Download | only in DumpRenderTree

Lines Matching refs:succeeded

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