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"
1589 sync_pb::AttachmentIdProto attachment_id_proto = local
1636 sync_pb::AttachmentIdProto attachment_id_proto = r1->id(); local
1664 sync_pb::AttachmentIdProto attachment_id_proto = local
1693 sync_pb::AttachmentIdProto attachment_id_proto = local
    [all...]
directory.h 393 // Returns true iff the attachment identified by |attachment_id_proto| is
399 const sync_pb::AttachmentIdProto& attachment_id_proto) const;
405 const sync_pb::AttachmentIdProto& attachment_id_proto,
directory.cc 13 #include "sync/internal_api/public/base/attachment_id_proto.h"
468 const sync_pb::AttachmentIdProto& attachment_id_proto,
474 kernel_->index_by_attachment_id.find(attachment_id_proto.unique_id());
842 const sync_pb::AttachmentIdProto& attachment_id_proto) const {
845 kernel_->index_by_attachment_id.find(attachment_id_proto.unique_id());
    [all...]
  /external/chromium_org/components/sync_driver/
generic_change_processor_unittest.cc 405 sync_pb::AttachmentIdProto attachment_id_proto = local
408 syncer::AttachmentId::CreateFromProto(attachment_id_proto);

Completed in 274 milliseconds