Searched refs:m_globalEvents (Results 1 – 1 of 1) sorted by relevance
95 private final ArrayList m_globalEvents = new ArrayList(); field in DatabaseDocument743 impl_stopObservingEvents(m_globalEvents, in testGlobalEvents()754 impl_stopObservingEvents(m_globalEvents, in testGlobalEvents()764 impl_waitForEvent(m_globalEvents, "OnLoad", 5000); in testGlobalEvents()772 impl_stopObservingEvents(m_globalEvents, in testGlobalEvents()791 impl_waitForEvent(m_globalEvents, "OnUnload", 5000); in testGlobalEvents()848 synchronized (m_globalEvents) in impl_startObservingEvents()850 m_globalEvents.clear(); in impl_startObservingEvents()978 synchronized (m_globalEvents) in documentEventOccured()980 m_globalEvents.add(_Event.EventName); in documentEventOccured()[all …]
Completed in 17 milliseconds