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

  /external/chromium_org/sync/internal_api/
syncapi_server_connection_manager.h 23 class SyncAPIBridgedConnection : public ServerConnectionManager::Connection {
25 SyncAPIBridgedConnection(ServerConnectionManager* scm,
28 virtual ~SyncAPIBridgedConnection();
44 DISALLOW_COPY_AND_ASSIGN(SyncAPIBridgedConnection);
syncapi_server_connection_manager.cc 14 SyncAPIBridgedConnection::SyncAPIBridgedConnection(
21 SyncAPIBridgedConnection::~SyncAPIBridgedConnection() {
27 bool SyncAPIBridgedConnection::Init(const char* path,
78 void SyncAPIBridgedConnection::Abort() {
101 return new SyncAPIBridgedConnection(this, post_provider_factory_.get());

Completed in 63 milliseconds