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

/external/chromium_org/chrome/common/extensions/api/storage/
H A Dstorage_schema_manifest_handler_unittest.cc57 testing::AssertionResult Validates(const std::string& schema) { function in class:extensions::StorageSchemaManifestHandlerTest
96 EXPECT_FALSE(Validates(""));
100 EXPECT_FALSE(Validates(""));
104 EXPECT_FALSE(Validates(""));
108 EXPECT_FALSE(Validates("-invalid-"));
111 EXPECT_FALSE(Validates("{}"));
114 EXPECT_FALSE(Validates(
120 EXPECT_FALSE(Validates(
126 EXPECT_FALSE(Validates(
133 EXPECT_FALSE(Validates(
[all...]

Completed in 193 milliseconds