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

12

  /external/chromium/chrome/browser/ui/webui/
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/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/chrome/browser/
browser_about_handler.cc     [all...]

Completed in 233 milliseconds

12