/external/lldb/source/Interpreter/ |
D | OptionGroupFormat.cpp | 54 if (m_byte_size.GetDefaultValue() < UINT64_MAX) in GetNumDefinitions() 56 if (m_count.GetDefaultValue() < UINT64_MAX) in GetNumDefinitions() 85 if (m_count.GetDefaultValue() == 0) in SetOptionValue() 98 if (m_byte_size.GetDefaultValue() == 0) in SetOptionValue() 150 const bool byte_size_enabled = m_byte_size.GetDefaultValue() < UINT64_MAX; in SetOptionValue() 151 const bool count_enabled = m_count.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
|
D | OptionGroupBoolean.cpp | 53 m_value.SetCurrentValue (!m_value.GetDefaultValue()); in SetOptionValue()
|
/external/lldb/include/lldb/Interpreter/ |
D | OptionValueBoolean.h | 114 GetDefaultValue() const in GetDefaultValue() function
|
D | OptionValueFormat.h | 83 GetDefaultValue() const in GetDefaultValue() function
|
D | OptionValueUInt64.h | 110 GetDefaultValue() const in GetDefaultValue() function
|
D | OptionValueEnumeration.h | 98 GetDefaultValue() const in GetDefaultValue() function
|
D | OptionValueArch.h | 113 GetDefaultValue() const in GetDefaultValue() function
|
D | OptionValueFileSpec.h | 91 GetDefaultValue() const in GetDefaultValue() function
|
D | OptionValueSInt64.h | 112 GetDefaultValue() const in GetDefaultValue() function
|
D | OptionValueString.h | 184 GetDefaultValue() const in GetDefaultValue() function
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_colors.cpp | 430 …virtual void GetDefaultValue(int iComponent, FX_FLOAT& value, FX_FLOAT& min, FX_FLOAT& max) const; 460 void CPDF_LabCS::GetDefaultValue(int iComponent, FX_FLOAT& value, FX_FLOAT& min, FX_FLOAT& max) con… in GetDefaultValue() function in CPDF_LabCS 549 void GetDefaultValue(int i, FX_FLOAT& min, FX_FLOAT& max) const in GetDefaultValue() function in CPDF_ICCBasedCS 755 void GetDefaultValue(int iComponent, FX_FLOAT& min, FX_FLOAT& max) const in GetDefaultValue() function in CPDF_IndexedCS 810 m_pBaseCS->GetDefaultValue(i, defvalue, m_pCompMinMax[i * 2], m_pCompMinMax[i * 2 + 1]); in v_Load() 916 … virtual void GetDefaultValue(int iComponent, FX_FLOAT& value, FX_FLOAT& min, FX_FLOAT& max) const in GetDefaultValue() function in CPDF_SeparationCS 1011 … virtual void GetDefaultValue(int iComponent, FX_FLOAT& value, FX_FLOAT& min, FX_FLOAT& max) const in GetDefaultValue() function in CPDF_DeviceNCS 1249 GetDefaultValue(i, buf[i], min, max); in GetDefaultColor()
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_baseform.h | 88 CFX_WideString GetDefaultValue() const;
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_resource.h | 601 …virtual void GetDefaultValue(int iComponent, FX_FLOAT& value, FX_FLOAT& min, FX_FLOAT& max) const in GetDefaultValue() function
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_loadimage.cpp | 511 m_pColorSpace->GetDefaultValue(i, def_value, def_min, def_max); in GetDecodeAndMaskArray() 522 … m_pColorSpace->GetDefaultValue(i, def_value, pCompData[i].m_DecodeMin, pCompData[i].m_DecodeStep); in GetDecodeAndMaskArray()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_formfield.cpp | 338 CFX_WideString CPDF_FormField::GetDefaultValue() in GetDefaultValue() function in CPDF_FormField
|
/external/v8/include/ |
D | v8.h | 2625 V8_INLINE internal::Object* GetDefaultValue(); 6173 *value_ = GetDefaultValue(); 6184 *value_ = GetDefaultValue(); 6267 internal::Object* ReturnValue<T>::GetDefaultValue() {
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_doc.h | 1125 CFX_WideString GetDefaultValue();
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseform.cpp | 234 CFX_WideString CPDFSDK_Widget::GetDefaultValue() const in GetDefaultValue() function in CPDFSDK_Widget 239 return pFormField->GetDefaultValue(); in GetDefaultValue()
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | Field.cpp | 1210 vp << pFormField->GetDefaultValue(); in defaultValue()
|