Lines Matching defs:is_callback
444 new IdlInterface(parsed_idl, /* is_callback = */ false, /* is_mixin = */ false);
449 new IdlInterface(parsed_idl, /* is_callback = */ false, /* is_mixin = */ true);
472 new IdlInterface(parsed_idl, /* is_callback = */ true, /* is_mixin = */ false);
1204 function IdlInterface(obj, is_callback, is_mixin)
1240 this._is_callback = is_callback;
1244 IdlInterface.prototype.is_callback = function()
1303 return this.is_callback() ? this.has_constants() : !this.has_extended_attribute("LegacyNoInterfaceObject");
1314 var reason = this.is_callback() ? "lack of declared constants" : "declared [LegacyNoInterfaceObject] attribute";
1473 if (this.is_callback()) {
1544 if (this.should_have_interface_object() && !this.is_callback()) {
1600 if (this.is_callback()) {
1772 if (this.is_callback()) {
1896 if (this.is_callback()) {
1931 if (this.is_callback()) {
2136 if (this.is_callback()) {
2269 if (this.is_callback()) {
2606 if (this.is_callback()) {