Searched refs:SetDefaultValue (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/base/prefs/
H A Ddefault_pref_store.h32 void SetDefaultValue(const std::string& key, scoped_ptr<base::Value> value);
35 // if a value has alreday been set; otherwise call SetDefaultValue().
H A Ddefault_pref_store.cc29 void DefaultPrefStore::SetDefaultValue(const std::string& key, function in class:DefaultPrefStore
H A Ddefault_pref_store_unittest.cc55 pref_store->SetDefaultValue(kPrefKey,
H A Dpref_registry.cc52 defaults_->SetDefaultValue(path, make_scoped_ptr(default_value));
/external/lldb/include/lldb/Interpreter/
H A DOptionValueArch.h127 SetDefaultValue (const ArchSpec &value) function in class:lldb_private::OptionValueArch
H A DOptionValueBoolean.h126 SetDefaultValue (bool value) function in class:lldb_private::OptionValueBoolean
H A DOptionValueEnumeration.h110 SetDefaultValue (enum_type value) function in class:lldb_private::OptionValueEnumeration
H A DOptionValueFileSpec.h106 SetDefaultValue (const FileSpec &value) function in class:lldb_private::OptionValueFileSpec
H A DOptionValueFormat.h95 SetDefaultValue (lldb::Format value) function in class:lldb_private::OptionValueFormat
H A DOptionValueUInt64.h122 SetDefaultValue (uint64_t value) function in class:lldb_private::OptionValueUInt64
H A DOptionValueSInt64.h129 SetDefaultValue (int64_t value) function in class:lldb_private::OptionValueSInt64
H A DOptionValueString.h196 SetDefaultValue (const char *value) function in class:lldb_private::OptionValueString
/external/openfst/src/include/fst/
H A Dsparse-tuple-weight.h90 SetDefaultValue(w.DefaultValue());
199 void SetDefaultValue(const W& val) { default_ = val; } function in class:fst::SparseTupleWeight
276 ret->SetDefaultValue(operator_mapper.Map(0, v1_def, v2_def));
422 w.SetDefaultValue(default_value);
537 w.SetDefaultValue(default_value);
/external/lldb/source/Interpreter/
H A DProperty.cpp81 enum_value->SetDefaultValue(enum_value->GetCurrentValue());
/external/pdfium/fpdfsdk/include/
H A Dfsdk_baseform.h98 void SetDefaultValue(const CFX_WideString& sValue);
/external/pdfium/fpdfsdk/include/javascript/
H A DField.h196 static void SetDefaultValue(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, const CFX_WideString& string);
/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp1195 Field::SetDefaultValue(m_pDocument, m_FieldName, m_nFormControlIndex, WideStr);
1216 void Field::SetDefaultValue(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, function in class:Field
4056 Field::SetDefaultValue(pDocument, pData->sFieldName, pData->nControlIndex, pData->widestring);
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp316 void CPDFSDK_Widget::SetDefaultValue(const CFX_WideString& sValue) function in class:CPDFSDK_Widget

Completed in 913 milliseconds