HomeSort by relevance Sort by last modified time
    Searched defs:GetUpdatesResponseEvent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sync/internal_api/events/
get_updates_response_event.cc 12 GetUpdatesResponseEvent::GetUpdatesResponseEvent(
21 GetUpdatesResponseEvent::~GetUpdatesResponseEvent() {}
23 base::Time GetUpdatesResponseEvent::GetTimestamp() const {
27 std::string GetUpdatesResponseEvent::GetType() const {
31 std::string GetUpdatesResponseEvent::GetDetails() const {
46 GetUpdatesResponseEvent::GetProtoMessage() const {
51 scoped_ptr<ProtocolEvent> GetUpdatesResponseEvent::Clone() const {
53 new GetUpdatesResponseEvent(
    [all...]
  /external/chromium_org/sync/internal_api/public/events/
get_updates_response_event.h 22 class SYNC_EXPORT_PRIVATE GetUpdatesResponseEvent : public ProtocolEvent {
24 GetUpdatesResponseEvent(
29 virtual ~GetUpdatesResponseEvent();
42 DISALLOW_COPY_AND_ASSIGN(GetUpdatesResponseEvent);

Completed in 41 milliseconds