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

  /external/chromium_org/components/policy/core/common/cloud/
mock_cloud_policy_client.h 53 using CloudPolicyClient::namespaces_to_fetch_;
cloud_policy_client.cc 149 CHECK(!namespaces_to_fetch_.empty());
162 for (NamespaceSet::iterator it = namespaces_to_fetch_.begin();
163 it != namespaces_to_fetch_.end(); ++it) {
292 namespaces_to_fetch_.insert(key);
296 namespaces_to_fetch_.erase(key);
component_cloud_policy_service_unittest.cc 162 EXPECT_EQ(0u, client_->namespaces_to_fetch_.size());
170 client_->namespaces_to_fetch_.size());
272 EXPECT_EQ(2u, client_->namespaces_to_fetch_.size());
316 EXPECT_EQ(2u, client_->namespaces_to_fetch_.size());
333 EXPECT_EQ(2u, client_->namespaces_to_fetch_.size());
cloud_policy_client.h 270 NamespaceSet namespaces_to_fetch_; member in class:policy::CloudPolicyClient

Completed in 75 milliseconds