Home | History | Annotate | Download | only in options

Lines Matching full:templatedata

66       optionAllow.textContent = templateData.allowException;
72 optionAsk.textContent = templateData.askException;
79 optionSession.textContent = templateData.sessionException;
85 optionBlock.textContent = templateData.blockException;
159 return templateData.allowException;
161 return templateData.blockException;
163 return templateData.askException;
165 return templateData.sessionException;
289 this.input.placeholder = templateData.addNewExceptionInstructions;
364 templateData.enable_click_to_play);
474 templateData.contentSettingsPageTabTitle,
503 header.textContent = templateData[type + '_header'];