OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utf8_error
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/extensions/
convert_user_script.cc
175
std::string
utf8_error
;
local
181
&
utf8_error
);
182
*error = UTF8ToUTF16(
utf8_error
);
sandboxed_unpacker.cc
372
std::string
utf8_error
;
375
&
utf8_error
)) {
380
UTF8ToUTF16(
utf8_error
)));
389
&
utf8_error
);
393
ASCIIToUTF16("Manifest is invalid: " +
utf8_error
));
webstore_installer.cc
396
const std::string
utf8_error
= UTF16ToUTF8(*error);
local
398
ReportFailure(
utf8_error
, FAILURE_REASON_OTHER);
extension_service_unittest.cc
196
std::string
utf8_error
= UTF16ToUTF8(*iter);
local
197
if (
utf8_error
.find(".svn") == std::string::npos) {
[
all
...]
/external/chromium_org/extensions/common/
extension.cc
96
std::string*
utf8_error
) {
102
utf8_error
);
112
std::string*
utf8_error
) {
113
DCHECK(
utf8_error
);
120
*
utf8_error
= UTF16ToUTF8(error);
125
if (!manifest->ValidateManifest(
utf8_error
, &install_warnings)) {
133
*
utf8_error
= UTF16ToUTF8(error);
Completed in 433 milliseconds