Searched refs:pFlushObj (Results 1 – 2 of 2) sorted by relevance
208 DBG_ASSERT( pFlushObj, "missing object (NULL pointer)" ); in processDictionaryListEvent()209 if (bFlush && pFlushObj != NULL) in processDictionaryListEvent()210 pFlushObj->Flush(); in processDictionaryListEvent()225 DBG_ASSERT( pFlushObj, "missing object (NULL pointer)" ); in propertyChange()226 if (bFlush && pFlushObj != NULL) in propertyChange()227 pFlushObj->Flush(); in propertyChange()
68 Flushable *pFlushObj; member in linguistic::FlushListener78 inline void SetFlushObj( Flushable *pFO) { pFlushObj = pFO; } in SetFlushObj()
Completed in 15 milliseconds