Home
last modified time | relevance | path

Searched refs:m_bUpdated (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_formfield.cpp210 m_pForm->m_bUpdated = TRUE; in ResetField()
380 m_pForm->m_bUpdated = TRUE; in SetValue()
406 m_pForm->m_bUpdated = TRUE; in SetValue()
540 m_pForm->m_bUpdated = TRUE; in ClearSelection()
691 m_pForm->m_bUpdated = TRUE; in SetItemSelection()
861 m_pForm->m_bUpdated = TRUE; in CheckControl()
911 m_pForm->m_bUpdated = TRUE; in SetCheckValue()
1046 m_pForm->m_bUpdated = TRUE; in SelectOption()
1077 m_pForm->m_bUpdated = TRUE; in ClearSelectedOptions()
Ddoc_form.cpp250 m_bUpdated = FALSE; in CPDF_InterForm()
1105 m_bUpdated = TRUE; in AddFormFont()
1109 m_bUpdated = TRUE; in AddNativeFormFont()
1114 m_bUpdated = TRUE; in AddNativeFormFont()
1119 m_bUpdated = TRUE; in RemoveFormFont()
1124 m_bUpdated = TRUE; in RemoveFormFont()
Ddoc_formcontrol.cpp147 m_pForm->m_bUpdated = TRUE; in CheckControl()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h965 return m_bUpdated; in IsUpdated()
970 m_bUpdated = FALSE; in ClearUpdatedFlag()
1011 FX_BOOL m_bUpdated; variable