Home | History | Annotate | Download | only in templates

Lines Matching defs:imports

29  * imports.  It has methods on it that
37 * the imports.</li>
174 /* The count of imports composed for this stylesheet */
192 // Now get the count of composed imports from this stylesheet's imports
201 // Now get the count of composed imports from this stylesheet's
206 int imports = getIncludeComposed(--count).getImportCount();
207 m_endImportCountComposed += imports;
208 while (imports > 0)
209 m_endImportCountComposed +=getIncludeComposed(count).getImport(--imports).getEndImportCountComposed();
252 * @return the number of imports in this stylesheet's composed list.