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

  /external/chromium_org/sync/notifier/
ack_handler.h 30 virtual void Acknowledge(
dropped_invalidation_tracker.cc 31 &AckHandler::Acknowledge,
mock_ack_handler.h 30 // that its Acknowledge() and Drop() methods will route back to us.
45 virtual void Acknowledge(
unacked_invalidation_set.h 54 // are likely to end up back here in calls to Acknowledge() or Drop().
83 void Acknowledge(const AckHandle& handle);
sync_invalidation_listener.cc 126 client->Acknowledge(ack_handle);
153 client->Acknowledge(ack_handle);
171 client->Acknowledge(ack_handle);
293 void SyncInvalidationListener::Acknowledge(
302 lookup->second.Acknowledge(handle);
mock_ack_handler.cc 62 void MockAckHandler::Acknowledge(
unacked_invalidation_set_unittest.cc 135 TEST_F(UnackedInvalidationSetTest, Acknowledge) {
150 unacked_invalidations_.Acknowledge(inv1_handle);
object_id_invalidation_map.cc 72 it2->Acknowledge();
sync_invalidation_listener.h 124 virtual void Acknowledge(
unacked_invalidation_set.cc 78 void UnackedInvalidationSet::Acknowledge(const AckHandle& handle) {
registration_manager_unittest.cc 69 virtual void Acknowledge(const invalidation::AckHandle& handle) OVERRIDE {}
sync_invalidation_listener_unittest.cc 121 virtual void Acknowledge(const AckHandle& ack_handle) OVERRIDE {
211 it->Acknowledge();
217 it->Acknowledge();
849 // Acknowledge all invalidations to clear the internal state.
866 // Acknowledge the second. There should be no effect on the stored list.
874 // Acknowledge the first. This should remove the invalidation from the list.
901 // Acknowledge the second sent invaldiation (version 20) and verify it was
911 // Acknowledge the last sent invalidation (unknown version) and verify it was
    [all...]
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_registration_utility_unittest.cc 104 void Acknowledge();
202 void ManagedUserRegistrationUtilityTest::Acknowledge() {
238 Acknowledge();
252 Acknowledge();
  /external/chromium_org/sync/internal_api/public/base/
invalidation.h 78 void Acknowledge() const;
invalidation.cc 122 void Invalidation::Acknowledge() const {
125 &AckHandler::Acknowledge,
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_invalidator.cc 101 // Acknowledge all except the invalidation with the highest version.
106 it->Acknowledge();
153 // invalidation version, acknowledge the latest invalidation.
173 // If there is still a pending invalidation, acknowledge it, since we only
336 invalidation_->Acknowledge();

Completed in 257 milliseconds