Home
last modified time | relevance | path

Searched refs:profileInfo (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/resources/options/
Dbrowser_options_profile_list.js16 function ProfileListItem(profileInfo) { argument
18 el.profileInfo_ = profileInfo;
46 var profileInfo = this.profileInfo_;
53 iconEl.style.content = getProfileAvatarIcon(profileInfo.iconURL);
58 if (profileInfo.isCurrentProfile)
62 var displayName = profileInfo.name;
63 if (profileInfo.isCurrentProfile) {
65 profileInfo.name);
69 if (profileInfo.isSupervised) {
112 var profileInfo = this.dataModel.item(index);
[all …]
Dmanage_profile_overlay.js139 var profileInfo = ManageProfileOverlay.getInstance().profileInfo_;
140 chrome.send('requestHasProfileShortcuts', [profileInfo.filePath]);
189 setProfileInfo_: function(profileInfo, mode) { argument
190 this.iconGridSelectedURL_ = profileInfo.iconURL;
191 this.profileInfo_ = profileInfo;
192 $(mode + '-profile-name').value = profileInfo.name;
193 $(mode + '-profile-icon-grid').selectedItem = profileInfo.iconURL;
244 receiveNewProfileDefaults_: function(profileInfo) { argument
245 ManageProfileOverlay.setProfileInfo(profileInfo, 'create');
527 var profileInfo = BrowserOptions.getCurrentProfile();
[all …]
Dbrowser_options.js1425 showCreateProfileSuccess_: function(profileInfo) { argument
1426 CreateProfileOverlay.onSuccess(profileInfo);