HomeSort by relevance Sort by last modified time
    Searched refs:_profile (Results 1 - 4 of 4) sorted by null

  /external/javasqlite/src/main/java/SQLite/
Database.java 628 _profile(pr);
632 private native void _profile(Profile pr); method in class:Database
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
HeapSnapshotView.js 135 this._profile = profile;
162 var profileIndex = list.indexOf(this._profile);
199 return this._profile;
204 return this._profile.profileType().getProfile(this._baseProfileUid);
451 return this._profile.profileType().getProfiles();
712 if (!event.data || event.data.type !== this._profile.profileType().id)
    [all...]
CPUProfileView.js 89 if (this.profile._profile) // If the profile has been loaded from file then use it.
90 this._processProfileData(this.profile._profile);
871 this._profile = JSON.parse(this._jsonifiedProfile);
    [all...]
CanvasProfileView.js 41 this._profile = profile;
121 return this._profile;
362 this._profile._updateCapturingStatus(traceLog);
    [all...]

Completed in 1059 milliseconds