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()
378 m_pForm->m_bUpdated = TRUE; in SetValue()
404 m_pForm->m_bUpdated = TRUE; in SetValue()
537 m_pForm->m_bUpdated = TRUE; in ClearSelection()
688 m_pForm->m_bUpdated = TRUE; in SetItemSelection()
858 m_pForm->m_bUpdated = TRUE; in CheckControl()
908 m_pForm->m_bUpdated = TRUE; in SetCheckValue()
1043 m_pForm->m_bUpdated = TRUE; in SelectOption()
1074 m_pForm->m_bUpdated = TRUE; in ClearSelectedOptions()
Ddoc_form.cpp272 m_bUpdated = FALSE; in CPDF_InterForm()
1126 m_bUpdated = TRUE; in AddFormFont()
1130 m_bUpdated = TRUE; in AddNativeFormFont()
1135 m_bUpdated = TRUE; in AddNativeFormFont()
1140 m_bUpdated = TRUE; in RemoveFormFont()
1145 m_bUpdated = TRUE; in RemoveFormFont()
Ddoc_formcontrol.cpp147 m_pForm->m_bUpdated = TRUE; in CheckControl()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h1010 return m_bUpdated; in IsUpdated()
1015 m_bUpdated = FALSE; in ClearUpdatedFlag()
1056 FX_BOOL m_bUpdated; variable