/external/chromium/chrome/browser/ui/webui/ |
conflicts_ui.cc | 101 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
|
crashes_ui.cc | 89 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
|
flags_ui.cc | 116 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
|
screenshot_source.cc | 111 SendResponse(request_id, new RefCountedBytes(GetScreenshot(path)));
|
ntp_resource_cache.cc | 166 RefCountedBytes* NTPResourceCache::GetNewTabHTML(bool is_incognito) { 179 RefCountedBytes* NTPResourceCache::GetNewTabCSS(bool is_incognito) { 253 new_tab_incognito_html_ = new RefCountedBytes; 423 new_tab_html_ = new RefCountedBytes; 458 new_tab_incognito_css_ = new RefCountedBytes; 565 new_tab_css_ = new RefCountedBytes;
|
collected_cookies_ui_delegate.cc | 123 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
|
slideshow_ui.cc | 125 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
|
extension_icon_source.cc | 37 scoped_refptr<RefCountedBytes> image_bytes(new RefCountedBytes);
|
history2_ui.cc | 104 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
|
history_ui.cc | 104 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
|
plugins_ui.cc | 122 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
|
/external/chromium/chrome/browser/ui/webui/chromeos/login/ |
login_ui.cc | 45 scoped_refptr<RefCountedBytes> html_bytes(
|
/external/chromium/chrome/browser/history/ |
top_sites_unittest.cc | 109 SkBitmap ExtractThumbnail(const RefCountedBytes& t1) { 116 bool ThumbnailsAreEqual(RefCountedBytes* t1, RefCountedBytes* t2) { 157 scoped_refptr<RefCountedBytes> data; 266 bool ThumbnailEqualsBytes(const SkBitmap& image, RefCountedBytes* bytes) { 267 scoped_refptr<RefCountedBytes> encoded_image; 295 scoped_refptr<RefCountedBytes>* bytes) { 540 scoped_refptr<RefCountedBytes> result; 569 scoped_refptr<RefCountedBytes> result; 643 scoped_refptr<RefCountedBytes> read_data [all...] |
top_sites.cc | 97 scoped_refptr<RefCountedBytes> data; 208 scoped_refptr<RefCountedBytes> thumbnail_data; 247 scoped_refptr<RefCountedBytes>* bytes) { 523 const RefCountedBytes* thumbnail_data, 544 image->thumbnail = const_cast<RefCountedBytes*>(thumbnail_data); 552 const RefCountedBytes* thumbnail, 571 scoped_refptr<RefCountedBytes>* bytes) { 572 *bytes = new RefCountedBytes(); 600 const RefCountedBytes* thumbnail, 607 image.second.thumbnail = const_cast<RefCountedBytes*>(thumbnail) [all...] |
history_backend_unittest.cc | 227 new RefCountedBytes(data), Time::Now())); 231 favicon2, new RefCountedBytes(data), Time::Now())); 360 favicon1, new RefCountedBytes(data), Time::Now())); 364 favicon2, new RefCountedBytes(data), Time::Now())); 530 RefCountedBytes::TakeVector(&data), Time::Now())); 850 url1, icon_url, RefCountedBytes::TakeVector(&data), FAVICON); 858 url1, icon_url, RefCountedBytes::TakeVector(&data), TOUCH_ICON); 869 RefCountedBytes::TakeVector(&data), [all...] |
history_types.h | 606 scoped_refptr<RefCountedBytes> thumbnail; 610 // scoped_refptr<RefCountedBytes> favicon; 631 typedef std::map<GURL, scoped_refptr<RefCountedBytes> > URLToThumbnailMap;
|
top_sites_database.cc | 115 thumbnail.thumbnail = RefCountedBytes::TakeVector(&data); 292 thumbnail->thumbnail = RefCountedBytes::TakeVector(&data);
|
history_backend.cc | [all...] |
/external/chromium/chrome/browser/ |
favicon_helper_unittest.cc | 298 scoped_refptr<RefCountedBytes> data = new RefCountedBytes(); 407 scoped_refptr<RefCountedBytes> data = new RefCountedBytes(); 492 scoped_refptr<RefCountedBytes> data = new RefCountedBytes(); 632 scoped_refptr<RefCountedBytes> data = new RefCountedBytes(); 759 scoped_refptr<RefCountedBytes> data = new RefCountedBytes(); [all...] |
browser_signin.cc | 70 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
|
/external/chromium/chrome/browser/ui/login/ |
login_prompt_ui.cc | 50 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
choose_mobile_network_ui.cc | 124 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes());
|
enterprise_enrollment_ui.cc | 247 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes());
|
keyboard_overlay_ui.cc | 254 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
|
/external/chromium/chrome/browser/ui/webui/options/ |
options_ui.cc | 121 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
|