Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/
Dtest_profile_sync_service.cc36 ON_CALL(*this, RequestNudge(_)).WillByDefault( in SyncBackendHostForProfileSyncTest()
40 EXPECT_CALL(*this, RequestNudge(_)).Times(testing::AnyNumber()); in SyncBackendHostForProfileSyncTest()
Dtest_profile_sync_service.h43 MOCK_METHOD1(RequestNudge, void(const tracked_objects::Location&));
/external/chromium/chrome/browser/sync/glue/
Dsync_backend_host.cc482 void SyncBackendHost::RequestNudge(const tracked_objects::Location& location) { in RequestNudge() function in browser_sync::SyncBackendHost
756 syncapi_->RequestNudge(FROM_HERE); in DoStartSyncing()
1074 syncapi_->RequestNudge(nudge_location); in DoRequestNudge()
Dsync_backend_host.h531 virtual void RequestNudge(const tracked_objects::Location& location);
/external/chromium/chrome/browser/sync/engine/
Dsyncapi.cc1292 void RequestNudge(const tracked_objects::Location& nudge_location);
1668 void SyncManager::RequestNudge(const tracked_objects::Location& location) { in RequestNudge() function in sync_api::SyncManager
1669 data_->RequestNudge(location); in RequestNudge()
1968 RequestNudge(FROM_HERE); in SetPassphrase()
2249 RequestNudge(FROM_HERE); in OnIPAddressChangedImpl()
2450 void SyncManager::SyncInternal::RequestNudge( in RequestNudge() function in sync_api::SyncManager::SyncInternal
Dsyncapi.h927 void RequestNudge(const tracked_objects::Location& nudge_location);