Searched refs:m_aURLs (Results 1 – 2 of 2) sorted by relevance
287 … m_aURLs.insert( MapIndexToStringPair::value_type( nPos, StringPair( sDecodedURL, sFilter ) ) ); in impl_init()320 MapIndexToStringPair::const_iterator pos = m_aURLs.find( _nListIndex ); in impl_getDocumentAtIndex()321 …DBG_ASSERT( pos != m_aURLs.end(), "OpenDocumentListBox::impl_getDocumentAtIndex: invalid index!" ); in impl_getDocumentAtIndex()324 if ( pos != m_aURLs.end() ) in impl_getDocumentAtIndex()
73 MapIndexToStringPair m_aURLs; member in dbaui::OpenDocumentListBox
Completed in 16 milliseconds