Searched defs:highest_handled_invalidation_version (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/policy/cloud/
H A Dcloud_policy_invalidator.h67 // |highest_handled_invalidation_version| is the highest invalidation version
74 int64 highest_handled_invalidation_version);
93 int64 highest_handled_invalidation_version() const { function in class:policy::CloudPolicyInvalidator
H A Dcloud_policy_invalidator.cc38 int64 highest_handled_invalidation_version)
52 highest_handled_invalidation_version),
33 CloudPolicyInvalidator( enterprise_management::DeviceRegisterRequest::Type type, CloudPolicyCore* core, const scoped_refptr<base::SequencedTaskRunner>& task_runner, scoped_ptr<base::Clock> clock, int64 highest_handled_invalidation_version) argument
H A Dcloud_policy_invalidator_unittest.cc56 // |highest_handled_invalidation_version| is the highest invalidation version
60 int64 highest_handled_invalidation_version);
64 0 /* highest_handled_invalidation_version */);
239 int64 highest_handled_invalidation_version) {
245 highest_handled_invalidation_version));
387 return invalidator_->highest_handled_invalidation_version();
452 0 /* highest_handled_invalidation_version*/);
465 0 /* highest_handled_invalidation_version*/);
478 0 /* highest_handled_invalidation_version*/);
496 0 /* highest_handled_invalidation_version*/);
236 StartInvalidator( bool initialize, bool start_refresh_scheduler, int64 highest_handled_invalidation_version) argument
[all...]

Completed in 141 milliseconds