Searched defs:GetErrors (Results 1 - 5 of 5) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
H A Derroraccumulator.py40 def GetErrors(self): member in class:ErrorAccumulator
H A Derrorhandler.py56 def GetErrors(self): member in class:ErrorHandler
/external/chromium/chrome/browser/extensions/
H A Dextension_error_reporter.cc64 const std::vector<std::string>* ExtensionErrorReporter::GetErrors() { function in class:ExtensionErrorReporter
H A Dextension_service_unittest.cc92 static std::vector<std::string> GetErrors() { function in namespace:__anon1996
94 ExtensionErrorReporter::GetInstance()->GetErrors();
612 std::vector<std::string> errors = GetErrors();
666 std::vector<std::string> errors = GetErrors();
1027 ASSERT_EQ(4u, GetErrors().size());
1030 EXPECT_TRUE(MatchPattern(GetErrors()[0],
1032 extension_manifest_errors::kManifestUnreadable)) << GetErrors()[0];
1034 EXPECT_TRUE(MatchPattern(GetErrors()[1],
1036 extension_manifest_errors::kManifestUnreadable)) << GetErrors()[1];
1038 EXPECT_TRUE(MatchPattern(GetErrors()[
[all...]
/external/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/
H A Djs_checker.py141 def GetErrors(self): member in class:JSChecker.RunChecks.ErrorHandlerImpl
191 for error in error_handler.GetErrors():

Completed in 464 milliseconds