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

  /external/chromium/chrome/browser/sync/engine/
syncer_proto_util.h 89 static std::string SyncEntityDebugString(const sync_pb::SyncEntity& entry);
syncer_proto_util.cc 343 std::string SyncerProtoUtil::SyncEntityDebugString(
366 output.append(SyncerProtoUtil::SyncEntityDebugString(response.entries(i)));
syncer_util.cc 734 << SyncerProtoUtil::SyncEntityDebugString(update);
760 << SyncerProtoUtil::SyncEntityDebugString(update);
772 "Update: " << SyncerProtoUtil::SyncEntityDebugString(update);
779 << SyncerProtoUtil::SyncEntityDebugString(update);
803 << "Update:" << SyncerProtoUtil::SyncEntityDebugString(update);
    [all...]

Completed in 842 milliseconds