Home
last modified time | relevance | path

Searched refs:error_detail (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/extensions/common/
Dupdate_manifest.cc130 std::string *error_detail) { in ParseSingleAppTag() argument
134 *error_detail = "Missing appid on app node"; in ParseSingleAppTag()
142 *error_detail = "Too many updatecheck tags on app (expecting only 1)."; in ParseSingleAppTag()
146 *error_detail = "Missing updatecheck on app."; in ParseSingleAppTag()
158 *error_detail = "Invalid codebase url: '"; in ParseSingleAppTag()
159 *error_detail += result->crx_url.possibly_invalid_spec(); in ParseSingleAppTag()
160 *error_detail += "'."; in ParseSingleAppTag()
167 *error_detail = "Missing version for updatecheck."; in ParseSingleAppTag()
172 *error_detail = "Invalid version: '"; in ParseSingleAppTag()
173 *error_detail += result->version; in ParseSingleAppTag()
[all …]
/external/chromium_org/chromeos/network/
Dnetwork_handler_callbacks.cc27 const std::string& error_detail) { in CreateErrorData() argument
28 return CreateDBusErrorData(path, error_name, error_detail, "", ""); in CreateErrorData()
34 const std::string& error_detail) { in RunErrorCallback() argument
39 make_scoped_ptr(CreateErrorData(path, error_name, error_detail))); in RunErrorCallback()
45 const std::string& error_detail, in CreateDBusErrorData() argument
50 error_data->SetString(kErrorDetail, error_detail); in CreateDBusErrorData()
Dnetwork_handler_callbacks.h47 const std::string& error_detail);
54 const std::string& error_detail);
59 const std::string& error_detail,
Dnetwork_device_handler_impl.cc228 const std::string& error_detail = params.ip_or_mac_address; in TDLSErrorCallback() local
231 device_path, error_name, error_detail, in TDLSErrorCallback()
/external/chromium_org/remoting/codec/
Dvideo_decoder_vpx.cc104 const char* error_detail = vpx_codec_error_detail(codec_.get()); in DecodePacket() local
106 << "Details: " << (error_detail ? error_detail : "(NULL)"); in DecodePacket()
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
Dvpx_encoder.c124 const char *error_detail = in vpx_codec_enc_init_multi_ver() local
127 ctx->err_detail = error_detail; in vpx_codec_enc_init_multi_ver()
133 ctx->err_detail = error_detail; in vpx_codec_enc_init_multi_ver()
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c127 const char *error_detail = in vpx_codec_enc_init_multi_ver() local
130 ctx->err_detail = error_detail; in vpx_codec_enc_init_multi_ver()
136 ctx->err_detail = error_detail; in vpx_codec_enc_init_multi_ver()