HomeSort by relevance Sort by last modified time
    Searched refs:GetDefaultValue (Results 1 - 21 of 21) sorted by null

  /external/lldb/source/Interpreter/
OptionGroupFormat.cpp 54 if (m_byte_size.GetDefaultValue() < UINT64_MAX)
56 if (m_count.GetDefaultValue() < UINT64_MAX)
85 if (m_count.GetDefaultValue() == 0)
98 if (m_byte_size.GetDefaultValue() == 0)
150 const bool byte_size_enabled = m_byte_size.GetDefaultValue() < UINT64_MAX;
151 const bool count_enabled = m_count.GetDefaultValue() < UINT64_MAX;
OptionGroupBoolean.cpp 53 m_value.SetCurrentValue (!m_value.GetDefaultValue());
  /external/lldb/include/lldb/Interpreter/
OptionValueBoolean.h 114 GetDefaultValue() const
OptionValueFormat.h 83 GetDefaultValue() const
OptionValueArch.h 113 GetDefaultValue() const
OptionValueEnumeration.h 98 GetDefaultValue() const
OptionValueFileSpec.h 91 GetDefaultValue() const
OptionValueUInt64.h 110 GetDefaultValue() const
OptionValueSInt64.h 112 GetDefaultValue() const
OptionValueString.h 184 GetDefaultValue() const
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_colors.cpp 427 virtual void GetDefaultValue(int iComponent, FX_FLOAT& value, FX_FLOAT& min, FX_FLOAT& max) const;
454 void CPDF_LabCS::GetDefaultValue(int iComponent, FX_FLOAT& value, FX_FLOAT& min, FX_FLOAT& max) const
537 void GetDefaultValue(int i, FX_FLOAT& min, FX_FLOAT& max) const
723 void GetDefaultValue(int iComponent, FX_FLOAT& min, FX_FLOAT& max) const
775 m_pBaseCS->GetDefaultValue(i, defvalue, m_pCompMinMax[i * 2], m_pCompMinMax[i * 2 + 1]);
876 virtual void GetDefaultValue(int iComponent, FX_FLOAT& value, FX_FLOAT& min, FX_FLOAT& max) const
971 virtual void GetDefaultValue(int iComponent, FX_FLOAT& value, FX_FLOAT& min, FX_FLOAT& max) const
    [all...]
  /external/pdfium/fpdfsdk/include/
fsdk_baseform.h 80 CFX_WideString GetDefaultValue() const;
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.cc 34 // GetDefaultValue returns a value constructed by the default constructor.
36 static T GetDefaultValue() { return T(); }
39 static T GetDefaultValue() { return T(); }
57 callback.Run(error, DefaultValueCreator<P1>::GetDefaultValue());
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 610 virtual void GetDefaultValue(int iComponent, FX_FLOAT& value, FX_FLOAT& min, FX_FLOAT& max) const
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp 536 m_pColorSpace->GetDefaultValue(i, def_value, def_min, def_max);
547 m_pColorSpace->GetDefaultValue(i, def_value, m_pCompData[i].m_DecodeMin, m_pCompData[i].m_DecodeStep);
    [all...]
  /external/chromium_org/v8/include/
v8.h     [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 1170 CFX_WideString GetDefaultValue();
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp 336 CFX_WideString CPDF_FormField::GetDefaultValue()
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 233 CFX_WideString CPDFSDK_Widget::GetDefaultValue() const
238 return pFormField->GetDefaultValue();
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp 1211 vp << pFormField->GetDefaultValue();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strmif.h     [all...]

Completed in 2431 milliseconds