Searched refs:ProfileType (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/chrome/test/perf/ |
D | perf_ui_test_suite.h | 25 enum ProfileType { enum 32 static base::FilePath GetPathForProfileType(ProfileType profile_type);
|
D | feature_startup_test.cc | 45 void InitProfile(PerfUITestSuite::ProfileType profile_type) { in InitProfile() 55 PerfUITestSuite::ProfileType profile_type) { in RunStartupTest()
|
D | perf_ui_test_suite.cc | 53 ProfileType profile_type) { in GetPathForProfileType()
|
D | startup_test.cc | 154 PerfUITestSuite::ProfileType profile_type, in RunStartupTest() 309 PerfUITestSuite::ProfileType profile_type_;
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
D | autofill_helper.h | 29 enum ProfileType { enum 107 autofill::AutofillProfile CreateAutofillProfile(ProfileType type);
|
D | autofill_helper.cc | 132 AutofillProfile CreateAutofillProfile(ProfileType type) { in CreateAutofillProfile()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | ProfilesPanel.js | 32 WebInspector.ProfileType = function(id, name) class in WebInspector 44 WebInspector.ProfileType.Events = { 50 WebInspector.ProfileType.prototype = { 191 this.dispatchEventToListeners(WebInspector.ProfileType.Events.AddProfileHeader, profile); 229 … this.dispatchEventToListeners(WebInspector.ProfileType.Events.RemoveProfileHeader, profile); 633 …profileType.addEventListener(WebInspector.ProfileType.Events.ViewUpdated, this._updateProfileTypeS… 634 …profileType.addEventListener(WebInspector.ProfileType.Events.AddProfileHeader, onAddProfileHeader,… 635 …profileType.addEventListener(WebInspector.ProfileType.Events.RemoveProfileHeader, onRemoveProfileH…
|
D | CanvasProfileView.js | 628 …WebInspector.ProfileType.call(this, WebInspector.CanvasProfileType.TypeId, WebInspector.UIString("… 762 WebInspector.ProfileType.prototype._reset.call(this); class in WebInspector 772 WebInspector.ProfileType.prototype.removeProfile.call(this, profile); 941 this.dispatchEventToListeners(WebInspector.ProfileType.Events.ViewUpdated); 962 __proto__: WebInspector.ProfileType.prototype
|
D | HeapSnapshotView.js | 812 …WebInspector.ProfileType.call(this, WebInspector.HeapSnapshotProfileType.TypeId, WebInspector.UISt… 965 WebInspector.ProfileType.prototype.removeProfile.call(this, profile); class in WebInspector 975 __proto__: WebInspector.ProfileType.prototype 986 …WebInspector.ProfileType.call(this, WebInspector.TrackingHeapSnapshotProfileType.TypeId, WebInspec…
|
D | CPUProfileView.js | 633 …WebInspector.ProfileType.call(this, WebInspector.CPUProfileType.TypeId, WebInspector.UIString("Col… 824 WebInspector.ProfileType.prototype.removeProfile.call(this, profile); class in WebInspector 835 __proto__: WebInspector.ProfileType.prototype
|
/external/chromium_org/chrome/browser/profiles/ |
D | profile_metrics.cc | 31 ProfileMetrics::ProfileType GetProfileType( in GetProfileType() 34 ProfileMetrics::ProfileType metric = ProfileMetrics::SECONDARY; in GetProfileType()
|
D | profile_metrics.h | 58 enum ProfileType { enum
|
/external/chromium_org/chrome/common/metrics/proto/ |
D | profiler_event.proto | 17 enum ProfileType { enum 22 optional ProfileType profile_type = 1;
|