Searched refs:GetMatchingProperties (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/policy/core/common/
H A Dschema.h166 // GetMatchingProperties() instead.
168 // GetMatchingProperties() and remove this later.
173 SchemaList GetMatchingProperties(const std::string& key) const;
H A Dschema_unittest.cc876 ASSERT_EQ(1u, subschema.GetMatchingProperties("fooo").size());
877 ASSERT_EQ(1u, subschema.GetMatchingProperties("foo").size());
878 ASSERT_EQ(1u, subschema.GetMatchingProperties("barr").size());
879 ASSERT_EQ(2u, subschema.GetMatchingProperties("bar").size());
H A Dschema.cc801 SchemaList schema_list = GetMatchingProperties(it.key());
882 SchemaList schema_list = GetMatchingProperties(it.key());
1046 SchemaList Schema::GetMatchingProperties(const std::string& key) const { function in class:policy::Schema

Completed in 146 milliseconds