HomeSort by relevance Sort by last modified time
    Searched refs:html_bytes (Results 26 - 40 of 40) sorted by null

12

  /external/chromium/chrome/browser/ui/webui/
plugins_ui.cc 122 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
123 html_bytes->data.resize(full_html.size());
124 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin());
126 SendResponse(request_id, html_bytes);
active_downloads_ui.cc 183 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
184 html_bytes->data.resize(full_html.size());
185 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin());
187 SendResponse(request_id, html_bytes);
bug_report_ui.cc 373 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
374 html_bytes->data.resize(full_html.size());
375 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin());
377 SendResponse(request_id, html_bytes);
gpu_internals_ui.cc 178 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
179 html_bytes->data.resize(full_html.size());
180 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin());
182 SendResponse(request_id, html_bytes);
mediaplayer_ui.cc 191 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
192 html_bytes->data.resize(full_html.size());
193 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin());
195 SendResponse(request_id, html_bytes);
new_tab_ui.cc 593 scoped_refptr<RefCountedBytes> html_bytes(
596 SendResponse(request_id, html_bytes);
net_internals_ui.cc 438 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
439 html_bytes->data.resize(full_html.size());
440 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin());
441 SendResponse(request_id, html_bytes);
    [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc 301 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes());
302 html_bytes->data.resize(full_html.size());
303 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin());
305 SendResponse(request_id, html_bytes);
imageburner_ui.cc 100 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
101 html_bytes->data.resize(full_html.size());
102 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin());
104 SendResponse(request_id, html_bytes);
mobile_setup_ui.cc 431 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
432 html_bytes->data.resize(full_html.size());
433 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin());
435 SendResponse(request_id, html_bytes);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_ui.cc 396 scoped_refptr<base::RefCountedMemory> html_bytes(
400 callback.Run(html_bytes.get());
  /external/chromium/chrome/browser/extensions/
extensions_ui.cc 189 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
190 html_bytes->data.resize(full_html.size());
191 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin());
193 SendResponse(request_id, html_bytes);
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
extension_settings_handler.cc 188 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
189 html_bytes->data.resize(full_html.size());
190 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin());
192 SendResponse(request_id, html_bytes);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 83 scoped_refptr<base::RefCountedBytes> html_bytes(new base::RefCountedBytes);
84 callback.Run(html_bytes.get());
  /external/chromium/chrome/browser/
browser_about_handler.cc     [all...]

Completed in 220 milliseconds

12