Searched defs:bDefault (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_formfield.cpp302 CFX_WideString CPDF_FormField::GetValue(FX_BOOL bDefault) argument
305 return GetCheckValue(bDefault);
307 CPDF_Object* pValue = FPDF_GetFieldAttr(m_pDict, bDefault ? "DV" : "V");
309 if (!bDefault) {
340 FX_BOOL CPDF_FormField::SetValue(const CFX_WideString& value, FX_BOOL bDefault, FX_BOOL bNotify) argument
345 SetCheckValue(value, bDefault, bNotify);
362 m_pDict->SetAtString(bDefault ? "DV" : "V", bsEncodeText);
363 if (m_Type == RichText && !bDefault) {
368 m_pDict->SetAtString(bDefault ? "DV" : "V", PDF_EncodeText(csValue));
369 if (bDefault) {
861 GetCheckValue(FX_BOOL bDefault) argument
881 SetCheckValue(const CFX_WideString& value, FX_BOOL bDefault, FX_BOOL bNotify) argument
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_encrypt.cpp500 FX_LPCBYTE owner_pass, FX_DWORD owner_size, FX_BOOL bDefault, FX_DWORD type)
506 if (bDefault && (owner_pass == NULL || owner_size == 0)) {
519 if (bDefault) {
525 if (bDefault) {
498 OnCreate(CPDF_Dictionary* pEncryptDict, CPDF_Array* pIdArray, FX_LPCBYTE user_pass, FX_DWORD user_size, FX_LPCBYTE owner_pass, FX_DWORD owner_size, FX_BOOL bDefault, FX_DWORD type) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 84 milliseconds