Searched refs:CefValueBase (Results 1 – 14 of 14) sorted by relevance
/third_party/cef/libcef/common/ |
D | value_base.h | 221 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);
|
D | values_impl.h | 128 class CefBinaryValueImpl : public CefValueBase<CefBinaryValue, base::Value> { 185 : public CefValueBase<CefDictionaryValue, base::DictionaryValue> { 268 class CefListValueImpl : public CefValueBase<CefListValue, base::ListValue> {
|
D | command_line_impl.h | 16 : public CefValueBase<CefCommandLine, base::CommandLine> {
|
D | values_impl.cc | 446 : 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()
|
D | command_line_impl.cc | 14 : CefValueBase<CefCommandLine, base::CommandLine>( in CefCommandLineImpl()
|
/third_party/cef/libcef/browser/ |
D | navigation_entry_impl.h | 18 : public CefValueBase<CefNavigationEntry, content::NavigationEntry> {
|
D | download_item_impl.h | 18 : public CefValueBase<CefDownloadItem, download::DownloadItem> {
|
D | context_menu_params_impl.h | 16 : public CefValueBase<CefContextMenuParams, content::ContextMenuParams> {
|
D | navigation_entry_impl.cc | 14 : CefValueBase<CefNavigationEntry, content::NavigationEntry>( in CefNavigationEntryImpl()
|
D | print_settings_impl.h | 16 : public CefValueBase<CefPrintSettings, printing::PrintSettings> {
|
D | download_item_impl.cc | 13 : CefValueBase<CefDownloadItem, download::DownloadItem>( in CefDownloadItemImpl()
|
D | context_menu_params_impl.cc | 12 : CefValueBase<CefContextMenuParams, content::ContextMenuParams>( in CefContextMenuParamsImpl()
|
D | print_settings_impl.cc | 14 : CefValueBase<CefPrintSettings, printing::PrintSettings>( in CefPrintSettingsImpl()
|
/third_party/chromium/patch/ |
D | 0004-3.2-Beta5.patch | 6674 : CefValueBase<CefNavigationEntry, content::NavigationEntry>(
|