Home
last modified time | relevance | path

Searched refs:GetDefaultValue (Results 1 – 19 of 19) sorted by relevance

/external/lldb/source/Interpreter/
DOptionGroupFormat.cpp54 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()
DOptionGroupBoolean.cpp53 m_value.SetCurrentValue (!m_value.GetDefaultValue()); in SetOptionValue()
/external/lldb/include/lldb/Interpreter/
DOptionValueBoolean.h114 GetDefaultValue() const in GetDefaultValue() function
DOptionValueFormat.h83 GetDefaultValue() const in GetDefaultValue() function
DOptionValueUInt64.h110 GetDefaultValue() const in GetDefaultValue() function
DOptionValueEnumeration.h98 GetDefaultValue() const in GetDefaultValue() function
DOptionValueArch.h113 GetDefaultValue() const in GetDefaultValue() function
DOptionValueFileSpec.h91 GetDefaultValue() const in GetDefaultValue() function
DOptionValueSInt64.h112 GetDefaultValue() const in GetDefaultValue() function
DOptionValueString.h184 GetDefaultValue() const in GetDefaultValue() function
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_colors.cpp430 …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/
Dfsdk_baseform.h88 CFX_WideString GetDefaultValue() const;
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h601 …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/
Dfpdf_render_loadimage.cpp511 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/
Ddoc_formfield.cpp338 CFX_WideString CPDF_FormField::GetDefaultValue() in GetDefaultValue() function in CPDF_FormField
/external/v8/include/
Dv8.h2625 V8_INLINE internal::Object* GetDefaultValue();
6173 *value_ = GetDefaultValue();
6184 *value_ = GetDefaultValue();
6267 internal::Object* ReturnValue<T>::GetDefaultValue() {
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h1125 CFX_WideString GetDefaultValue();
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp234 CFX_WideString CPDFSDK_Widget::GetDefaultValue() const in GetDefaultValue() function in CPDFSDK_Widget
239 return pFormField->GetDefaultValue(); in GetDefaultValue()
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp1210 vp << pFormField->GetDefaultValue(); in defaultValue()