/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/ |
D | ProfilesPanel.js | 32 WebInspector.ProfileType = function(id, name) class in WebInspector 49 WebInspector.ProfileType.Events = { 56 WebInspector.ProfileType.prototype = { 205 this.dispatchEventToListeners(WebInspector.ProfileType.Events.AddProfileHeader, profile); 265 this.dispatchEventToListeners(WebInspector.ProfileType.Events.RemoveProfileHeader, profile); 279 WebInspector.ProfileType.DataDisplayDelegate = function() 283 WebInspector.ProfileType.DataDisplayDelegate.prototype = { 709 …profileType.addEventListener(WebInspector.ProfileType.Events.ViewUpdated, this._updateProfileTypeS… 710 …profileType.addEventListener(WebInspector.ProfileType.Events.AddProfileHeader, onAddProfileHeader,… 711 …profileType.addEventListener(WebInspector.ProfileType.Events.RemoveProfileHeader, onRemoveProfileH… [all …]
|
D | CPUProfileView.js | 497 …WebInspector.ProfileType.call(this, WebInspector.CPUProfileType.TypeId, WebInspector.UIString("Col… 648 … this.dispatchEventToListeners(WebInspector.ProfileType.Events.ProfileComplete, recordedProfile); 671 __proto__: WebInspector.ProfileType.prototype
|
D | CanvasProfileView.js | 632 …WebInspector.ProfileType.call(this, WebInspector.CanvasProfileType.TypeId, WebInspector.UIString("… 798 WebInspector.ProfileType.prototype.removeProfile.call(this, profile); class in WebInspector 971 this.dispatchEventToListeners(WebInspector.ProfileType.Events.ViewUpdated); 992 __proto__: WebInspector.ProfileType.prototype
|
D | HeapSnapshotView.js | 45 …profile.profileType().addEventListener(WebInspector.ProfileType.Events.RemoveProfileHeader, this._… 1015 …this._profile.profileType().removeEventListener(WebInspector.ProfileType.Events.RemoveProfileHeade… 1042 …WebInspector.ProfileType.call(this, id || WebInspector.HeapSnapshotProfileType.TypeId, title || We… 1142 this.dispatchEventToListeners(WebInspector.ProfileType.Events.ProfileComplete, profile); 1185 __proto__: WebInspector.ProfileType.prototype 1345 this.dispatchEventToListeners(WebInspector.ProfileType.Events.ProfileComplete, profile);
|
/external/chromium_org/chrome/browser/password_manager/ |
D | password_manager_internals_service_unittest.cc | 28 enum ProfileType { NORMAL_PROFILE, INCOGNITO_PROFILE }; enum 30 scoped_ptr<TestingProfile> CreateProfile(ProfileType type) { in CreateProfile()
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
D | autofill_helper.h | 29 enum ProfileType { enum 113 autofill::AutofillProfile CreateAutofillProfile(ProfileType type);
|
D | autofill_helper.cc | 133 AutofillProfile CreateAutofillProfile(ProfileType type) { in CreateAutofillProfile()
|
/external/chromium_org/chrome/browser/profiles/ |
D | profile.h | 130 enum ProfileType { enum 182 virtual ProfileType GetProfileType() const = 0;
|
D | profile_io_data.h | 226 Profile::ProfileType profile_type() const { in profile_type() 353 explicit ProfileIOData(Profile::ProfileType profile_type); 713 const Profile::ProfileType profile_type_;
|
D | profile_metrics.cc | 25 ProfileMetrics::ProfileType GetProfileType( in GetProfileType() 28 ProfileMetrics::ProfileType metric = ProfileMetrics::SECONDARY; in GetProfileType()
|
D | profile_metrics.h | 82 enum ProfileType { enum
|
D | off_the_record_profile_impl.cc | 235 Profile::ProfileType OffTheRecordProfileImpl::GetProfileType() const { in GetProfileType() 496 virtual ProfileType GetProfileType() const OVERRIDE { in GetProfileType()
|
D | off_the_record_profile_io_data.h | 109 explicit OffTheRecordProfileIOData(Profile::ProfileType profile_type);
|
D | off_the_record_profile_impl.h | 40 virtual ProfileType GetProfileType() const OVERRIDE;
|
D | profile_impl.h | 102 virtual ProfileType GetProfileType() const OVERRIDE;
|
D | off_the_record_profile_io_data.cc | 195 Profile::ProfileType profile_type) in OffTheRecordProfileIOData()
|
D | profile_io_data.cc | 585 ProfileIOData::ProfileIOData(Profile::ProfileType profile_type) in ProfileIOData()
|
D | profile_impl.cc | 855 Profile::ProfileType ProfileImpl::GetProfileType() const { in GetProfileType()
|
/external/chromium_org/components/metrics/proto/ |
D | profiler_event.proto | 17 enum ProfileType { enum 22 optional ProfileType profile_type = 1;
|
/external/chromium_org/chrome/browser/ui/app_list/test/ |
D | fake_profile.cc | 20 Profile::ProfileType FakeProfile::GetProfileType() const { in GetProfileType()
|
D | fake_profile.h | 34 virtual ProfileType GetProfileType() const OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/sync/ |
D | one_click_signin_helper_unittest.cc | 85 TestProfileIOData(Profile::ProfileType profile_type, in TestProfileIOData() 353 TestProfileIOData* CreateTestProfileIOData(Profile::ProfileType profile_type); 376 Profile::ProfileType profile_type) { in CreateTestProfileIOData()
|
/external/chromium_org/chrome/test/base/ |
D | testing_profile.h | 240 virtual ProfileType GetProfileType() const OVERRIDE;
|
D | testing_profile.cc | 644 Profile::ProfileType TestingProfile::GetProfileType() const { in GetProfileType()
|