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

  /external/chromium_org/sync/engine/
get_updates_delegate.h 20 // given an appropriate GetUpdatesDelegate to handle type specific functionality
22 class SYNC_EXPORT_PRIVATE GetUpdatesDelegate {
24 GetUpdatesDelegate();
25 virtual ~GetUpdatesDelegate() = 0;
43 class SYNC_EXPORT_PRIVATE NormalGetUpdatesDelegate : public GetUpdatesDelegate {
69 : public GetUpdatesDelegate {
101 class SYNC_EXPORT_PRIVATE PollGetUpdatesDelegate : public GetUpdatesDelegate {
get_updates_delegate.cc 41 GetUpdatesDelegate::GetUpdatesDelegate() {}
43 GetUpdatesDelegate::~GetUpdatesDelegate() {}

Completed in 30 milliseconds