Lines Matching refs:m_rMutex

153         ,   m_rMutex(const_cast< ::osl::Mutex & >(rMutex))  in CNode()
177 ::osl::MutexGuard const g(m_rMutex); in ~CNode()
301 ::osl::ClearableMutexGuard guard(m_rMutex); in appendChild()
405 ::osl::MutexGuard const g(m_rMutex); in cloneNode()
434 ::osl::MutexGuard const g(m_rMutex); in getChildNodes()
439 Reference< XNodeList > const xNodeList(new CChildList(this, m_rMutex)); in getChildNodes()
449 ::osl::MutexGuard const g(m_rMutex); in getFirstChild()
465 ::osl::MutexGuard const g(m_rMutex); in getLastChild()
492 ::osl::MutexGuard const g(m_rMutex); in getNamespaceURI()
511 ::osl::MutexGuard const g(m_rMutex); in getNextSibling()
555 ::osl::MutexGuard const g(m_rMutex); in getNodeType()
576 ::osl::MutexGuard const g(m_rMutex); in getOwnerDocument()
591 ::osl::MutexGuard const g(m_rMutex); in getParentNode()
607 ::osl::MutexGuard const g(m_rMutex); in getPrefix()
628 ::osl::MutexGuard const g(m_rMutex); in getPreviousSibling()
644 ::osl::MutexGuard const g(m_rMutex); in hasAttributes()
655 ::osl::MutexGuard const g(m_rMutex); in hasChildNodes()
680 ::osl::ClearableMutexGuard guard(m_rMutex); in insertBefore()
787 ::osl::ClearableMutexGuard guard(m_rMutex); in removeChild()
863 ::osl::ClearableMutexGuard guard(m_rMutex); in replaceChild()
982 ::osl::MutexGuard const g(m_rMutex); in setPrefix()
1008 ::osl::MutexGuard const g(m_rMutex); in addEventListener()
1020 ::osl::MutexGuard const g(m_rMutex); in removeEventListener()
1034 ::osl::MutexGuard const g(m_rMutex); in dispatchEvent()
1041 pDispatcher->dispatchEvent(*pDocument, m_rMutex, pNode, this, evt); in dispatchEvent()