Home
last modified time | relevance | path

Searched refs:RefCountedMemory (Results 1 – 10 of 10) sorted by relevance

/third_party/cef/libcef/common/net/
Dnet_resource_provider.cc10 scoped_refptr<base::RefCountedMemory> NetResourceProvider(int key) { in NetResourceProvider()
12 scoped_refptr<base::RefCountedMemory> value = ChromeNetResourceProvider(key); in NetResourceProvider()
Dnet_resource_provider.h12 scoped_refptr<base::RefCountedMemory> NetResourceProvider(int key);
/third_party/cef/libcef/common/
Dstring_util.h16 class RefCountedMemory; variable
27 void GetCefString(scoped_refptr<base::RefCountedMemory> source,
Dresource_bundle_impl.cc30 base::RefCountedMemory* result = in GetDataResourceForScale()
Dstring_util.cc21 void GetCefString(scoped_refptr<base::RefCountedMemory> source, in GetCefString()
/third_party/node/tools/inspector_protocol/lib/
Dbase_string_adapter_h.template122 scoped_refptr<base::RefCountedMemory> bytes() const { return bytes_; }
127 static Binary fromRefCounted(scoped_refptr<base::RefCountedMemory> memory);
133 explicit Binary(scoped_refptr<base::RefCountedMemory> bytes);
134 scoped_refptr<base::RefCountedMemory> bytes_;
Dbase_string_adapter_cc.template197 Binary::Binary(scoped_refptr<base::RefCountedMemory> bytes) : bytes_(bytes) {}
220 Binary Binary::fromRefCounted(scoped_refptr<base::RefCountedMemory> memory) {
/third_party/cef/libcef/common/alloy/
Dalloy_content_client.cc141 base::RefCountedMemory* AlloyContentClient::GetDataResourceBytes( in GetDataResourceBytes()
143 base::RefCountedMemory* value = in GetDataResourceBytes()
Dalloy_content_client.h32 base::RefCountedMemory* GetDataResourceBytes(int resource_id) override;
/third_party/cef/libcef/browser/net/
Dinternal_scheme_handler.h35 scoped_refptr<base::RefCountedMemory> bytes;