Home
last modified time | relevance | path

Searched refs:GetErrors (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_service_unittest.cc92 static std::vector<std::string> GetErrors() { in GetErrors() function
94 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 …]
Dextension_error_reporter.h36 const std::vector<std::string>* GetErrors();
Dextension_error_reporter.cc64 const std::vector<std::string>* ExtensionErrorReporter::GetErrors() { in GetErrors() function in ExtensionErrorReporter
Dextension_browsertest.cc257 ExtensionErrorReporter::GetInstance()->GetErrors(); in InstallOrUpdateExtension()
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
Derrorhandler.py56 def GetErrors(self): member in ErrorHandler
Derroraccumulator.py40 def GetErrors(self): member in ErrorAccumulator
Dfiletestcase.py103 errors = errors.GetErrors()
/external/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/
Djs_checker.py141 def GetErrors(self): member in JSChecker.RunChecks.ErrorHandlerImpl
191 for error in error_handler.GetErrors():
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
Dgjslint.py135 return map(make_error_record, error_accumulator.GetErrors())