Searched refs:_profile (Results 1 – 5 of 5) sorted by relevance
140 this._profile = profile;466 if (snapshotObjectId <= this._profile.maxJSObjectId)474 this._profile.load(profileCallback.bind(this));484 var profileIndex = list.indexOf(this._profile);517 …if (this._profile.profileType() !== WebInspector.ProfileTypeRegistry.instance.trackingHeapSnapshot…526 this._profile.load(profileCallback.bind(this));532 this._profile._wasShown();754 return this._profile.profileType().getProfiles();784 var target = this._profile.target();846 this._profile.load(didLoadSnapshot.bind(this));[all …]
42 this._profile = profile;130 return this._profile;360 this._profile._updateCapturingStatus(traceLog);
79 …this.profile = new WebInspector.CPUProfileDataModel(profileHeader._profile || profileHeader.protoc…707 this._profile = JSON.parse(this._jsonifiedProfile);
628 _profile(pr); in profile()632 private native void _profile(Profile pr); in _profile() method in Database
1508 def _profile : Flag<["--"], "profile">, Alias<p>;