Home
last modified time | relevance | path

Searched refs:m_collectionCache (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLFormCollection.cpp41 if (!form->m_collectionCache) in formCollectionInfo()
42 form->m_collectionCache = adoptPtr(new CollectionCache); in formCollectionInfo()
43 return form->m_collectionCache.get(); in formCollectionInfo()
DHTMLFormElement.h154 OwnPtr<CollectionCache> m_collectionCache; variable
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06131093 m_collectionCache and used an OwnPtr for it. Renamed formElements to