OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bytes_base64
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/sync/protocol/
proto_value_conversions.cc
41
std::string
bytes_base64
;
local
42
if (!base::Base64Encode(bytes, &
bytes_base64
)) {
45
return Value::CreateStringValue(
bytes_base64
);
/external/chromium_org/sync/protocol/
proto_value_conversions.cc
57
std::string
bytes_base64
;
local
58
base::Base64Encode(bytes, &
bytes_base64
);
59
return new base::StringValue(
bytes_base64
);
[
all
...]
Completed in 561 milliseconds