HomeSort by relevance Sort by last modified time
    Searched refs:m_eventTargets (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fwl/src/core/
fwl_noteimp.cpp 114 int32_t iCount = m_eventTargets.GetCount();
135 FX_POSITION pos = m_eventTargets.GetStartPosition();
139 m_eventTargets.GetNextAssoc(pos, key, (void*&)pEventTarget);
174 if (!m_eventTargets.Lookup((void*)(uintptr_t)dwkey, (void*&)value)) {
176 m_eventTargets.SetAt((void*)(uintptr_t)dwkey, value);
188 if (m_eventTargets.Lookup((void*)(uintptr_t)dwkey, (void*&)value)) {
790 FX_POSITION pos = m_eventTargets.GetStartPosition();
794 m_eventTargets.GetNextAssoc(pos, key, (void*&)pEventTarget);
796 m_eventTargets.RemoveKey(key);
    [all...]
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_noteimp.h 99 CFX_MapPtrToPtr m_eventTargets;

Completed in 56 milliseconds