Searched defs:DirectoryUpdateHandler (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sync/engine/
H A Ddirectory_update_handler.h44 class SYNC_EXPORT_PRIVATE DirectoryUpdateHandler : public UpdateHandler { class in namespace:syncer
46 DirectoryUpdateHandler(syncable::Directory* dir,
50 virtual ~DirectoryUpdateHandler();
102 DISALLOW_COPY_AND_ASSIGN(DirectoryUpdateHandler);
H A Ddirectory_update_handler.cc19 DirectoryUpdateHandler::DirectoryUpdateHandler( function in class:syncer::DirectoryUpdateHandler
29 DirectoryUpdateHandler::~DirectoryUpdateHandler() {}
31 void DirectoryUpdateHandler::GetDownloadProgress(
36 void DirectoryUpdateHandler::GetDataTypeContext(
42 SyncerError DirectoryUpdateHandler::ProcessGetUpdatesResponse(
78 void DirectoryUpdateHandler::ApplyUpdates(sessions::StatusController* status) {
86 &DirectoryUpdateHandler::ApplyUpdatesImpl,
96 void DirectoryUpdateHandler
[all...]

Completed in 103 milliseconds