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) {
342 FX_BOOL CPDF_FormField::SetValue(const CFX_WideString& value, FX_BOOL bDefault, FX_BOOL bNotify) argument
347 SetCheckValue(value, bDefault, bNotify);
364 m_pDict->SetAtString(bDefault ? "DV" : "V", bsEncodeText);
365 if (m_Type == RichText && !bDefault) {
370 m_pDict->SetAtString(bDefault ? "DV" : "V", PDF_EncodeText(csValue));
371 if (bDefault) {
864 GetCheckValue(FX_BOOL bDefault) argument
884 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.cpp502 FX_LPCBYTE owner_pass, FX_DWORD owner_size, FX_BOOL bDefault, FX_DWORD type)
508 if (bDefault && (owner_pass == NULL || owner_size == 0)) {
521 if (bDefault) {
527 if (bDefault) {
500 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 453 milliseconds