Searched refs:m_xCachedProps (Results 1 – 3 of 3) sorted by relevance
1404 if ( m_xCachedProps.get() ) in getPropertyValues()1406 xCachedProps.reset( new ContentProperties( *m_xCachedProps.get() ) ); in getPropertyValues()1435 if ( m_xCachedProps.get() ) in getPropertyValues()1438 new ContentProperties( *m_xCachedProps.get() ) ); in getPropertyValues()1714 if ( !m_xCachedProps.get() ) in getPropertyValues()1715 m_xCachedProps.reset( new CachableContentProperties( *xProps.get() ) ); in getPropertyValues()1717 m_xCachedProps->addProperties( *xProps.get() ); in getPropertyValues()2243 if ( !m_xCachedProps.get()) in open()2244 m_xCachedProps.reset( in open()2247 m_xCachedProps->addProperties( aResource ); in open()[all …]
303 if ( m_xCachedProps.get() ) in getProperties()305 new ContentProperties( *m_xCachedProps.get() ) ); in getProperties()
82 m_xCachedProps; // locally cached props member in http_dav_ucp::Content