Searched defs:RequestNudge (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dsync_backend_host.cc482 void SyncBackendHost::RequestNudge(const tracked_objects::Location& location) { function in class:browser_sync::SyncBackendHost
756 syncapi_->RequestNudge(FROM_HERE);
1074 syncapi_->RequestNudge(nudge_location);
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi.cc1292 void RequestNudge(const tracked_objects::Location& nudge_location);
1668 void SyncManager::RequestNudge(const tracked_objects::Location& location) { function in class:sync_api::SyncManager
1669 data_->RequestNudge(location);
1968 RequestNudge(FROM_HERE);
2249 RequestNudge(FROM_HERE);
2450 void SyncManager::SyncInternal::RequestNudge( function in class:sync_api::SyncManager::SyncInternal

Completed in 49 milliseconds