Home
last modified time | relevance | path

Searched refs:SyncEvent (Results 1 – 6 of 6) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
DSyncEvent.h29 class SyncEvent
41 ~SyncEvent () in ~SyncEvent()
151 SyncEventGuard (SyncEvent& event) in SyncEventGuard()
173 SyncEvent& mEvent;
DHalAdaptation.cpp54 static SyncEvent gOpenCompletedEvent;
55 static SyncEvent gPostInitCompletedEvent;
56 static SyncEvent gCloseCompletedEvent;
/external/chromium_org/chrome/browser/ui/webui/
Dsync_setup_handler.cc677 ProfileSyncService::SyncEvent( in HandleConfigure()
819 ProfileSyncService::SyncEvent(ProfileSyncService::STOP_FROM_OPTIONS); in HandleStopSyncing()
849 ProfileSyncService::SyncEvent( in CloseSyncSetup()
/external/chromium_org/chrome/browser/ui/webui/ntp/
Dnew_tab_page_sync_handler.cc145 ProfileSyncService::SyncEvent(ProfileSyncService::START_FROM_NTP); in HandleSyncLinkClicked()
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service.h532 static void SyncEvent(SyncEventCodes code);
Dprofile_sync_service.cc2449 void ProfileSyncService::SyncEvent(SyncEventCodes code) { in SyncEvent() function in ProfileSyncService