OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:plaintext_data
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sync/internal_api/
delete_journal.cc
31
std::string
plaintext_data
= trans->GetCryptographer()->DecryptToString(
local
34
if (
plaintext_data
.length() == 0 ||
35
!unencrypted_data.ParseFromString(
plaintext_data
)) {
base_node.cc
106
std::string
plaintext_data
= GetTransaction()->GetCryptographer()->
local
108
if (
plaintext_data
.length() == 0) {
116
} else if (!unencrypted_data_.ParseFromString(
plaintext_data
)) {
124
<< " with content: " <<
plaintext_data
;
/external/chromium/chrome/browser/sync/engine/
syncapi.cc
237
std::string
plaintext_data
= GetTransaction()->GetCryptographer()->
local
239
if (
plaintext_data
.length() == 0)
241
if (!unencrypted_data_.ParseFromString(
plaintext_data
)) {
[
all
...]
Completed in 117 milliseconds