Lines Matching refs:contentType

15    * @param {string} contentType The type of the list.
24 function ExceptionsListItem(contentType, mode, enableAskOption, exception) {
27 el.contentType = contentType;
81 if (this.contentType == 'cookies') {
88 if (this.contentType != 'fullscreen') {
107 if (this.contentType != 'zoomlevels') {
117 if (this.contentType == 'media-stream') {
128 if (this.contentType == 'zoomlevels') {
160 if (this.contentType == 'notifications' ||
161 this.contentType == 'location' ||
162 this.contentType == 'media-stream') {
182 indicator.setAttribute('content-exception', this.contentType);
185 var event = new Event(this.contentType);
209 [listItem.contentType, listItem.mode, input.value]);
382 [this.contentType, this.mode, oldPattern]);
386 [this.contentType, this.mode, newPattern, newSetting]);
395 * @param {string} contentType The type of the list.
402 function ExceptionsAddRowListItem(contentType, mode, enableAskOption) {
405 el.contentType = contentType;
449 [this.contentType, this.mode, newPattern, newSetting]);
474 if (parentNode.hasAttribute('contentType')) {
475 this.contentType = parentNode.getAttribute('contentType');
483 this.enableAskOption = this.contentType == 'plugins';
496 return new ExceptionsListItem(this.contentType,
501 var addRowItem = new ExceptionsAddRowListItem(this.contentType,
553 return !(this.contentType == 'notifications' ||
554 this.contentType == 'location' ||
555 this.contentType == 'fullscreen' ||
556 this.contentType == 'media-stream' ||
557 this.contentType == 'zoomlevels');
579 chrome.send('removeException', [listItem.contentType,
636 var divs = this.pageDiv.querySelectorAll('div[contentType]');
638 if (divs[i].getAttribute('contentType') == type)