Searched refs:CommitResponseEvent (Results 1 – 3 of 3) sorted by relevance
12 CommitResponseEvent::CommitResponseEvent( in CommitResponseEvent() function in syncer::CommitResponseEvent20 CommitResponseEvent::~CommitResponseEvent() {} in ~CommitResponseEvent()22 base::Time CommitResponseEvent::GetTimestamp() const { in GetTimestamp()26 std::string CommitResponseEvent::GetType() const { in GetType()30 std::string CommitResponseEvent::GetDetails() const { in GetDetails()34 scoped_ptr<base::DictionaryValue> CommitResponseEvent::GetProtoMessage() const { in GetProtoMessage()39 scoped_ptr<ProtocolEvent> CommitResponseEvent::Clone() const { in Clone()41 new CommitResponseEvent( in Clone()
21 class SYNC_EXPORT_PRIVATE CommitResponseEvent : public ProtocolEvent {23 CommitResponseEvent(27 virtual ~CommitResponseEvent();43 DISALLOW_COPY_AND_ASSIGN(CommitResponseEvent);
116 CommitResponseEvent response_event( in PostAndProcessResponse()