HomeSort by relevance Sort by last modified time
    Searched refs:RefCountedMemory (Results 76 - 100 of 178) sorted by null

1 2 34 5 6 7 8

  /external/chromium_org/chrome/browser/ui/
browser_navigator.h 82 scoped_refptr<base::RefCountedMemory> browser_initiated_post_data;
  /external/chromium_org/chrome/browser/ui/webui/
favicon_source.h 136 scoped_refptr<base::RefCountedMemory> default_favicons_[NUM_SIZES];
conflicts_ui.cc 175 base::RefCountedMemory* ConflictsUI::GetFaviconResourceBytes(
177 return static_cast<base::RefCountedMemory*>(
favicon_source.cc 151 scoped_refptr<base::RefCountedMemory> response;
194 base::RefCountedMemory* default_favicon =
theme_source_unittest.cc 47 void SendResponse(base::RefCountedMemory* data) {
  /external/chromium_org/chrome/browser/ui/webui/ntp/
thumbnail_source.cc 40 scoped_refptr<base::RefCountedMemory> data;
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
user_image_source.cc 38 base::RefCountedMemory* UserImageSource::GetUserImage(
  /external/chromium_org/components/search_provider_logos/
logo_cache.h 93 void WriteLogo(scoped_refptr<base::RefCountedMemory> encoded_image);
  /external/chromium_org/ui/base/x/
selection_utils.cc 89 const scoped_refptr<base::RefCountedMemory>& memory) {
104 const scoped_refptr<base::RefCountedMemory>& memory) {
126 const scoped_refptr<base::RefCountedMemory>& item) {
161 const scoped_refptr<base::RefCountedMemory>& memory)
  /external/chromium_org/chrome/browser/printing/
pdf_to_emf_converter.cc 97 void Start(const scoped_refptr<base::RefCountedMemory>& data,
161 scoped_refptr<base::RefCountedMemory> data_;
184 virtual void Start(const scoped_refptr<base::RefCountedMemory>& data,
222 const scoped_refptr<base::RefCountedMemory>& data,
278 const scoped_refptr<base::RefCountedMemory>& data,
312 scoped_refptr<base::RefCountedMemory> data = data_;
466 const scoped_refptr<base::RefCountedMemory>& data,
print_dialog_cloud.cc 236 const base::RefCountedMemory* data)
285 const base::RefCountedMemory* data,
492 const base::RefCountedMemory* data,
623 const base::RefCountedMemory* data,
660 scoped_refptr<base::RefCountedMemory> data;
743 const base::RefCountedMemory* data,
  /external/chromium_org/ui/gfx/image/
image.cc 36 scoped_refptr<base::RefCountedMemory> Get1xPNGBytesFromUIImage(
43 scoped_refptr<base::RefCountedMemory> Get1xPNGBytesFromNSImage(
54 scoped_refptr<base::RefCountedMemory> Get1xPNGBytesFromImageSkia(
108 scoped_refptr<base::RefCountedMemory> raw_data = png_rep.raw_data;
150 scoped_refptr<base::RefCountedMemory> Get1xPNGBytesFromImageSkia(
493 const scoped_refptr<base::RefCountedMemory>& input) {
607 scoped_refptr<base::RefCountedMemory> Image::As1xPNGBytes() const {
623 scoped_refptr<base::RefCountedMemory> png_bytes(NULL);
685 scoped_refptr<base::RefCountedMemory> Image::Copy1xPNGBytes() const {
686 scoped_refptr<base::RefCountedMemory> original = As1xPNGBytes()
    [all...]
image_unittest.cc 162 scoped_refptr<base::RefCountedMemory> png_bytes = image.As1xPNGBytes();
176 scoped_refptr<base::RefCountedMemory> png_bytes1 = image1.As1xPNGBytes();
187 scoped_refptr<base::RefCountedMemory> png_bytes2 = image2.As1xPNGBytes();
198 scoped_refptr<base::RefCountedMemory> bytes1x = gt::CreatePNGBytes(kSize1x);
233 scoped_refptr<base::RefCountedMemory> bytes1x = gt::CreatePNGBytes(kSize1x);
234 scoped_refptr<base::RefCountedMemory> bytes2x = gt::CreatePNGBytes(kSize2x);
269 scoped_refptr<base::RefCountedMemory> bytes1x = gt::CreatePNGBytes(kSize1x);
270 scoped_refptr<base::RefCountedMemory> bytes2x = gt::CreatePNGBytes(kSize2x);
295 scoped_refptr<base::RefCountedMemory> png_data = image.As1xPNGBytes();
314 scoped_refptr<base::RefCountedMemory> png_bytes
    [all...]
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.cc 120 scoped_refptr<base::RefCountedMemory>(
134 scoped_refptr<base::RefCountedMemory> mem(
155 scoped_refptr<base::RefCountedMemory> mem(
179 scoped_refptr<base::RefCountedMemory>(
202 scoped_refptr<base::RefCountedMemory> mem(
215 scoped_refptr<base::RefCountedMemory> mem(
446 scoped_refptr<base::RefCountedMemory>(
451 scoped_refptr<base::RefCountedMemory>(
463 scoped_refptr<base::RefCountedMemory> mem(
  /external/chromium_org/chrome/browser/search/
iframe_source_unittest.cc 148 void SaveResponse(base::RefCountedMemory* data) {
159 scoped_refptr<base::RefCountedMemory> response_;
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache.h 72 scoped_refptr<base::RefCountedMemory>* favicon_png) const;
79 scoped_refptr<base::RefCountedMemory>* favicon_png) const;
  /external/chromium_org/content/browser/webui/
web_ui_data_source_unittest.cc 70 scoped_refptr<base::RefCountedMemory> result_data_;
83 void SendResult(base::RefCountedMemory* data) {
  /external/chromium_org/chrome/browser/devtools/
chrome_devtools_manager_delegate.cc 56 scoped_refptr<base::RefCountedMemory> data;
  /external/chromium_org/chrome/browser/history/
top_sites_cache.h 62 scoped_refptr<base::RefCountedMemory>* bytes) const;
  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_service_impl.cc 67 scoped_refptr<base::RefCountedMemory>* bytes) {
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_desktop_window_tree_host_x11.cc 50 virtual base::RefCountedMemory* GetRawData(
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extensions_ui.cc 97 base::RefCountedMemory* ExtensionsUI::GetFaviconResourceBytes(
  /external/chromium_org/components/history/core/android/
android_history_types.h 120 void set_favicon(const scoped_refptr<base::RefCountedMemory>& data) {
124 const scoped_refptr<base::RefCountedMemory>& favicon() const {
175 scoped_refptr<base::RefCountedMemory> favicon_;
  /external/chromium_org/content/browser/frame_host/
navigation_entry_impl.h 65 const base::RefCountedMemory* data) OVERRIDE;
66 virtual const base::RefCountedMemory*
259 scoped_refptr<const base::RefCountedMemory> browser_initiated_post_data_;
  /external/chromium_org/printing/
printed_document.cc 64 const base::RefCountedMemory* data) {
82 scoped_refptr<base::RefCountedMemory> data =
233 const base::RefCountedMemory* data,

Completed in 1220 milliseconds

1 2 34 5 6 7 8