HomeSort by relevance Sort by last modified time
    Searched refs:ServerConnectionEventListener (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.h 137 class ServerConnectionEventListener {
141 virtual ~ServerConnectionEventListener() {}
260 void AddListener(ServerConnectionEventListener* listener);
261 void RemoveListener(ServerConnectionEventListener* listener);
370 scoped_refptr<ObserverListThreadSafe<ServerConnectionEventListener> >
server_connection_manager.cc 149 listeners_(new ObserverListThreadSafe<ServerConnectionEventListener>()),
161 listeners_->Notify(&ServerConnectionEventListener::OnServerConnectionEvent,
334 ServerConnectionEventListener* listener) {
339 ServerConnectionEventListener* listener) {
  /external/chromium/chrome/browser/sync/engine/
syncer_thread.h 31 public ServerConnectionEventListener {
95 // ServerConnectionEventListener implementation.
syncapi.cc 80 using browser_sync::ServerConnectionEventListener;
    [all...]

Completed in 157 milliseconds