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

  /external/pdfium/fpdfsdk/include/
fsdk_baseform.h 166 CPDFSDK_InterForm* GetInterForm() const { return m_pInterForm; }
215 CPDFSDK_InterForm* m_pInterForm;
240 CPDFSDK_InterForm* GetInterForm() { return m_pInterForm; }
243 CPDFSDK_InterForm* m_pInterForm;
256 CPDF_InterForm* GetInterForm() const { return m_pInterForm; }
345 CPDF_InterForm* m_pInterForm;
fsdk_mgr.h 556 std::unique_ptr<CPDFSDK_InterForm> m_pInterForm;
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 33 m_pInterForm(pInterForm),
514 CPDF_InterForm* pPDFInterForm = m_pInterForm->GetInterForm();
534 CPDF_InterForm* pPDFInterForm = m_pInterForm->GetInterForm();
809 return m_pInterForm->OnFormat(pFormField, bFormated);
815 m_pInterForm->ResetFieldAppearance(pFormField, NULL, bValueChanged);
848 m_pInterForm->UpdateField(pFormField);
854 if (m_pInterForm->IsNeedHighLight(nFieldType)) {
856 FX_COLORREF color = m_pInterForm->GetHighlightColor(nFieldType);
857 uint8_t alpha = m_pInterForm->GetHighlightAlpha();
860 ASSERT(m_pInterForm->GetDocument())
    [all...]
fsdk_mgr.cpp 512 if (!m_pInterForm)
513 m_pInterForm.reset(new CPDFSDK_InterForm(this));
514 return m_pInterForm.get();
    [all...]

Completed in 258 milliseconds