Searched defs:response_bytes (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dcertificate_manager_dialog_ui.cc75 scoped_refptr<base::RefCountedMemory> response_bytes; local
83 response_bytes = base::RefCountedString::TakeString(&strings_js);
86 response_bytes = ui::ResourceBundle::GetSharedInstance().
90 callback.Run(response_bytes.get());
/external/chromium_org/chrome/browser/ui/webui/options/
H A Doptions_ui.cc159 scoped_refptr<base::RefCountedMemory> response_bytes; local
167 response_bytes = base::RefCountedString::TakeString(&strings_js);
170 response_bytes = ui::ResourceBundle::GetSharedInstance().
174 response_bytes = ui::ResourceBundle::GetSharedInstance().
178 callback.Run(response_bytes.get());
/external/chromium_org/net/cert/
H A Dct_objects_extractor_openssl.cc277 CBS sequence, response_status, tagged_response_bytes, response_bytes; local
285 !CBS_get_asn1(&tagged_response_bytes, &response_bytes,
288 !CBS_get_asn1(&response_bytes, &response_type, CBS_ASN1_OBJECT) ||
289 !CBS_get_asn1(&response_bytes, &response, CBS_ASN1_OCTETSTRING) ||
290 CBS_len(&response_bytes) != 0) {
H A Dct_objects_extractor_nss.cc276 // This indirection is needed because |response_bytes| is an optional
278 ResponseBytes* response_bytes; member in struct:net::ct::__anon9078::OCSPResponse
289 SEC_ASN1_CONTEXT_SPECIFIC | 0, offsetof(OCSPResponse, response_bytes),
546 if (!response.response_bytes)
550 &response.response_bytes->response_type)) {
559 &response.response_bytes->der_response);
/external/chromium_org/net/socket/
H A Dssl_client_socket_unittest.cc2655 base::StringPiece sequence, response_status, response_bytes; local

Completed in 346 milliseconds