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 290 FX_POSITION pos = m_ControlMap.GetStartPosition();
293 m_ControlMap.GetNextAssoc(pos, key, value);
815 return (FX_DWORD)m_ControlMap.GetCount();
839 FX_POSITION pos = m_ControlMap.GetStartPosition();
843 m_ControlMap.GetNextAssoc(pos, (FX_LPVOID&)pWidgetDict, pFormControl);
863 if (!m_ControlMap.Lookup(pAnnot, (FX_LPVOID&)pControl)) {
883 if (!m_ControlMap.Lookup(pAnnot, (FX_LPVOID&)pControl)) {
905 if (!m_ControlMap.Lookup(pAnnot, (FX_LPVOID&)pControl)) {
918 m_ControlMap.Lookup(pWidgetDict, (FX_LPVOID&)pControl);
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 1048 CFX_MapPtrToPtr m_ControlMap;
    [all...]

Completed in 42 milliseconds