Chromium Embedded Framework (CEF)
128.4.2+g5c235a2+chromium-128.0.6613.18
|
This is the complete list of members for CefDictionaryValue, including all inherited members.
AddRef() const =0 | CefBaseRefCounted | pure virtual |
Clear()=0 | CefDictionaryValue | pure virtual |
Copy(bool exclude_empty_children)=0 | CefDictionaryValue | pure virtual |
Create() | CefDictionaryValue | static |
GetBinary(const CefString &key)=0 | CefDictionaryValue | pure virtual |
GetBool(const CefString &key)=0 | CefDictionaryValue | pure virtual |
GetDictionary(const CefString &key)=0 | CefDictionaryValue | pure virtual |
GetDouble(const CefString &key)=0 | CefDictionaryValue | pure virtual |
GetInt(const CefString &key)=0 | CefDictionaryValue | pure virtual |
GetKeys(KeyList &keys)=0 | CefDictionaryValue | pure virtual |
GetList(const CefString &key)=0 | CefDictionaryValue | pure virtual |
GetSize()=0 | CefDictionaryValue | pure virtual |
GetString(const CefString &key)=0 | CefDictionaryValue | pure virtual |
GetType(const CefString &key)=0 | CefDictionaryValue | pure virtual |
GetValue(const CefString &key)=0 | CefDictionaryValue | pure virtual |
HasAtLeastOneRef() const =0 | CefBaseRefCounted | pure virtual |
HasKey(const CefString &key)=0 | CefDictionaryValue | pure virtual |
HasOneRef() const =0 | CefBaseRefCounted | pure virtual |
IsEqual(CefRefPtr< CefDictionaryValue > that)=0 | CefDictionaryValue | pure virtual |
IsOwned()=0 | CefDictionaryValue | pure virtual |
IsReadOnly()=0 | CefDictionaryValue | pure virtual |
IsSame(CefRefPtr< CefDictionaryValue > that)=0 | CefDictionaryValue | pure virtual |
IsValid()=0 | CefDictionaryValue | pure virtual |
KeyList typedef | CefDictionaryValue | |
Release() const =0 | CefBaseRefCounted | pure virtual |
Remove(const CefString &key)=0 | CefDictionaryValue | pure virtual |
SetBinary(const CefString &key, CefRefPtr< CefBinaryValue > value)=0 | CefDictionaryValue | pure virtual |
SetBool(const CefString &key, bool value)=0 | CefDictionaryValue | pure virtual |
SetDictionary(const CefString &key, CefRefPtr< CefDictionaryValue > value)=0 | CefDictionaryValue | pure virtual |
SetDouble(const CefString &key, double value)=0 | CefDictionaryValue | pure virtual |
SetInt(const CefString &key, int value)=0 | CefDictionaryValue | pure virtual |
SetList(const CefString &key, CefRefPtr< CefListValue > value)=0 | CefDictionaryValue | pure virtual |
SetNull(const CefString &key)=0 | CefDictionaryValue | pure virtual |
SetString(const CefString &key, const CefString &value)=0 | CefDictionaryValue | pure virtual |
SetValue(const CefString &key, CefRefPtr< CefValue > value)=0 | CefDictionaryValue | pure virtual |
~CefBaseRefCounted() | CefBaseRefCounted | inlineprotectedvirtual |