Searched refs:m_pInterForm (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/include/
H A Dfsdk_baseform.h166 CPDFSDK_InterForm* GetInterForm() const { return m_pInterForm; }
215 CPDFSDK_InterForm* m_pInterForm; member in class:CPDFSDK_Widget
240 CPDFSDK_InterForm* GetInterForm() { return m_pInterForm; }
243 CPDFSDK_InterForm* m_pInterForm; member in class:CPDFSDK_XFAWidget
256 CPDF_InterForm* GetInterForm() const { return m_pInterForm; }
345 CPDF_InterForm* m_pInterForm; member in class:CPDFSDK_InterForm
H A Dfsdk_mgr.h556 std::unique_ptr<CPDFSDK_InterForm> m_pInterForm; member in class:CPDFSDK_Document
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp33 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
[all...]
H A Dfsdk_mgr.cpp512 if (!m_pInterForm)
513 m_pInterForm.reset(new CPDFSDK_InterForm(this));
514 return m_pInterForm.get();

Completed in 166 milliseconds