ensureCachedHTMLCollection  546 Source/core/dom/Element.h     PassRefPtr<HTMLCollection> ensureCachedHTMLCollection(CollectionType);
ensureCachedHTMLCollection   55 Source/core/html/HTMLDataListElement.cpp     return ensureCachedHTMLCollection(DataListOptions);
ensureCachedHTMLCollection   97 Source/core/html/HTMLFieldSetElement.cpp     return ensureCachedHTMLCollection(FormControls);
ensureCachedHTMLCollection  537 Source/core/html/HTMLFormElement.cpp     return ensureCachedHTMLCollection(FormControls);
ensureCachedHTMLCollection  119 Source/core/html/HTMLMapElement.cpp     return ensureCachedHTMLCollection(MapAreas);
ensureCachedHTMLCollection  378 Source/core/html/HTMLSelectElement.cpp     return ensureCachedHTMLCollection(SelectedOptions);
ensureCachedHTMLCollection  383 Source/core/html/HTMLSelectElement.cpp     return static_cast<HTMLOptionsCollection*>(ensureCachedHTMLCollection(SelectOptions).get());
ensureCachedHTMLCollection  551 Source/core/html/HTMLTableElement.cpp     return ensureCachedHTMLCollection(TableRows);
ensureCachedHTMLCollection  556 Source/core/html/HTMLTableElement.cpp     return ensureCachedHTMLCollection(TableTBodies);
ensureCachedHTMLCollection  161 Source/core/html/HTMLTableRowElement.cpp     return ensureCachedHTMLCollection(TRCells);
ensureCachedHTMLCollection  107 Source/core/html/HTMLTableSectionElement.cpp     return ensureCachedHTMLCollection(TSectionRows);