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

  /external/chromium_org/chrome/browser/policy/cloud/
mock_cloud_policy_client.h 52 using CloudPolicyClient::namespaces_to_fetch_;
component_cloud_policy_service_unittest.cc 251 EXPECT_TRUE(client_.namespaces_to_fetch_.empty());
261 EXPECT_EQ(set, client_.namespaces_to_fetch_);
281 EXPECT_TRUE(client_.namespaces_to_fetch_.empty());
283 EXPECT_TRUE(client_.namespaces_to_fetch_.empty());
292 EXPECT_EQ(set, client_.namespaces_to_fetch_);
364 EXPECT_TRUE(client_.namespaces_to_fetch_.empty());
369 EXPECT_TRUE(client_.namespaces_to_fetch_.empty());
376 EXPECT_EQ(set, client_.namespaces_to_fetch_);
cloud_policy_client.cc 139 CHECK(!namespaces_to_fetch_.empty());
151 for (NamespaceSet::iterator it = namespaces_to_fetch_.begin();
152 it != namespaces_to_fetch_.end(); ++it) {
268 namespaces_to_fetch_.insert(key);
272 namespaces_to_fetch_.erase(key);
cloud_policy_client.h 249 NamespaceSet namespaces_to_fetch_; member in class:policy::CloudPolicyClient

Completed in 679 milliseconds