Searched refs:RefCountedBytes (Results 1 - 25 of 69) sorted by relevance

123

/external/chromium/base/memory/
H A Dref_counted_memory.cc21 RefCountedBytes::RefCountedBytes() { function in class:RefCountedBytes
24 RefCountedBytes::RefCountedBytes(const std::vector<unsigned char>& initializer) function in class:RefCountedBytes
28 RefCountedBytes* RefCountedBytes::TakeVector(
30 RefCountedBytes* bytes = new RefCountedBytes;
35 const unsigned char* RefCountedBytes::front() const {
41 size_t RefCountedBytes
[all...]
H A Dref_counted_memory.h58 class BASE_API RefCountedBytes : public RefCountedMemory { class in inherits:RefCountedMemory
60 RefCountedBytes();
62 // Constructs a RefCountedBytes object by _copying_ from |initializer|.
63 RefCountedBytes(const std::vector<unsigned char>& initializer);
65 // Constructs a RefCountedBytes object by performing a swap. (To non
66 // destructively build a RefCountedBytes, use the constructor that takes a
68 static RefCountedBytes* TakeVector(std::vector<unsigned char>* to_destroy);
77 friend class base::RefCountedThreadSafe<RefCountedBytes>;
78 virtual ~RefCountedBytes();
81 DISALLOW_COPY_AND_ASSIGN(RefCountedBytes);
[all...]
/external/chromium/chrome/browser/ui/webui/
H A Dntp_resource_cache.h16 class RefCountedBytes;
25 RefCountedBytes* GetNewTabHTML(bool is_incognito);
26 RefCountedBytes* GetNewTabCSS(bool is_incognito);
37 scoped_refptr<RefCountedBytes> new_tab_incognito_html_;
39 scoped_refptr<RefCountedBytes> new_tab_html_;
42 scoped_refptr<RefCountedBytes> new_tab_incognito_css_;
44 scoped_refptr<RefCountedBytes> new_tab_css_;
H A Dfileicon_source.h15 class RefCountedBytes;
47 scoped_refptr<RefCountedBytes> default_favicon_;
H A Dtheme_source.h14 class RefCountedBytes;
43 scoped_refptr<RefCountedBytes> css_bytes_;
H A Dfileicon_source.cc47 scoped_refptr<RefCountedBytes> icon_data(new RefCountedBytes);
74 scoped_refptr<RefCountedBytes> icon_data(new RefCountedBytes);
H A Dremoting_ui.cc50 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes());
H A Dsync_internals_html_source.cc40 scoped_refptr<RefCountedBytes> bytes(new RefCountedBytes());
H A Dtextfields_ui.cc34 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
H A Dthumbnail_source.cc27 scoped_refptr<RefCountedBytes> data;
H A Dprint_preview_ui_html_source.cc126 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
137 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
146 scoped_refptr<RefCountedBytes> empty_bytes(new RefCountedBytes);
H A Ddownloads_ui.cc116 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
/external/chromium/chrome/browser/ui/webui/chromeos/login/
H A Dlogin_ui_helpers.cc33 RefCountedBytes* HTMLOperationsInterface::CreateHTMLBytes(
35 RefCountedBytes* html_bytes = new RefCountedBytes();
H A Dlogin_ui_helpers.h15 class RefCountedBytes;
32 virtual RefCountedBytes* CreateHTMLBytes(std::string full_html);
H A Dmock_login_ui_helpers.h51 RefCountedBytes*(std::string full_html));
/external/chromium/chrome/browser/history/
H A Dtop_sites_cache.h16 class RefCountedBytes;
36 RefCountedBytes* thumbnail,
46 scoped_refptr<RefCountedBytes>* bytes);
H A Dthumbnail_database_unittest.cc119 scoped_refptr<RefCountedBytes> favicon(new RefCountedBytes(data));
145 scoped_refptr<RefCountedBytes> favicon(new RefCountedBytes(data));
167 scoped_refptr<RefCountedBytes> favicon(new RefCountedBytes(data));
199 scoped_refptr<RefCountedBytes> favicon(new RefCountedBytes(data));
230 scoped_refptr<RefCountedBytes> favicon(new RefCountedBytes(dat
[all...]
H A Dtop_sites.h80 scoped_refptr<RefCountedBytes>* bytes);
207 const RefCountedBytes* thumbnail_data,
210 // A version of SetPageThumbnail that takes RefCountedBytes as
213 const RefCountedBytes* thumbnail,
219 scoped_refptr<RefCountedBytes>* bytes);
227 const RefCountedBytes* thumbnail,
H A Dtop_sites_cache.cc28 RefCountedBytes* thumbnail,
40 scoped_refptr<RefCountedBytes>* bytes) {
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Duser_image_source.cc46 SendResponse(request_id, new RefCountedBytes(GetUserImage(email)));
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dproxy_settings_ui.cc58 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
H A Dregister_page_ui.cc171 scoped_refptr<RefCountedBytes> empty_bytes(new RefCountedBytes);
180 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
188 scoped_refptr<RefCountedBytes> empty_bytes(new RefCountedBytes);
H A Dsystem_info_ui.cc145 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
/external/chromium/chrome/browser/printing/cloud_print/
H A Dcloud_print_setup_source.cc123 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
/external/chromium/chrome/browser/remoting/
H A Dremoting_resources_source.cc144 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);

Completed in 167 milliseconds

123