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

  /external/chromium_org/sync/test/engine/
mock_connection_manager.cc 59 EXPECT_TRUE(update_queue_.empty()) << "Unfetched updates.";
173 if (update_queue_.empty()) {
176 return &update_queue_.back();
467 if (!update_queue_.empty()) {
518 if (update_queue_.empty()) {
521 sync_pb::GetUpdatesResponse* updates = &update_queue_.front();
550 update_queue_.pop_front();
678 update_queue_.push_back(sync_pb::GetUpdatesResponse::default_instance());
mock_connection_manager.h 261 update_queue_.clear();
358 std::list<sync_pb::GetUpdatesResponse> update_queue_; member in class:syncer::MockConnectionManager

Completed in 108 milliseconds