OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:error_detail
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/common/extensions/
update_manifest.cc
125
// into |
error_detail
|.
128
std::string *
error_detail
) {
132
*
error_detail
= "Missing appid on app node";
140
*
error_detail
= "Too many updatecheck tags on app (expecting only 1).";
144
*
error_detail
= "Missing updatecheck on app.";
156
*
error_detail
= "Invalid codebase url: '";
157
*
error_detail
+= GetAttribute(updatecheck, "codebase");
158
*
error_detail
+= "'.";
165
*
error_detail
= "Missing version for updatecheck.";
170
*
error_detail
= "Invalid version: '"
[
all
...]
/external/chromium_org/chrome/common/extensions/
update_manifest.cc
127
// into |
error_detail
|.
130
std::string *
error_detail
) {
134
*
error_detail
= "Missing appid on app node";
142
*
error_detail
= "Too many updatecheck tags on app (expecting only 1).";
146
*
error_detail
= "Missing updatecheck on app.";
158
*
error_detail
= "Invalid codebase url: '";
159
*
error_detail
+= result->crx_url.possibly_invalid_spec();
160
*
error_detail
+= "'.";
167
*
error_detail
= "Missing version for updatecheck.";
172
*
error_detail
= "Invalid version: '"
[
all
...]
/external/chromium_org/chromeos/network/
network_handler_callbacks.cc
27
const std::string&
error_detail
) {
28
return CreateDBusErrorData(path, error_name,
error_detail
, "", "");
34
const std::string&
error_detail
) {
39
make_scoped_ptr(CreateErrorData(path, error_name,
error_detail
)));
45
const std::string&
error_detail
,
50
error_data->SetString(kErrorDetail,
error_detail
);
network_handler_callbacks.h
47
const std::string&
error_detail
);
54
const std::string&
error_detail
);
59
const std::string&
error_detail
,
/external/libvpx/libvpx/vpx/src/
vpx_encoder.c
127
const char *
error_detail
=
local
130
ctx->err_detail =
error_detail
;
136
ctx->err_detail =
error_detail
;
Completed in 38 milliseconds