Home | History | Annotate | Download | only in touch_ntp

Lines Matching refs:Template

23    * Template to use for creating new 'apps-page' elements
29 * Template to use for creating new 'app-container' elements
35 * Template to use for creating new 'dot' elements
108 // Get the template elements and remove them from the DOM. Things are
110 // template elements behind in the DOM.
111 appTemplate = getRequiredElement('app-template');
354 // Make a deep copy of the template and clear its ID
357 assert(appElement, 'Expected app-template to have an app child');
430 // Make a shallow copy of the app page template.
434 // Make a deep copy of the dot template to add a new one.