Searched refs:bDefault (Results 1 – 17 of 17) sorted by relevance
/external/pdfium/core/src/fpdfdoc/ |
D | doc_formfield.cpp | 284 CFX_WideString CPDF_FormField::GetValue(FX_BOOL bDefault) { in GetValue() argument 286 return GetCheckValue(bDefault); in GetValue() 288 CPDF_Object* pValue = FPDF_GetFieldAttr(m_pDict, bDefault ? "DV" : "V"); in GetValue() 290 if (!bDefault) { in GetValue() 321 FX_BOOL bDefault, in SetValue() argument 326 SetCheckValue(value, bDefault, bNotify); in SetValue() 343 m_pDict->SetAtString(bDefault ? "DV" : "V", bsEncodeText); in SetValue() 344 if (m_Type == RichText && !bDefault) { in SetValue() 349 m_pDict->SetAtString(bDefault ? "DV" : "V", PDF_EncodeText(csValue)); in SetValue() 350 if (bDefault) { in SetValue() [all …]
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_serial.h | 85 void InitID(FX_BOOL bDefault = TRUE);
|
D | fpdf_objects.h | 370 FX_BOOL bDefault = FALSE) const;
|
D | fpdf_parser.h | 666 FX_BOOL bDefault,
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_doc.h | 835 CFX_WideString GetValue(FX_BOOL bDefault); 838 FX_BOOL bDefault, 851 CFX_WideString GetCheckValue(FX_BOOL bDefault); 854 FX_BOOL bDefault,
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_textlayout.h | 338 IFX_RTFBreak* CreateBreak(FX_BOOL bDefault); 369 void EndBreak(FX_DWORD dwStatus, FX_FLOAT& fLinePos, FX_BOOL bDefault);
|
D | xfa_textlayout.cpp | 746 IFX_RTFBreak* CXFA_TextLayout::CreateBreak(FX_BOOL bDefault) { in CreateBreak() argument 748 if (!bDefault) { in CreateBreak()
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_encrypt.cpp | 538 FX_BOOL bDefault, in OnCreate() argument 544 if (bDefault && (!owner_pass || owner_size == 0)) { in OnCreate() 557 if (bDefault) { in OnCreate() 566 if (bDefault) { in OnCreate()
|
D | fpdf_parser_objects.cpp | 657 FX_BOOL bDefault) const { in GetBoolean() 661 return bDefault; in GetBoolean()
|
/external/pdfium/xfa/src/fgas/include/ |
D | fx_rbk.h | 207 virtual void SetWordSpace(FX_BOOL bDefault, FX_FLOAT fWordSpace) = 0;
|
/external/pdfium/xfa/src/fgas/src/layout/ |
D | fx_rtfbreak.h | 87 void SetWordSpace(FX_BOOL bDefault, FX_FLOAT fWordSpace) override;
|
D | fx_rtfbreak.cpp | 234 void CFX_RTFBreak::SetWordSpace(FX_BOOL bDefault, FX_FLOAT fWordSpace) { in SetWordSpace() argument 235 m_bWordSpace = !bDefault; in SetWordSpace()
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_create.cpp | 1986 void CPDF_Creator::InitID(FX_BOOL bDefault) { in InitID() argument 2001 if (!bDefault) { in InitID()
|
/external/sqlite/dist/ |
D | sqlite3.h | 3033 …TE_API int SQLITE_STDCALL sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);
|
D | sqlite3.c | 3247 …TE_API int SQLITE_STDCALL sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);
|
/external/sqlite/dist/orig/ |
D | sqlite3.h | 3033 …TE_API int SQLITE_STDCALL sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);
|
D | sqlite3.c | 3247 …TE_API int SQLITE_STDCALL sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);
|