HomeSort by relevance Sort by last modified time
    Searched refs:plaintext_data (Results 1 - 2 of 2) 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 87 std::string plaintext_data = GetTransaction()->GetCryptographer()-> local
89 if (plaintext_data.length() == 0) {
97 } else if (!unencrypted_data_.ParseFromString(plaintext_data)) {
105 << " with content: " << plaintext_data;

Completed in 63 milliseconds