Home
last modified time | relevance | path

Searched refs:ProfileType (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/chrome/test/perf/
Dperf_ui_test_suite.h25 enum ProfileType { enum
32 static base::FilePath GetPathForProfileType(ProfileType profile_type);
Dfeature_startup_test.cc45 void InitProfile(PerfUITestSuite::ProfileType profile_type) { in InitProfile()
55 PerfUITestSuite::ProfileType profile_type) { in RunStartupTest()
Dperf_ui_test_suite.cc53 ProfileType profile_type) { in GetPathForProfileType()
Dstartup_test.cc154 PerfUITestSuite::ProfileType profile_type, in RunStartupTest()
309 PerfUITestSuite::ProfileType profile_type_;
/external/chromium_org/chrome/browser/sync/test/integration/
Dautofill_helper.h29 enum ProfileType { enum
107 autofill::AutofillProfile CreateAutofillProfile(ProfileType type);
Dautofill_helper.cc132 AutofillProfile CreateAutofillProfile(ProfileType type) { in CreateAutofillProfile()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DProfilesPanel.js32 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…
DCanvasProfileView.js628 …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
DHeapSnapshotView.js812 …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…
DCPUProfileView.js633 …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/
Dprofile_metrics.cc31 ProfileMetrics::ProfileType GetProfileType( in GetProfileType()
34 ProfileMetrics::ProfileType metric = ProfileMetrics::SECONDARY; in GetProfileType()
Dprofile_metrics.h58 enum ProfileType { enum
/external/chromium_org/chrome/common/metrics/proto/
Dprofiler_event.proto17 enum ProfileType { enum
22 optional ProfileType profile_type = 1;