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

  /external/chromium_org/sync/engine/
syncer_proto_util.h 97 static std::string SyncEntityDebugString(const sync_pb::SyncEntity& entry);
syncer_util.cc 577 << SyncerProtoUtil::SyncEntityDebugString(update);
602 << SyncerProtoUtil::SyncEntityDebugString(update);
610 << SyncerProtoUtil::SyncEntityDebugString(update);
633 << "Update:" << SyncerProtoUtil::SyncEntityDebugString(update);
648 << SyncerProtoUtil::SyncEntityDebugString(update);
syncer_proto_util.cc 557 std::string SyncerProtoUtil::SyncEntityDebugString(
585 output.append(SyncerProtoUtil::SyncEntityDebugString(response.entries(i)));

Completed in 1306 milliseconds