Searched refs:GetErrors (Results 1 – 9 of 9) sorted by relevance
92 static std::vector<std::string> GetErrors() { in GetErrors() function94 ExtensionErrorReporter::GetInstance()->GetErrors(); in GetErrors()612 std::vector<std::string> errors = GetErrors(); in WaitForCrxInstall()666 std::vector<std::string> errors = GetErrors(); in UpdateExtension()1027 ASSERT_EQ(4u, GetErrors().size()); in TEST_F()1030 EXPECT_TRUE(MatchPattern(GetErrors()[0], in TEST_F()1032 extension_manifest_errors::kManifestUnreadable)) << GetErrors()[0]; in TEST_F()1034 EXPECT_TRUE(MatchPattern(GetErrors()[1], in TEST_F()1036 extension_manifest_errors::kManifestUnreadable)) << GetErrors()[1]; in TEST_F()1038 EXPECT_TRUE(MatchPattern(GetErrors()[2], in TEST_F()[all …]
36 const std::vector<std::string>* GetErrors();
64 const std::vector<std::string>* ExtensionErrorReporter::GetErrors() { in GetErrors() function in ExtensionErrorReporter
257 ExtensionErrorReporter::GetInstance()->GetErrors(); in InstallOrUpdateExtension()
56 def GetErrors(self): member in ErrorHandler
40 def GetErrors(self): member in ErrorAccumulator
103 errors = errors.GetErrors()
141 def GetErrors(self): member in JSChecker.RunChecks.ErrorHandlerImpl191 for error in error_handler.GetErrors():
135 return map(make_error_record, error_accumulator.GetErrors())