Home
last modified time | relevance | path

Searched defs:SetInteger (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/cronet/components/prefs/android/
H A Dpref_service_android.cc97 void PrefServiceAndroid::SetInteger(JNIEnv* env, in SetInteger() function in PrefServiceAndroid
/aosp_15_r20/external/cronet/base/trace_event/
H A Dtraced_value.cc103 void SetInteger(const char* name, int value) override { in SetInteger() function in base::trace_event::__anon04ea65cd0111::PickleWriter
491 void TracedValue::SetInteger(const char* name, int value) { in SetInteger() function in base::trace_event::TracedValue
H A Dtrace_event_stub.h102 void SetInteger(const char* name, int value) {} in SetInteger() function
/aosp_15_r20/external/libchrome/components/policy/core/common/
H A Dpreg_parser_unittest.cc81 void SetInteger(RegistryDict* dict, const std::string& name, int value) { in SetInteger() function
/aosp_15_r20/external/cronet/components/prefs/
H A Dpref_value_map.cc127 void PrefValueMap::SetInteger(const std::string& key, const int value) { in SetInteger() function in PrefValueMap
H A Dtesting_pref_store.cc200 void TestingPrefStore::SetInteger(const std::string& key, int value) { in SetInteger() function in TestingPrefStore
H A Dpref_service.cc440 void PrefService::SetInteger(const std::string& path, int value) { in SetInteger() function in PrefService
/aosp_15_r20/external/libchrome/base/trace_event/
H A Dtrace_event_argument.cc89 void TracedValue::SetInteger(const char* name, int value) { in SetInteger() function in base::trace_event::TracedValue
/aosp_15_r20/external/pdfium/fxjs/xfa/
H A Dcfxjse_value.cpp351 void CFXJSE_Value::SetInteger(v8::Isolate* pIsolate, int32_t nInteger) { in SetInteger() function in CFXJSE_Value
H A Dcjx_object.cpp333 void CJX_Object::SetInteger(XFA_Attribute eAttr, int32_t iValue, bool bNotify) { in SetInteger() function in CJX_Object
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Dbinding_unittest.cc248 void SetInteger(int64_t data, sample::Enum type) override {} in SetInteger() function in mojo::__anon7e0ad9fc0111::IntegerAccessorImpl
H A Dinterface_ptr_unittest.cc191 void SetInteger(int64_t data, sample::Enum type) override { in SetInteger() function in mojo::test::__anon89e095c70111::IntegerAccessorImpl
/aosp_15_r20/external/libchrome/base/
H A Dvalues.cc765 Value* DictionaryValue::SetInteger(StringPiece path, int in_value) { in SetInteger() function in base::DictionaryValue