OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:html_bytes
(Results
1 - 25
of
40
) sorted by null
1
2
/external/chromium/chrome/browser/ui/webui/chromeos/login/
login_ui_helpers.cc
35
RefCountedBytes*
html_bytes
= new RefCountedBytes();
local
36
html_bytes
->data.resize(full_html.size());
39
html_bytes
->data.begin());
40
return
html_bytes
;
login_ui.cc
45
scoped_refptr<RefCountedBytes>
html_bytes
(
48
(
html_bytes
.get()));
/external/chromium/chrome/browser/ui/webui/
remoting_ui.cc
50
scoped_refptr<RefCountedBytes>
html_bytes
(new RefCountedBytes());
51
html_bytes
->data.resize(full_html.size());
52
std::copy(full_html.begin(), full_html.end(),
html_bytes
->data.begin());
54
SendResponse(request_id,
html_bytes
);
textfields_ui.cc
34
scoped_refptr<RefCountedBytes>
html_bytes
(new RefCountedBytes);
35
html_bytes
->data.resize(full_html.size());
36
std::copy(full_html.begin(), full_html.end(),
html_bytes
->data.begin());
38
SendResponse(request_id,
html_bytes
);
downloads_ui.cc
116
scoped_refptr<RefCountedBytes>
html_bytes
(new RefCountedBytes);
117
html_bytes
->data.resize(full_html.size());
118
std::copy(full_html.begin(), full_html.end(),
html_bytes
->data.begin());
120
SendResponse(request_id,
html_bytes
);
print_preview_ui_html_source.cc
126
scoped_refptr<RefCountedBytes>
html_bytes
(new RefCountedBytes);
127
html_bytes
->data.resize(full_html.size());
128
std::copy(full_html.begin(), full_html.end(),
html_bytes
->data.begin());
130
SendResponse(request_id,
html_bytes
);
137
scoped_refptr<RefCountedBytes>
html_bytes
(new RefCountedBytes);
138
html_bytes
->data.resize(preview_data_size);
139
std::vector<unsigned char>::iterator it =
html_bytes
->data.begin();
142
SendResponse(request_id,
html_bytes
);
conflicts_ui.cc
101
scoped_refptr<RefCountedBytes>
html_bytes
(new RefCountedBytes);
102
html_bytes
->data.resize(full_html.size());
103
std::copy(full_html.begin(), full_html.end(),
html_bytes
->data.begin());
105
SendResponse(request_id,
html_bytes
);
crashes_ui.cc
89
scoped_refptr<RefCountedBytes>
html_bytes
(new RefCountedBytes);
90
html_bytes
->data.resize(full_html.size());
91
std::copy(full_html.begin(), full_html.end(),
html_bytes
->data.begin());
93
SendResponse(request_id,
html_bytes
);
flags_ui.cc
116
scoped_refptr<RefCountedBytes>
html_bytes
(new RefCountedBytes);
117
html_bytes
->data.resize(full_html.size());
118
std::copy(full_html.begin(), full_html.end(),
html_bytes
->data.begin());
120
SendResponse(request_id,
html_bytes
);
collected_cookies_ui_delegate.cc
123
scoped_refptr<RefCountedBytes>
html_bytes
(new RefCountedBytes);
124
html_bytes
->data.resize(response.size());
125
std::copy(response.begin(), response.end(),
html_bytes
->data.begin());
127
SendResponse(request_id,
html_bytes
);
slideshow_ui.cc
125
scoped_refptr<RefCountedBytes>
html_bytes
(new RefCountedBytes);
126
html_bytes
->data.resize(full_html.size());
127
std::copy(full_html.begin(), full_html.end(),
html_bytes
->data.begin());
129
SendResponse(request_id,
html_bytes
);
history2_ui.cc
104
scoped_refptr<RefCountedBytes>
html_bytes
(new RefCountedBytes);
105
html_bytes
->data.resize(full_html.size());
106
std::copy(full_html.begin(), full_html.end(),
html_bytes
->data.begin());
108
SendResponse(request_id,
html_bytes
);
history_ui.cc
104
scoped_refptr<RefCountedBytes>
html_bytes
(new RefCountedBytes);
105
html_bytes
->data.resize(full_html.size());
106
std::copy(full_html.begin(), full_html.end(),
html_bytes
->data.begin());
108
SendResponse(request_id,
html_bytes
);
/external/chromium/chrome/browser/ui/webui/chromeos/
proxy_settings_ui.cc
58
scoped_refptr<RefCountedBytes>
html_bytes
(new RefCountedBytes);
59
html_bytes
->data.resize(full_html.size());
60
std::copy(full_html.begin(), full_html.end(),
html_bytes
->data.begin());
62
SendResponse(request_id,
html_bytes
);
system_info_ui.cc
145
scoped_refptr<RefCountedBytes>
html_bytes
(new RefCountedBytes);
146
html_bytes
->data.resize(full_html.size());
147
std::copy(full_html.begin(), full_html.end(),
html_bytes
->data.begin());
149
SendResponse(request_id_,
html_bytes
);
choose_mobile_network_ui.cc
124
scoped_refptr<RefCountedBytes>
html_bytes
(new RefCountedBytes());
125
html_bytes
->data.resize(full_html.size());
126
std::copy(full_html.begin(), full_html.end(),
html_bytes
->data.begin());
128
SendResponse(request_id,
html_bytes
);
enterprise_enrollment_ui.cc
247
scoped_refptr<RefCountedBytes>
html_bytes
(new RefCountedBytes());
248
html_bytes
->data.resize(response.size());
249
std::copy(response.begin(), response.end(),
html_bytes
->data.begin());
250
SendResponse(request_id,
html_bytes
);
register_page_ui.cc
180
scoped_refptr<RefCountedBytes>
html_bytes
(new RefCountedBytes);
181
html_bytes
->data.resize(register_html.size());
184
html_bytes
->data.begin());
186
SendResponse(request_id,
html_bytes
);
keyboard_overlay_ui.cc
254
scoped_refptr<RefCountedBytes>
html_bytes
(new RefCountedBytes);
255
html_bytes
->data.resize(full_html.size());
256
std::copy(full_html.begin(), full_html.end(),
html_bytes
->data.begin());
258
SendResponse(request_id,
html_bytes
);
/external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_source.cc
123
scoped_refptr<RefCountedBytes>
html_bytes
(new RefCountedBytes);
124
html_bytes
->data.resize(response.size());
125
std::copy(response.begin(), response.end(),
html_bytes
->data.begin());
126
SendResponse(request_id,
html_bytes
);
/external/chromium/chrome/browser/remoting/
remoting_resources_source.cc
144
scoped_refptr<RefCountedBytes>
html_bytes
(new RefCountedBytes);
145
html_bytes
->data.resize(response.size());
146
std::copy(response.begin(), response.end(),
html_bytes
->data.begin());
147
SendResponse(request_id,
html_bytes
);
/external/chromium_org/chrome/browser/ui/webui/
app_launcher_page_ui.cc
108
scoped_refptr<base::RefCountedMemory>
html_bytes
(
111
callback.Run(
html_bytes
.get());
/external/chromium/chrome/browser/
browser_signin.cc
70
scoped_refptr<RefCountedBytes>
html_bytes
(new RefCountedBytes);
71
html_bytes
->data.resize(response.size());
72
std::copy(response.begin(), response.end(),
html_bytes
->data.begin());
73
SendResponse(request_id,
html_bytes
);
/external/chromium/chrome/browser/ui/login/
login_prompt_ui.cc
50
scoped_refptr<RefCountedBytes>
html_bytes
(new RefCountedBytes);
51
html_bytes
->data.resize(response.size());
52
std::copy(response.begin(), response.end(),
html_bytes
->data.begin());
53
SendResponse(request_id,
html_bytes
);
/external/chromium/chrome/browser/ui/webui/options/
options_ui.cc
121
scoped_refptr<RefCountedBytes>
html_bytes
(new RefCountedBytes);
122
html_bytes
->data.resize(full_html.size());
123
std::copy(full_html.begin(), full_html.end(),
html_bytes
->data.begin());
125
SendResponse(request_id,
html_bytes
);
Completed in 88 milliseconds
1
2