Home
last modified time | relevance | path

Searched refs:m_pTheBroker (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/ucbhelper/source/client/
H A Dcontentbroker.cxx117 ContentBroker* ContentBroker::m_pTheBroker = 0; member in ucbhelper::ContentBroker
179 OSL_ENSURE( !m_pTheBroker, in initialize()
182 if ( !m_pTheBroker ) in initialize()
186 if ( !m_pTheBroker ) in initialize()
192 m_pTheBroker = pBroker; in initialize()
198 return m_pTheBroker != 0; in initialize()
207 OSL_ENSURE( !m_pTheBroker, in initialize()
210 if ( !m_pTheBroker ) in initialize()
214 if ( !m_pTheBroker ) in initialize()
220 m_pTheBroker = pBroker; in initialize()
[all …]
/AOO42X/main/ucbhelper/inc/ucbhelper/
H A Dcontentbroker.hxx60 static ContentBroker* m_pTheBroker; member in ucbhelper::ContentBroker