Home
last modified time | relevance | path

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

123456789

/external/chromium_org/base/memory/
Dref_counted_memory.h20 class BASE_EXPORT RefCountedMemory
21 : public base::RefCountedThreadSafe<RefCountedMemory> {
31 bool Equals(const scoped_refptr<RefCountedMemory>& other) const;
34 friend class base::RefCountedThreadSafe<RefCountedMemory>;
35 RefCountedMemory();
36 virtual ~RefCountedMemory();
41 class BASE_EXPORT RefCountedStaticMemory : public RefCountedMemory {
63 class BASE_EXPORT RefCountedBytes : public RefCountedMemory {
92 class BASE_EXPORT RefCountedString : public RefCountedMemory {
119 class BASE_EXPORT RefCountedMallocedMemory : public base::RefCountedMemory {
Dref_counted_memory_unittest.cc12 scoped_refptr<RefCountedMemory> mem = new RefCountedStaticMemory( in TEST()
25 scoped_refptr<RefCountedMemory> mem = RefCountedBytes::TakeVector(&data); in TEST()
36 scoped_refptr<RefCountedMemory> mem = RefCountedString::TakeString(&s); in TEST()
49 scoped_refptr<RefCountedMemory> mem = new RefCountedMallocedMemory(data, 6); in TEST()
57 scoped_refptr<RefCountedMemory> mem1 = RefCountedString::TakeString(&s1); in TEST()
64 scoped_refptr<RefCountedMemory> mem2 = RefCountedBytes::TakeVector(&d2); in TEST()
69 scoped_refptr<RefCountedMemory> mem3 = RefCountedString::TakeString(&s3); in TEST()
77 scoped_refptr<RefCountedMemory> mem = RefCountedString::TakeString(&s); in TEST()
Dref_counted_memory.cc13 bool RefCountedMemory::Equals( in Equals()
14 const scoped_refptr<RefCountedMemory>& other) const { in Equals()
20 RefCountedMemory::RefCountedMemory() {} in RefCountedMemory() function in base::RefCountedMemory
22 RefCountedMemory::~RefCountedMemory() {} in ~RefCountedMemory()
/external/chromium_org/chrome/browser/ui/webui/ntp/
Dntp_resource_cache.h20 class RefCountedMemory; variable
41 base::RefCountedMemory* GetNewTabHTML(WindowType win_type);
42 base::RefCountedMemory* GetNewTabCSS(WindowType win_type);
77 scoped_refptr<base::RefCountedMemory> new_tab_html_;
92 scoped_refptr<base::RefCountedMemory> new_tab_guest_html_;
93 scoped_refptr<base::RefCountedMemory> new_tab_guest_css_;
94 scoped_refptr<base::RefCountedMemory> new_tab_incognito_html_;
95 scoped_refptr<base::RefCountedMemory> new_tab_incognito_css_;
96 scoped_refptr<base::RefCountedMemory> new_tab_css_;
/external/chromium/base/memory/
Dref_counted_memory.h20 class BASE_API RefCountedMemory
21 : public base::RefCountedThreadSafe<RefCountedMemory> {
31 friend class base::RefCountedThreadSafe<RefCountedMemory>;
32 RefCountedMemory();
33 virtual ~RefCountedMemory();
38 class BASE_API RefCountedStaticMemory : public RefCountedMemory {
58 class BASE_API RefCountedBytes : public RefCountedMemory {
Dref_counted_memory.cc7 RefCountedMemory::RefCountedMemory() { in RefCountedMemory() function in RefCountedMemory
10 RefCountedMemory::~RefCountedMemory() { in ~RefCountedMemory()
/external/chromium_org/ui/base/x/
Dselection_utils.h45 const scoped_refptr<base::RefCountedMemory>& memory);
48 const scoped_refptr<base::RefCountedMemory>& memory);
57 typedef std::map< ::Atom, scoped_refptr<base::RefCountedMemory> > InternalMap;
66 void Insert(::Atom atom, const scoped_refptr<base::RefCountedMemory>& item);
93 const scoped_refptr<base::RefCountedMemory>& memory);
116 scoped_refptr<base::RefCountedMemory> memory_;
/external/chromium_org/chrome/browser/history/
Dtop_sites_impl.h38 class RefCountedMemory; variable
62 const base::RefCountedMemory* memory,
70 scoped_refptr<base::RefCountedMemory>* bytes) OVERRIDE;
125 const base::RefCountedMemory* thumbnail_data,
131 const base::RefCountedMemory* thumbnail,
145 const base::RefCountedMemory* thumbnail,
Dthumbnail_database.h20 class RefCountedMemory; variable
83 scoped_refptr<base::RefCountedMemory>* png_icon_data,
96 const scoped_refptr<base::RefCountedMemory>& icon_data,
104 scoped_refptr<base::RefCountedMemory> bitmap_data,
148 const scoped_refptr<base::RefCountedMemory>& icon_data,
/external/chromium_org/content/browser/webui/
Durl_data_source_impl.cc28 base::RefCountedMemory* bytes) { in SendResponse()
30 scoped_refptr<base::RefCountedMemory> bytes_ptr(bytes); in SendResponse()
53 scoped_refptr<base::RefCountedMemory> bytes) { in SendResponseOnIOThread()
Durl_data_source_impl.h15 class RefCountedMemory; variable
59 virtual void SendResponse(int request_id, base::RefCountedMemory* bytes);
76 scoped_refptr<base::RefCountedMemory> bytes);
/external/chromium_org/chrome/browser/local_discovery/
Dpwg_raster_converter.cc37 void Init(base::RefCountedMemory* data);
70 void FileHandlers::Init(base::RefCountedMemory* data) { in Init()
115 void Convert(base::RefCountedMemory* data,
155 base::RefCountedMemory* data, in Convert()
255 virtual void Start(base::RefCountedMemory* data,
272 base::RefCountedMemory* data, in Start()
/external/chromium_org/chrome/browser/printing/
Dprint_dialog_cloud_internal.h62 const base::RefCountedMemory* data);
81 scoped_refptr<const base::RefCountedMemory> data_;
98 CloudPrintFlowHandler(const base::RefCountedMemory* data,
137 scoped_refptr<const base::RefCountedMemory> data_;
156 const base::RefCountedMemory* data,
/external/chromium/chrome/browser/ui/webui/
Dchrome_url_data_manager.h20 class RefCountedMemory; variable
80 virtual void SendResponse(int request_id, RefCountedMemory* bytes);
118 scoped_refptr<RefCountedMemory> bytes);
Dcrashes_ui.h11 class RefCountedMemory; variable
17 static RefCountedMemory* GetFaviconResourceBytes();
Ddownloads_ui.h11 class RefCountedMemory; variable
17 static RefCountedMemory* GetFaviconResourceBytes();
Dconflicts_ui.h13 class RefCountedMemory; variable
20 static RefCountedMemory* GetFaviconResourceBytes();
Dplugins_ui.h12 class RefCountedMemory; variable
18 static RefCountedMemory* GetFaviconResourceBytes();
Dremoting_ui.h12 class RefCountedMemory; variable
18 static RefCountedMemory* GetFaviconResourceBytes();
Dflags_ui.h12 class RefCountedMemory; variable
18 static RefCountedMemory* GetFaviconResourceBytes();
/external/chromium_org/ui/gfx/image/
Dimage_png_rep.h19 ImagePNGRep(const scoped_refptr<base::RefCountedMemory>& data,
29 scoped_refptr<base::RefCountedMemory> raw_data;
/external/chromium_org/chrome/browser/ui/webui/
Ddownloads_ui.h12 class RefCountedMemory; variable
19 static base::RefCountedMemory* GetFaviconResourceBytes(
Dflash_ui.h12 class RefCountedMemory; variable
20 static base::RefCountedMemory* GetFaviconResourceBytes(
Dcrashes_ui.h12 class RefCountedMemory; variable
19 static base::RefCountedMemory* GetFaviconResourceBytes(
Dconflicts_ui.h14 class RefCountedMemory; variable
22 static base::RefCountedMemory* GetFaviconResourceBytes(

123456789