Searched refs:bDefault (Results 1 – 12 of 12) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpdf_formfield.cpp | 302 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 …]
|
D | cpdf_formfield.h | 181 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/ |
D | cxfa_textlayout.h | 63 std::unique_ptr<CFX_RTFBreak> CreateBreak(bool bDefault); 92 void EndBreak(CFX_BreakType dwStatus, float& fLinePos, bool bDefault);
|
D | cxfa_textlayout.cpp | 96 std::unique_ptr<CFX_RTFBreak> CXFA_TextLayout::CreateBreak(bool bDefault) { in CreateBreak() argument 98 if (!bDefault) in CreateBreak()
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_security_handler.cpp | 515 bool bDefault) { in OnCreateInternal() argument 524 if (bDefault && owner_password.IsEmpty()) in OnCreateInternal() 536 if (bDefault) { in OnCreateInternal() 544 if (bDefault) { in OnCreateInternal()
|
D | cpdf_dictionary.cpp | 126 bool bDefault) const { in GetBooleanFor() 128 return ToBoolean(p) ? p->GetInteger() != 0 : bDefault; in GetBooleanFor()
|
D | cpdf_security_handler.h | 84 bool bDefault);
|
D | cpdf_dictionary.h | 51 bool GetBooleanFor(const ByteString& key, bool bDefault = false) const;
|
/external/sqlite/dist/ |
D | sqlite3.h | 3358 SQLITE_API int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);
|
D | sqlite3.c | 4382 SQLITE_API int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);
|
/external/sqlite/dist/orig/ |
D | sqlite3.h | 3358 SQLITE_API int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);
|
D | sqlite3.c | 4382 SQLITE_API int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);
|