HomeSort by relevance Sort by last modified time
    Searched refs:GetUpdatesDelegate (Results 1 - 5 of 5) 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_processor.h 37 class GetUpdatesDelegate;
48 const GetUpdatesDelegate& delegate);
112 const GetUpdatesDelegate& delegate_;
get_updates_delegate.cc 41 GetUpdatesDelegate::GetUpdatesDelegate() {}
43 GetUpdatesDelegate::~GetUpdatesDelegate() {}
get_updates_processor.cc 165 const GetUpdatesDelegate& delegate)
get_updates_processor_unittest.cc 43 const GetUpdatesDelegate& delegate) {

Completed in 269 milliseconds