Searched refs:profileInfo (Results 1 – 3 of 3) sorted by relevance
16 function ProfileListItem(profileInfo) { argument18 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 …]
139 var profileInfo = ManageProfileOverlay.getInstance().profileInfo_;140 chrome.send('requestHasProfileShortcuts', [profileInfo.filePath]);189 setProfileInfo_: function(profileInfo, mode) { argument190 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) { argument245 ManageProfileOverlay.setProfileInfo(profileInfo, 'create');527 var profileInfo = BrowserOptions.getCurrentProfile();[all …]
1425 showCreateProfileSuccess_: function(profileInfo) { argument1426 CreateProfileOverlay.onSuccess(profileInfo);