Home
last modified time | relevance | path

Searched refs:CopyBlobIntoProtoBytes (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
Dsyncer_proto_util.h66 static void CopyBlobIntoProtoBytes(const syncable::Blob& blob,
Dsyncer_proto_util_unittest.cc74 SyncerProtoUtil::CopyBlobIntoProtoBytes(test_blob2, &message2_copy); in TEST()
Dsyncer_proto_util.cc321 void SyncerProtoUtil::CopyBlobIntoProtoBytes(const syncable::Blob& blob, in CopyBlobIntoProtoBytes() function in browser_sync::SyncerProtoUtil