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

  /external/pdfium/core/src/fpdfdoc/
doc_form.cpp 268 FX_POSITION pos = m_ControlMap.GetStartPosition();
271 m_ControlMap.GetNextAssoc(pos, key, value);
794 return (FX_DWORD)m_ControlMap.GetCount();
818 FX_POSITION pos = m_ControlMap.GetStartPosition();
822 m_ControlMap.GetNextAssoc(pos, (FX_LPVOID&)pWidgetDict, pFormControl);
842 if (!m_ControlMap.Lookup(pAnnot, (FX_LPVOID&)pControl)) {
862 if (!m_ControlMap.Lookup(pAnnot, (FX_LPVOID&)pControl)) {
884 if (!m_ControlMap.Lookup(pAnnot, (FX_LPVOID&)pControl)) {
897 m_ControlMap.Lookup(pWidgetDict, (FX_LPVOID&)pControl);
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 1003 CFX_MapPtrToPtr m_ControlMap;
    [all...]

Completed in 1331 milliseconds