HomeSort by relevance Sort by last modified time
    Searched refs:unencrypted (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/sync/internal_api/public/
change_record.h 35 const sync_pb::PasswordSpecificsData& unencrypted() const;
  /external/chromium_org/sync/internal_api/
change_record.cc 63 ExtraPasswordChangeRecordData::unencrypted() const { function in class:syncer::ExtraPasswordChangeRecordData
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc 354 const sync_pb::EntitySpecifics& unencrypted = local
356 return unencrypted.GetExtension(sync_pb::app);
361 const sync_pb::EntitySpecifics& unencrypted = local
363 return unencrypted.GetExtension(sync_pb::autofill);
368 const sync_pb::EntitySpecifics& unencrypted = local
370 return unencrypted.GetExtension(sync_pb::autofill_profile);
375 const sync_pb::EntitySpecifics& unencrypted = local
377 return unencrypted.GetExtension(sync_pb::bookmark);
382 const sync_pb::EntitySpecifics& unencrypted = local
384 return unencrypted.GetExtension(sync_pb::nigori)
395 const sync_pb::EntitySpecifics& unencrypted = local
402 const sync_pb::EntitySpecifics& unencrypted = local
409 const sync_pb::EntitySpecifics& unencrypted = local
416 const sync_pb::EntitySpecifics& unencrypted = local
423 const sync_pb::EntitySpecifics& unencrypted = local
1129 SyncManager::ExtraPasswordChangeRecordData::unencrypted() const { function in class:sync_api::SyncManager::ExtraPasswordChangeRecordData
    [all...]
syncapi.h 279 // Returns the unencrypted specifics associated with |entry|. If |entry| was
290 // A holder for the unencrypted data stored in an encrypted node.
408 // Resets the EntitySpecifics for this node based on the unencrypted data.
626 const sync_pb::PasswordSpecificsData& unencrypted() const;
    [all...]
  /external/chromium/chrome/browser/sync/glue/
password_change_processor.cc 152 const sync_pb::PasswordSpecificsData& password = extra->unencrypted();
  /external/chromium_org/chrome/browser/sync/glue/
password_change_processor.cc 194 const sync_pb::PasswordSpecificsData& password = extra->unencrypted();
  /external/chromium/chrome/browser/resources/net_internals/
logviewpainter.js 276 * Removes a cookie or unencrypted login information from a single HTTP header
287 // Unencrypted authentication patterns
300 * Removes all cookie and unencrypted login text from a list of HTTP
  /external/chromium_org/chrome/browser/resources/net_internals/
log_view_painter.js 453 * Removes a cookie or unencrypted login information from a single HTTP header
464 // Unencrypted authentication patterns
525 * unencrypted login text removed. Otherwise, returns original |entry| object.

Completed in 547 milliseconds