Searched refs:ProfileType (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_manager_internals_service_unittest.cc28 enum ProfileType { NORMAL_PROFILE, INCOGNITO_PROFILE }; enum in namespace:__anon4372
30 scoped_ptr<TestingProfile> CreateProfile(ProfileType type) {
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dautofill_helper.h29 enum ProfileType { enum in namespace:autofill_helper
113 autofill::AutofillProfile CreateAutofillProfile(ProfileType type);
H A Dautofill_helper.cc133 AutofillProfile CreateAutofillProfile(ProfileType type) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DProfilesPanel.js32 WebInspector.ProfileType = function(id, name)
49 WebInspector.ProfileType.Events = {
56 WebInspector.ProfileType.prototype = {
143 * @this {WebInspector.ProfileType}
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 = {
301 * @param {!WebInspector.ProfileType} profileType
341 * @return {!WebInspector.ProfileType}
[all...]
H A DCPUProfileView.js493 * @extends {WebInspector.ProfileType}
497 WebInspector.ProfileType.call(this, WebInspector.CPUProfileType.TypeId, WebInspector.UIString("Collect JavaScript CPU Profile"));
648 this.dispatchEventToListeners(WebInspector.ProfileType.Events.ProfileComplete, recordedProfile);
671 __proto__: WebInspector.ProfileType.prototype
669 }, class
H A DCanvasProfileView.js628 * @extends {WebInspector.ProfileType}
632 WebInspector.ProfileType.call(this, WebInspector.CanvasProfileType.TypeId, WebInspector.UIString("Capture Canvas Frame"));
798 WebInspector.ProfileType.prototype.removeProfile.call(this, profile);
971 this.dispatchEventToListeners(WebInspector.ProfileType.Events.ViewUpdated);
992 __proto__: WebInspector.ProfileType.prototype
790 }, class
H A DHeapSnapshotView.js33 * @implements {WebInspector.ProfileType.DataDisplayDelegate}
35 * @param {!WebInspector.ProfileType.DataDisplayDelegate} dataDisplayDelegate
45 profile.profileType().addEventListener(WebInspector.ProfileType.Events.RemoveProfileHeader, this._onProfileHeaderRemoved, this);
1015 this._profile.profileType().removeEventListener(WebInspector.ProfileType.Events.RemoveProfileHeader, this._onProfileHeaderRemoved, this);
1035 * @extends {WebInspector.ProfileType}
1042 WebInspector.ProfileType.call(this, id || WebInspector.HeapSnapshotProfileType.TypeId, title || WebInspector.UIString("Take Heap Snapshot"));
1142 this.dispatchEventToListeners(WebInspector.ProfileType.Events.ProfileComplete, profile);
1185 __proto__: WebInspector.ProfileType.prototype
1345 this.dispatchEventToListeners(WebInspector.ProfileType.Events.ProfileComplete, profile);
1436 * @param {!WebInspector.ProfileType
1183 }, function
[all...]
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_io_data.h109 explicit OffTheRecordProfileIOData(Profile::ProfileType profile_type);
H A Dprofile_metrics.h82 enum ProfileType { enum in class:ProfileMetrics
H A Dprofile.h130 enum ProfileType { enum in class:Profile
182 virtual ProfileType GetProfileType() const = 0;
H A Doff_the_record_profile_impl.h40 virtual ProfileType GetProfileType() const OVERRIDE;
H A Doff_the_record_profile_impl.cc235 Profile::ProfileType OffTheRecordProfileImpl::GetProfileType() const {
496 virtual ProfileType GetProfileType() const OVERRIDE {
H A Dprofile_metrics.cc25 ProfileMetrics::ProfileType GetProfileType(
28 ProfileMetrics::ProfileType metric = ProfileMetrics::SECONDARY;
H A Dprofile_io_data.h226 Profile::ProfileType profile_type() const {
353 explicit ProfileIOData(Profile::ProfileType profile_type);
713 const Profile::ProfileType profile_type_;
H A Dprofile_impl.h102 virtual ProfileType GetProfileType() const OVERRIDE;
H A Doff_the_record_profile_io_data.cc195 Profile::ProfileType profile_type)
H A Dprofile_impl.cc855 Profile::ProfileType ProfileImpl::GetProfileType() const {
H A Dprofile_io_data.cc585 ProfileIOData::ProfileIOData(Profile::ProfileType profile_type)
/external/chromium_org/chrome/browser/ui/app_list/test/
H A Dfake_profile.cc20 Profile::ProfileType FakeProfile::GetProfileType() const {
H A Dfake_profile.h34 virtual ProfileType GetProfileType() const OVERRIDE;
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.h240 virtual ProfileType GetProfileType() const OVERRIDE;
H A Dtesting_profile.cc644 Profile::ProfileType TestingProfile::GetProfileType() const {
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_helper_unittest.cc85 TestProfileIOData(Profile::ProfileType profile_type,
353 TestProfileIOData* CreateTestProfileIOData(Profile::ProfileType profile_type);
376 Profile::ProfileType profile_type) {

Completed in 536 milliseconds