HomeSort by relevance Sort by last modified time
    Searched full:entry_specifics (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/sync/syncable/
nigori_util.cc 86 const sync_pb::EntitySpecifics& entry_specifics = entry.Get(SPECIFICS); local
91 !entry_specifics.has_encrypted()) {
95 entry_specifics,
107 entry_specifics.has_encrypted()) {
109 if (!cryptographer->Decrypt(entry_specifics.encrypted(),
136 const sync_pb::EntitySpecifics& entry_specifics = entry.Get(SPECIFICS); local
141 !entry_specifics.has_encrypted()) {

Completed in 51 milliseconds