Searched refs:m_aCurrentAsyncActionHandler (Results 1 – 1 of 1) sorted by relevance
550 Link m_aCurrentAsyncActionHandler; member in SvtFileView_Impl1998 m_aCurrentAsyncActionHandler = Link(); in GetFolderContent_Impl()2041 m_aCurrentAsyncActionHandler = pAsyncDescriptor->aFinishHandler; in GetFolderContent_Impl()2042 …DBG_ASSERT( m_aCurrentAsyncActionHandler.IsSet(), "SvtFileView_Impl::GetFolderContent_Impl: nobody… in GetFolderContent_Impl()2261 if ( m_aCurrentAsyncActionHandler.IsSet() ) in onTimeout()2263 … Application::PostUserEvent( m_aCurrentAsyncActionHandler, reinterpret_cast< void* >( eTimeout ) ); in onTimeout()2264 m_aCurrentAsyncActionHandler = Link(); in onTimeout()2291 if ( m_aCurrentAsyncActionHandler.IsSet() ) in enumerationDone()2293 …Application::PostUserEvent( m_aCurrentAsyncActionHandler, reinterpret_cast< void* >( m_eAsyncActio… in enumerationDone()2294 m_aCurrentAsyncActionHandler = Link(); in enumerationDone()
Completed in 45 milliseconds