Home | History | Annotate | Download | only in profiler

Lines Matching defs:ProfileType

614  * @extends {WebInspector.ProfileType}
618 WebInspector.ProfileType.call(this, WebInspector.CanvasProfileType.TypeId, WebInspector.UIString("Capture Canvas Frame"));
759 WebInspector.ProfileType.prototype.removeProfile.call(this, profile);
929 this.dispatchEventToListeners(WebInspector.ProfileType.Events.ViewUpdated);
950 __proto__: WebInspector.ProfileType.prototype
956 * @param {!WebInspector.CanvasProfileType} profileType
958 WebInspector.CanvasDispatcher = function(profileType)
960 this._profileType = profileType;