Lines Matching refs:m_aCache

84         int nTypes           = m_aDataSet.m_aCache.getItemCount(Cache.E_TYPE          );  in split()
85 int nFilters = m_aDataSet.m_aCache.getItemCount(Cache.E_FILTER ); in split()
86 int nDetectServices = m_aDataSet.m_aCache.getItemCount(Cache.E_DETECTSERVICE ); in split()
87 int nFrameLoaders = m_aDataSet.m_aCache.getItemCount(Cache.E_FRAMELOADER ); in split()
88 int nContentHandlers = m_aDataSet.m_aCache.getItemCount(Cache.E_CONTENTHANDLER); in split()
92 java.util.Vector lNames = m_aDataSet.m_aCache.getItemNames(Cache.E_TYPE); in split()
103 lNames = m_aDataSet.m_aCache.getMatchedItemNames(Cache.E_FILTER, rRequestedProps); in split()
112 lNames = m_aDataSet.m_aCache.getMatchedItemNames(Cache.E_FILTER, rRequestedProps); in split()
121 lNames = m_aDataSet.m_aCache.getMatchedItemNames(Cache.E_FILTER, rRequestedProps); in split()
130 lNames = m_aDataSet.m_aCache.getMatchedItemNames(Cache.E_FILTER, rRequestedProps); in split()
139 lNames = m_aDataSet.m_aCache.getMatchedItemNames(Cache.E_FILTER, rRequestedProps); in split()
148 lNames = m_aDataSet.m_aCache.getMatchedItemNames(Cache.E_FILTER, rRequestedProps); in split()
157 lNames = m_aDataSet.m_aCache.getMatchedItemNames(Cache.E_FILTER, rRequestedProps); in split()
166 lNames = m_aDataSet.m_aCache.getMatchedItemNames(Cache.E_FILTER, rRequestedProps); in split()
175 lNames = m_aDataSet.m_aCache.getMatchedItemNames(Cache.E_FILTER, rRequestedProps); in split()
183 lNames = m_aDataSet.m_aCache.getItemNames(Cache.E_DETECTSERVICE); in split()
191 lNames = m_aDataSet.m_aCache.getItemNames(Cache.E_FRAMELOADER); in split()
199 lNames = m_aDataSet.m_aCache.getItemNames(Cache.E_CONTENTHANDLER); in split()
249 …java.lang.String sXML = m_aDataSet.m_aCache.getItemAsXML(eItemType, sItemName, m_aDataSet.m_n… in generateXMLFragment()