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

  /external/chromium_org/sync/sessions/
sync_session_unittest.cc 158 EXPECT_FALSE(status()->ServerSaysNothingMoreToDownload());
170 EXPECT_FALSE(status()->ServerSaysNothingMoreToDownload());
180 EXPECT_TRUE(status()->ServerSaysNothingMoreToDownload());
status_controller_unittest.cc 60 status.ServerSaysNothingMoreToDownload();
status_controller.h 110 bool ServerSaysNothingMoreToDownload() const;
status_controller.cc 153 bool StatusController::ServerSaysNothingMoreToDownload() const {
  /external/chromium/chrome/browser/sync/engine/
apply_updates_command.cc 43 if (status->ServerSaysNothingMoreToDownload()) {
syncer.cc 160 if (session->status_controller()->ServerSaysNothingMoreToDownload() ||
  /external/chromium/chrome/browser/sync/sessions/
sync_session_unittest.cc 164 EXPECT_FALSE(status()->ServerSaysNothingMoreToDownload());
179 EXPECT_FALSE(status()->ServerSaysNothingMoreToDownload());
193 EXPECT_TRUE(status()->ServerSaysNothingMoreToDownload());
210 EXPECT_TRUE(status()->ServerSaysNothingMoreToDownload());
225 EXPECT_FALSE(status()->ServerSaysNothingMoreToDownload());
240 EXPECT_TRUE(status()->ServerSaysNothingMoreToDownload());
status_controller.h 181 bool ServerSaysNothingMoreToDownload() const;
status_controller.cc 200 bool StatusController::ServerSaysNothingMoreToDownload() const {
status_controller_unittest.cc 220 status.ServerSaysNothingMoreToDownload();
  /external/chromium_org/sync/engine/
syncer.cc 133 while (!session->status_controller().ServerSaysNothingMoreToDownload()) {

Completed in 193 milliseconds