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

  /external/chromium_org/chrome/browser/password_manager/
password_manager_internals_service_unittest.cc 28 enum ProfileType { NORMAL_PROFILE, INCOGNITO_PROFILE };
30 scoped_ptr<TestingProfile> CreateProfile(ProfileType type) {
  /external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.h 29 enum ProfileType {
113 autofill::AutofillProfile CreateAutofillProfile(ProfileType type);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
ProfilesPanel.js 32 WebInspector.ProfileType = function(id, name)
49 WebInspector.ProfileType.Events = {
56 WebInspector.ProfileType.prototype = {
135 * @this {WebInspector.ProfileType}
197 this.dispatchEventToListeners(WebInspector.ProfileType.Events.AddProfileHeader, profile);
258 this.dispatchEventToListeners(WebInspector.ProfileType.Events.RemoveProfileHeader, profile);
272 WebInspector.ProfileType.DataDisplayDelegate = function()
276 WebInspector.ProfileType.DataDisplayDelegate.prototype = {
294 * @param {!WebInspector.ProfileType} profileType
    [all...]
CanvasProfileView.js 614 * @extends {WebInspector.ProfileType}
618 WebInspector.ProfileType.call(this, WebInspector.CanvasProfileType.TypeId, WebInspector.UIString("Capture Canvas Frame"));
759 WebInspector.ProfileType.prototype.removeProfile.call(this, profile);
    [all...]
CPUProfileView.js 483 * @extends {WebInspector.ProfileType}
488 WebInspector.ProfileType.call(this, WebInspector.CPUProfileType.TypeId, WebInspector.UIString("Collect JavaScript CPU Profile"));
647 this.dispatchEventToListeners(WebInspector.ProfileType.Events.ProfileComplete, recordedProfile);
671 __proto__: WebInspector.ProfileType.prototype
HeapSnapshotView.js 40 * @param {!WebInspector.ProfileType.DataDisplayDelegate} dataDisplayDelegate
49 profile.profileType().addEventListener(WebInspector.HeapSnapshotProfileType.SnapshotReceived, this._onReceiveSnapshot, this);
50 profile.profileType().addEventListener(WebInspector.ProfileType.Events.RemoveProfileHeader, this._onProfileHeaderRemoved, this);
88 if (WebInspector.experimentsSettings.heapAllocationProfiler.isEnabled() && profile.profileType() === WebInspector.ProfileTypeRegistry.instance.trackingHeapSnapshotProfileType) {
138 if (profile.profileType() !== WebInspector.ProfileTypeRegistry.instance.trackingHeapSnapshotProfileType)
539 if (this._profile.profileType() !== WebInspector.ProfileTypeRegistry.instance.trackingHeapSnapshotProfileType)
776 return this._profile.profileType().getProfiles();
    [all...]
  /frameworks/base/libs/hwui/
DrawProfiler.h 46 enum ProfileType {
68 ProfileType loadRequestedProfileType();
70 ProfileType mType;
  /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,
  /external/chromium_org/chrome/browser/profiles/
profile.h 132 enum ProfileType {
184 virtual ProfileType GetProfileType() const = 0;
profile_metrics.h 64 enum ProfileType {
  /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 297 milliseconds