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

  /external/chromium_org/sync/syncable/
directory_unittest.cc 9 #include "sync/internal_api/public/base/attachment_id_proto.h"
1591 sync_pb::AttachmentIdProto attachment_id_proto = local
1638 sync_pb::AttachmentIdProto attachment_id_proto = r1->id(); local
1665 sync_pb::AttachmentIdProto attachment_id_proto = local
1694 sync_pb::AttachmentIdProto attachment_id_proto = local
1725 sync_pb::AttachmentIdProto attachment_id_proto = attachment_id.GetProto(); local
    [all...]
directory.h 397 // Returns true iff the attachment identified by |attachment_id_proto| is
403 const sync_pb::AttachmentIdProto& attachment_id_proto) const;
409 const sync_pb::AttachmentIdProto& attachment_id_proto,
directory.cc 14 #include "sync/internal_api/public/base/attachment_id_proto.h"
475 const sync_pb::AttachmentIdProto& attachment_id_proto,
481 kernel_->index_by_attachment_id.find(attachment_id_proto.unique_id());
861 const sync_pb::AttachmentIdProto& attachment_id_proto) const {
864 kernel_->index_by_attachment_id.find(attachment_id_proto.unique_id());
    [all...]
  /external/chromium_org/components/sync_driver/
generic_change_processor_unittest.cc 441 sync_pb::AttachmentIdProto attachment_id_proto = attachment_ids[0].GetProto(); local
443 syncer::AttachmentId::CreateFromProto(attachment_id_proto);

Completed in 305 milliseconds