Searched defs:SetValue (Results 51 - 75 of 83) sorted by relevance

1234

/external/chromium_org/chrome/browser/prefs/
H A Dleveldb_pref_store.cc177 reading_results->value_map->SetValue(it->key().ToString(), json_value);
270 void LevelDBPrefStore::SetValue(const std::string& key, base::Value* value) { function in class:LevelDBPrefStore
297 prefs_.SetValue(key, new_value.release());
/external/chromium_org/net/cookies/
H A Dparsed_cookie.cc197 bool ParsedCookie::SetValue(const std::string& value) { function in class:net::ParsedCookie
/external/chromium_org/third_party/webrtc/base/
H A Dwin32regkey.cc57 HRESULT RegKey::SetValue(const wchar_t* full_key_name, function in class:rtc::RegKey
65 HRESULT RegKey::SetValue(const wchar_t* full_key_name, function in class:rtc::RegKey
73 HRESULT RegKey::SetValue(const wchar_t* full_key_name, function in class:rtc::RegKey
82 HRESULT RegKey::SetValue(const wchar_t* full_key_name, function in class:rtc::RegKey
91 HRESULT RegKey::SetValue(const wchar_t* full_key_name, function in class:rtc::RegKey
101 HRESULT RegKey::SetValue(const wchar_t* full_key_name, function in class:rtc::RegKey
401 hr = key.SetValue(value_name, *(static_cast<DWORD*>(value)));
404 hr = key.SetValue(value_name, *(static_cast<DWORD64*>(value)));
407 hr = key.SetValue(value_name, static_cast<const wchar_t*>(value));
410 hr = key.SetValue(value_nam
682 HRESULT RegKey::SetValue(const wchar_t* value_name, DWORD value) const { function in class:rtc::RegKey
692 HRESULT RegKey::SetValue(const wchar_t* value_name, DWORD64 value) const { function in class:rtc::RegKey
702 HRESULT RegKey::SetValue(const wchar_t* value_name, function in class:rtc::RegKey
714 HRESULT RegKey::SetValue(const wchar_t* value_name, function in class:rtc::RegKey
730 HRESULT RegKey::SetValue(const wchar_t* value_name, function in class:rtc::RegKey
[all...]
/external/chromium_org/tools/gn/
H A Dscope.cc109 return SetValue(ident, *in_containing, set_node);
124 Value* Scope::SetValue(const base::StringPiece& ident, function in class:Scope
/external/chromium_org/ui/views/controls/
H A Dslider.cc73 void Slider::SetValue(float value) { function in class:views::Slider
/external/openfst/src/include/fst/
H A Dfloat-weight.h93 void SetValue(const T &f) { value_ = f; } function in class:fst::FloatWeightTpl
H A Dmutable-fst.h163 void SetValue(const A &arc) { SetValue_(arc); } // Set current arc's content function in class:fst::MutableArcIteratorBase
182 // aiter.SetValue(arc);
204 void SetValue(const Arc &a) { data_.base->SetValue(a); } function in class:fst::MutableArcIterator
H A Dvector-fst.h647 void SetValue(const A &arc) { function in class:fst::MutableArcIterator
708 virtual void SetValue_(const A &a) { SetValue(a); }
H A Dcache.h787 void SetValue(const Arc& arc) { function in class:fst::CacheMutableArcIterator
847 virtual void SetValue_(const Arc &a) { SetValue(a); }
/external/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h194 SetValue (uint32_t value) function in class:lldb_private::TypeSummaryImpl::Flags
304 m_flags.SetValue(value);
H A DTypeSynthetic.h176 SetValue (uint32_t value) function in class:lldb_private::SyntheticChildren::Flags
238 m_flags.SetValue(value);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_formfield.cpp340 FX_BOOL CPDF_FormField::SetValue(const CFX_WideString& value, FX_BOOL bDefault, FX_BOOL bNotify) function in class:CPDF_FormField
415 FX_BOOL CPDF_FormField::SetValue(const CFX_WideString& value, FX_BOOL bNotify) function in class:CPDF_FormField
417 return SetValue(value, FALSE, bNotify);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dvector-fst.h745 virtual void SetValue(const A &arc) { function in class:fst::MutableArcIterator
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstun.h365 void SetValue(uint32 bits) { bits_ = bits; } function in class:cricket::StunUInt32Attribute
388 void SetValue(uint64 bits) { bits_ = bits; } function in class:cricket::StunUInt64Attribute
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h507 void SetValue(const std::string& new_value) { function in class:testing::TestProperty
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h491 void SetValue(const char* new_value) { function in class:testing::TestProperty
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h508 void SetValue(const char * _value) { value = _value;} function in class:TiXmlNode
512 void SetValue( const std::string& _value ) { value = _value; } function in class:TiXmlNode
836 void SetValue( const char* _value ) { value = _value; } ///< Set the value. function in class:TiXmlAttribute
845 void SetValue( const std::string& _value ) { value = _value; } function in class:TiXmlAttribute
1169 SetValue( _value );
1222 SetValue( initValue );
1231 SetValue( initValue );
/external/chromium_org/v8/src/
H A Dtypes.h672 template<class V> void SetValue(int i, i::Handle<V> x) { function in class:v8::internal::TypeImpl::StructuralType
731 type->SetValue(1, map);
756 type->SetValue(1, value);
785 type->SetValue(1, min);
786 type->SetValue(2, max);
/external/gtest/include/gtest/
H A Dgtest.h483 void SetValue(const std::string& new_value) { function in class:testing::TestProperty
/external/llvm/lib/TableGen/
H A DTGParser.cpp80 /// SetValue -
82 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, Init *ValName, function in class:TGParser
168 if (SetValue(CurRec, SubClass.RefRange.Start, TArgs[i],
252 if (SetValue(CurRec, SubMultiClass.RefRange.Start, SMCTArgs[i],
272 if (SetValue(Def, SubMultiClass.RefRange.Start, SMCTArgs[i],
349 if (SetValue(IterRec, Loc, IterVar->getName(),
1729 SetValue(CurRec, ValLoc, DeclName, std::vector<unsigned>(), Val))
1897 return SetValue(CurRec, IdLoc, FieldName, BitList, Val);
1933 if (SetValue(CurRec, LetStack[i][j].Loc, LetStack[i][j].Name,
2363 if (SetValue(CurRe
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h491 void SetValue(const char* new_value) { function in class:testing::TestProperty
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h491 void SetValue(const char* new_value) { function in class:testing::TestProperty
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_colors.cpp1302 void CPDF_Color::SetValue(FX_FLOAT* comps) function in class:CPDF_Color
1311 void CPDF_Color::SetValue(CPDF_Pattern* pPattern, FX_FLOAT* comps, int ncomps) function in class:CPDF_Color
/external/protobuf/gtest/include/gtest/
H A Dgtest.h393 void SetValue(const char* new_value) { function in class:testing::TestProperty
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h508 void SetValue(const char * _value) { value = _value;} function in class:TiXmlNode
512 void SetValue( const std::string& _value ) { value = _value; } function in class:TiXmlNode
836 void SetValue( const char* _value ) { value = _value; } ///< Set the value. function in class:TiXmlAttribute
845 void SetValue( const std::string& _value ) { value = _value; } function in class:TiXmlAttribute
1169 SetValue( _value );
1222 SetValue( initValue );
1231 SetValue( initValue );

Completed in 418 milliseconds

1234