HomeSort by relevance Sort by last modified time
    Searched defs:ProfileType (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.h 29 enum ProfileType {
107 autofill::AutofillProfile CreateAutofillProfile(ProfileType type);
  /external/chromium_org/chrome/test/perf/
perf_ui_test_suite.h 25 enum ProfileType {
32 static base::FilePath GetPathForProfileType(ProfileType profile_type);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CanvasProfileView.js 624 * @extends {WebInspector.ProfileType}
628 WebInspector.ProfileType.call(this, WebInspector.CanvasProfileType.TypeId, WebInspector.UIString("Capture Canvas Frame"));
762 WebInspector.ProfileType.prototype._reset.call(this);
772 WebInspector.ProfileType.prototype.removeProfile.call(this, profile);
    [all...]
CPUProfileView.js 628 * @extends {WebInspector.ProfileType}
633 WebInspector.ProfileType.call(this, WebInspector.CPUProfileType.TypeId, WebInspector.UIString("Collect JavaScript CPU Profile"));
824 WebInspector.ProfileType.prototype.removeProfile.call(this, profile);
835 __proto__: WebInspector.ProfileType.prototype
    [all...]
ProfilesPanel.js 32 WebInspector.ProfileType = function(id, name)
44 WebInspector.ProfileType.Events = {
50 WebInspector.ProfileType.prototype = {
129 * @this {WebInspector.ProfileType}
191 this.dispatchEventToListeners(WebInspector.ProfileType.Events.AddProfileHeader, profile);
229 this.dispatchEventToListeners(WebInspector.ProfileType.Events.RemoveProfileHeader, profile);
240 * @param {!WebInspector.ProfileType} profileType
244 WebInspector.ProfileHeader = function(profileType, title, uid)
246 this._profileType = profileType;
    [all...]
HeapSnapshotView.js 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)
807 * @extends {WebInspector.ProfileType}
812 WebInspector.ProfileType.call(this, WebInspector.HeapSnapshotProfileType.TypeId, WebInspector.UIString("Take Heap Snapshot"));
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_metrics.h 58 enum ProfileType {
  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.h 45 enum ProfileType {
74 ProfileType profile, LevelType level);
83 ProfileType profile, LevelType level);
87 ProfileType *profile, LevelType *level) const;
95 ProfileType profile, LevelType level,
107 ProfileType *chosenProfile,
  /hardware/qcom/media/mm-video-legacy/vidc/venc/test/
venc_test.cpp 215 struct ProfileType
320 ProfileType m_sProfile;
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
venc_test.cpp 255 struct ProfileType {
349 ProfileType m_sProfile;
    [all...]

Completed in 213 milliseconds