HomeSort by relevance Sort by last modified time
    Searched refs:RefCountedBytes (Results 26 - 50 of 71) sorted by null

12 3

  /external/chromium_org/content/browser/frame_host/
navigation_entry_screenshot_manager.cc 47 scoped_refptr<base::RefCountedBytes> data() const { return data_; }
71 data_ = new base::RefCountedBytes(data);
74 scoped_refptr<base::RefCountedBytes> data_;
navigation_entry_impl_unittest.cc 206 scoped_refptr<base::RefCountedBytes> post_data =
207 base::RefCountedBytes::TakeVector(&post_data_vector);
navigation_entry_impl.cc 353 scoped_refptr<base::RefCountedBytes> png_data) {
  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker.cc 188 scoped_refptr<base::RefCountedBytes> png_data) {
207 scoped_refptr<base::RefCountedBytes> png_data) {
228 scoped_refptr<base::RefCountedBytes> png_data,
250 scoped_refptr<base::RefCountedBytes> png_data,
274 scoped_refptr<base::RefCountedBytes> png_data) {
296 scoped_refptr<base::RefCountedBytes> png_data) {
555 scoped_refptr<base::RefCountedBytes> png_data) {
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api.h 140 void ThumbnailGenerated(base::RefCountedBytes* data);
wallpaper_api.cc 185 scoped_refptr<base::RefCountedBytes> data;
201 base::RefCountedBytes* data) {
  /external/chromium_org/content/browser/devtools/
renderer_overrides_handler.h 87 scoped_refptr<base::RefCountedBytes> png_data);
  /external/chromium_org/chrome/browser/history/android/
sqlite_cursor_unittest.cc 162 base::RefCountedBytes *data_bytes =
163 base::RefCountedBytes::TakeVector(&favicon_data);
android_provider_backend_unittest.cc 260 bitmap_data_element.bitmap_data = new base::RefCountedBytes(data);
413 bitmap_data_element.bitmap_data = new base::RefCountedBytes(data);
519 row2.set_favicon(base::RefCountedBytes::TakeVector(&data));
630 row2.set_favicon(base::RefCountedBytes::TakeVector(&data));
    [all...]
  /external/chromium_org/components/enhanced_bookmarks/
persistent_image_store.cc 148 scoped_refptr<base::RefCountedBytes> data(new base::RefCountedBytes());
  /external/chromium_org/components/favicon_base/
favicon_util.cc 234 scoped_refptr<base::RefCountedBytes> png_bytes(new base::RefCountedBytes());
  /external/chromium_org/ui/gfx/image/
image_unittest_util.cc 69 scoped_refptr<base::RefCountedBytes> bytes(new base::RefCountedBytes());
image_unittest.cc 111 new base::RefCountedBytes(), 1.0f));
341 scoped_refptr<base::RefCountedBytes> invalid_bytes(
342 new base::RefCountedBytes());
352 scoped_refptr<base::RefCountedBytes> invalid_bytes(
353 new base::RefCountedBytes());
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_ui.cc 129 scoped_refptr<base::RefCountedBytes> data;
146 scoped_refptr<base::RefCountedBytes> empty_bytes(new base::RefCountedBytes);
390 scoped_refptr<base::RefCountedBytes>* data) {
396 const base::RefCountedBytes* data) {
print_preview_handler.cc 845 scoped_refptr<base::RefCountedBytes> data;
    [all...]
  /external/chromium_org/chrome/browser/favicon/
favicon_service.cc 324 scoped_refptr<base::RefCountedBytes> bitmap_data(
325 new base::RefCountedBytes());
438 bitmap_result.bitmap_data = base::RefCountedBytes::TakeVector(
  /external/chromium_org/chrome/browser/history/
history_backend_unittest.cc 406 base::RefCountedBytes::TakeVector(&data);
420 base::RefCountedBytes::TakeVector(&data);
563 new base::RefCountedBytes(data), Time::Now(), kSmallSize));
566 new base::RefCountedBytes(data), Time::Now(), kLargeSize));
570 new base::RefCountedBytes(data), Time::Now(), kSmallSize));
573 new base::RefCountedBytes(data), Time::Now(), kLargeSize));
740 new base::RefCountedBytes(data),
748 new base::RefCountedBytes(data),
    [all...]
thumbnail_database.cc 692 scoped_refptr<base::RefCountedBytes> data(new base::RefCountedBytes());
721 scoped_refptr<base::RefCountedBytes> data(new base::RefCountedBytes());
    [all...]
  /external/chromium_org/chrome/browser/local_discovery/
privet_http_impl.h 206 virtual void SetData(base::RefCountedBytes* data) OVERRIDE;
261 scoped_refptr<base::RefCountedBytes> data_;
privet_http_unittest.cc 817 scoped_refptr<base::RefCountedBytes> RefCountedBytesFromString(
821 return scoped_refptr<base::RefCountedBytes>(
822 base::RefCountedBytes::TakeVector(&str_vec));
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_icon_source.cc 45 base::RefCountedBytes* image_bytes = new base::RefCountedBytes;
  /external/chromium_org/ui/gfx/
color_analysis_unittest.cc 174 scoped_refptr<base::RefCountedBytes> png(
175 new base::RefCountedBytes(
192 scoped_refptr<base::RefCountedBytes> png(
193 new base::RefCountedBytes(
210 scoped_refptr<base::RefCountedBytes> png(
211 new base::RefCountedBytes(
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.cc 153 base::RefCountedBytes::TakeVector(&data));
213 base::RefCountedBytes::TakeVector(&bytes));
461 base::RefCountedBytes::TakeVector(&bytes));
  /external/chromium_org/chrome/browser/extensions/
extension_web_ui.cc 100 scoped_refptr<base::RefCountedBytes> bitmap_data(
101 new base::RefCountedBytes());
  /external/chromium_org/chrome/browser/printing/
print_view_manager_base.cc 230 scoped_refptr<base::RefCountedBytes> bytes = new base::RefCountedBytes(

Completed in 1385 milliseconds

12 3