Home
last modified time | relevance | path

Searched refs:CefValueBase (Results 1 – 14 of 14) sorted by relevance

/third_party/cef/libcef/common/
Dvalue_base.h221 class CefValueBase : public CefType, public CefValueController::Object {
245 CefValueBase(ValueType* value, in CefValueBase() function
278 CefValueBase(const CefValueBase&) = delete;
279 CefValueBase& operator=(const CefValueBase&) = delete;
281 ~CefValueBase() override { in ~CefValueBase()
407 explicit AutoLock(CefValueBase* impl, bool modify) in AutoLock()
428 IMPLEMENT_REFCOUNTING(CefValueBase);
Dvalues_impl.h128 class CefBinaryValueImpl : public CefValueBase<CefBinaryValue, base::Value> {
185 : public CefValueBase<CefDictionaryValue, base::DictionaryValue> {
268 class CefListValueImpl : public CefValueBase<CefListValue, base::ListValue> {
Dcommand_line_impl.h16 : public CefValueBase<CefCommandLine, base::CommandLine> {
Dvalues_impl.cc446 : CefValueBase<CefBinaryValue, base::Value>( in CefBinaryValueImpl()
454 : CefValueBase<CefBinaryValue, base::Value>( in CefBinaryValueImpl()
566 : CefValueBase<CefBinaryValue, base::Value>(value, in CefBinaryValueImpl()
597 : CefValueBase<CefDictionaryValue, base::DictionaryValue>( in CefDictionaryValueImpl()
991 : CefValueBase<CefDictionaryValue, base::DictionaryValue>(value, in CefDictionaryValueImpl()
1021 : CefValueBase<CefListValue, base::ListValue>( in CefListValueImpl()
1431 : CefValueBase<CefListValue, base::ListValue>(value, in CefListValueImpl()
Dcommand_line_impl.cc14 : CefValueBase<CefCommandLine, base::CommandLine>( in CefCommandLineImpl()
/third_party/cef/libcef/browser/
Dnavigation_entry_impl.h18 : public CefValueBase<CefNavigationEntry, content::NavigationEntry> {
Ddownload_item_impl.h18 : public CefValueBase<CefDownloadItem, download::DownloadItem> {
Dcontext_menu_params_impl.h16 : public CefValueBase<CefContextMenuParams, content::ContextMenuParams> {
Dnavigation_entry_impl.cc14 : CefValueBase<CefNavigationEntry, content::NavigationEntry>( in CefNavigationEntryImpl()
Dprint_settings_impl.h16 : public CefValueBase<CefPrintSettings, printing::PrintSettings> {
Ddownload_item_impl.cc13 : CefValueBase<CefDownloadItem, download::DownloadItem>( in CefDownloadItemImpl()
Dcontext_menu_params_impl.cc12 : CefValueBase<CefContextMenuParams, content::ContextMenuParams>( in CefContextMenuParamsImpl()
Dprint_settings_impl.cc14 : CefValueBase<CefPrintSettings, printing::PrintSettings>( in CefPrintSettingsImpl()
/third_party/chromium/patch/
D0004-3.2-Beta5.patch6674 : CefValueBase<CefNavigationEntry, content::NavigationEntry>(