Home
last modified time | relevance | path

Searched refs:ClearSelection (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_formfield.cpp133 ClearSelection(); in ResetField()
152 ClearSelection(); in ResetField()
373 ClearSelection(); in SetValue()
400 ClearSelection(); in SetValue()
508 FX_BOOL CPDF_FormField::ClearSelection(FX_BOOL bNotify) in ClearSelection() function in CPDF_FormField
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_ListBox.cpp177 m_pWidget->ClearSelection(FALSE); in SaveData()
/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h108 void ClearSelection(FX_BOOL bNotify);
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h1142 FX_BOOL ClearSelection(FX_BOOL bNotify = FALSE);
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp328 void CPDFSDK_Widget::ClearSelection(FX_BOOL bNotify) in ClearSelection() function in CPDFSDK_Widget
333 pFormField->ClearSelection(bNotify); in ClearSelection()
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp1135 pFormField->ClearSelection(TRUE); in SetCurrentValueIndices()
3271 pFormField->ClearSelection(TRUE); in SetValue()