HomeSort by relevance Sort by last modified time
    Searched refs:ProtocolEvent (Results 26 - 50 of 50) sorted by null

12

  /external/chromium_org/chrome/browser/ui/webui/
sync_internals_message_handler.h 63 virtual void OnProtocolEvent(const syncer::ProtocolEvent& e) OVERRIDE;
sync_internals_message_handler.cc 161 const syncer::ProtocolEvent& event) {
163 syncer::ProtocolEvent::ToValue(event));
  /external/chromium_org/sync/engine/
all_status.h 49 virtual void OnProtocolEvent(const ProtocolEvent& event) OVERRIDE;
all_status.cc 108 void AllStatus::OnProtocolEvent(const ProtocolEvent&) {}
syncer_unittest.cc 231 virtual void OnProtocolEvent(const ProtocolEvent& event) OVERRIDE {}
    [all...]
  /external/chromium_org/sync/internal_api/
js_sync_manager_observer.cc 63 const ProtocolEvent& event) { }
debug_info_event_listener.h 54 virtual void OnProtocolEvent(const ProtocolEvent& event) OVERRIDE;
sync_manager_impl.h 103 virtual ScopedVector<syncer::ProtocolEvent>
139 virtual void OnProtocolEvent(const ProtocolEvent& event) OVERRIDE;
sync_rollback_manager_base.h 71 virtual ScopedVector<ProtocolEvent> GetBufferedProtocolEvents()
sync_rollback_manager_base.cc 225 ScopedVector<syncer::ProtocolEvent>
227 return ScopedVector<syncer::ProtocolEvent>().Pass();
debug_info_event_listener.cc 120 void DebugInfoEventListener::OnProtocolEvent(const ProtocolEvent& event) {}
sync_backup_manager_unittest.cc 41 MOCK_METHOD1(OnProtocolEvent, void(const ProtocolEvent&));
sync_rollback_manager_unittest.cc 86 MOCK_METHOD1(OnProtocolEvent, void(const ProtocolEvent&));
sync_manager_impl.cc 862 void SyncManagerImpl::OnProtocolEvent(const ProtocolEvent& event) {
    [all...]
sync_manager_impl_unittest.cc 743 MOCK_METHOD1(OnProtocolEvent, void(const ProtocolEvent&)); // NOLINT
    [all...]
  /external/chromium_org/sync/sessions/
sync_session.cc 92 void SyncSession::SendProtocolEvent(const ProtocolEvent& event) {
  /external/chromium_org/sync/internal_api/public/test/
fake_sync_manager.h 108 virtual ScopedVector<syncer::ProtocolEvent>
  /external/chromium_org/sync/internal_api/test/
fake_sync_manager.cc 219 ScopedVector<syncer::ProtocolEvent>
221 return ScopedVector<syncer::ProtocolEvent>();
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_core.cc 354 const syncer::ProtocolEvent& event) {
357 scoped_ptr<syncer::ProtocolEvent> event_clone(event.Clone());
644 std::vector<syncer::ProtocolEvent*> buffered_events;
648 for (std::vector<syncer::ProtocolEvent*>::iterator it =
sync_backend_host_core.h 106 virtual void OnProtocolEvent(const syncer::ProtocolEvent& event) OVERRIDE;
sync_backend_host_impl.h 186 // Forwards a ProtocolEvent to the frontend. Will not be called unless a
189 void HandleProtocolEventOnFrontendLoop(syncer::ProtocolEvent* event);
sync_backend_host_impl.cc 841 syncer::ProtocolEvent* event) {
842 scoped_ptr<syncer::ProtocolEvent> scoped_event(event);
sync_backend_host_impl_unittest.cc 97 MOCK_METHOD1(OnProtocolEvent, void(const syncer::ProtocolEvent&));
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.h 404 virtual void OnProtocolEvent(const syncer::ProtocolEvent& event) OVERRIDE;
    [all...]
profile_sync_service.cc 560 const syncer::ProtocolEvent& event) {
    [all...]

Completed in 506 milliseconds

12