Searched refs:error_detail (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/extensions/common/ |
D | update_manifest.cc | 130 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/ |
D | network_handler_callbacks.cc | 27 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()
|
D | network_handler_callbacks.h | 47 const std::string& error_detail); 54 const std::string& error_detail); 59 const std::string& error_detail,
|
D | network_device_handler_impl.cc | 228 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/ |
D | video_decoder_vpx.cc | 104 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/ |
D | vpx_encoder.c | 124 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/ |
D | vpx_encoder.c | 127 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()
|