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

  /external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.h 29 enum ProfileType {
113 autofill::AutofillProfile CreateAutofillProfile(ProfileType type);
  /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/third_party/WebKit/Source/devtools/front_end/profiler/
ProfilesPanel.js 32 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
    [all...]
CanvasProfileView.js 628 * @extends {WebInspector.ProfileType}
632 WebInspector.ProfileType.call(this, WebInspector.CanvasProfileType.TypeId, WebInspector.UIString("Capture Canvas Frame"));
798 WebInspector.ProfileType.prototype.removeProfile.call(this, profile);
    [all...]
CPUProfileView.js 493 * @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
HeapSnapshotView.js 33 * @implements {WebInspector.ProfileType.DataDisplayDelegate}
35 * @param {!WebInspector.ProfileType.DataDisplayDelegate} dataDisplayDelegate
44 profile.profileType().addEventListener(WebInspector.HeapSnapshotProfileType.SnapshotReceived, this._onReceiveSnapshot, this);
45 profile.profileType().addEventListener(WebInspector.ProfileType.Events.RemoveProfileHeader, this._onProfileHeaderRemoved, this);
47 if (profile.profileType().id === WebInspector.TrackingHeapSnapshotProfileType.TypeId) {
129 if (profile.profileType() !== WebInspector.ProfileTypeRegistry.instance.trackingHeapSnapshotProfileType)
517 if (this._profile.profileType() !== WebInspector.ProfileTypeRegistry.instance.trackingHeapSnapshotProfileType)
754 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 130 enum ProfileType {
182 virtual ProfileType GetProfileType() const = 0;
profile_metrics.h 82 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 367 milliseconds