Home
last modified time | relevance | path

Searched refs:bDefault (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.cpp302 WideString CPDF_FormField::GetValue(bool bDefault) const { in GetValue()
304 return GetCheckValue(bDefault); in GetValue()
306 CPDF_Object* pValue = FPDF_GetFieldAttr(m_pDict.Get(), bDefault ? "DV" : "V"); in GetValue()
308 if (!bDefault) { in GetValue()
342 bool bDefault, in SetValue() argument
347 SetCheckValue(value, bDefault, bNotify); in SetValue()
358 ByteString key(bDefault ? "DV" : "V"); in SetValue()
363 if (m_Type == RichText && !bDefault) in SetValue()
368 if (!bDefault) { in SetValue()
382 if (bDefault && iIndex == GetDefaultSelectedItem()) in SetValue()
[all …]
Dcpdf_formfield.h181 WideString GetCheckValue(bool bDefault) const;
192 WideString GetValue(bool bDefault) const;
193 bool SetValue(const WideString& value, bool bDefault, bool bNotify);
200 bool SetCheckValue(const WideString& value, bool bDefault, bool bNotify);
/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.h63 std::unique_ptr<CFX_RTFBreak> CreateBreak(bool bDefault);
92 void EndBreak(CFX_BreakType dwStatus, float& fLinePos, bool bDefault);
Dcxfa_textlayout.cpp96 std::unique_ptr<CFX_RTFBreak> CXFA_TextLayout::CreateBreak(bool bDefault) { in CreateBreak() argument
98 if (!bDefault) in CreateBreak()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_security_handler.cpp515 bool bDefault) { in OnCreateInternal() argument
524 if (bDefault && owner_password.IsEmpty()) in OnCreateInternal()
536 if (bDefault) { in OnCreateInternal()
544 if (bDefault) { in OnCreateInternal()
Dcpdf_dictionary.cpp126 bool bDefault) const { in GetBooleanFor()
128 return ToBoolean(p) ? p->GetInteger() != 0 : bDefault; in GetBooleanFor()
Dcpdf_security_handler.h84 bool bDefault);
Dcpdf_dictionary.h51 bool GetBooleanFor(const ByteString& key, bool bDefault = false) const;
/external/sqlite/dist/
Dsqlite3.h3358 SQLITE_API int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);
Dsqlite3.c4382 SQLITE_API int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);
/external/sqlite/dist/orig/
Dsqlite3.h3358 SQLITE_API int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);
Dsqlite3.c4382 SQLITE_API int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);