Searched defs:GetErrors (Results 1 - 13 of 13) 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_org/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:__anon2163
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_org/chrome/browser/extensions/
H A Dextension_error_reporter.cc64 const std::vector<base::string16>* ExtensionErrorReporter::GetErrors() { function in class:ExtensionErrorReporter
H A Dextension_service_unittest.cc189 static std::vector<base::string16> GetErrors() { function in namespace:__anon5239
191 ExtensionErrorReporter::GetInstance()->GetErrors();
865 std::vector<base::string16> errors = GetErrors();
974 std::vector<base::string16> errors = GetErrors();
1436 ASSERT_EQ(4u, GetErrors().size());
1439 EXPECT_TRUE(MatchPattern(UTF16ToUTF8(GetErrors()[0]),
1442 UTF16ToUTF8(GetErrors()[0]);
1444 EXPECT_TRUE(MatchPattern(UTF16ToUTF8(GetErrors()[1]),
1447 UTF16ToUTF8(GetErrors()[1]);
1449 EXPECT_TRUE(MatchPattern(UTF16ToUTF8(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
197 for error in error_handler.GetErrors():
/external/chromium_org/chrome/browser/resources/web_dev_style/
H A Djs_checker.py163 def GetErrors(self): member in class:JSChecker.RunChecks.ErrorHandlerImpl
216 for error in error_handler.GetErrors():
/external/chromium_org/components/policy/core/browser/
H A Dpolicy_error_map.cc95 base::string16 PolicyErrorMap::GetErrors(const std::string& policy) { function in class:policy::PolicyErrorMap
/external/chromium_org/tools/grit/grit/extern/
H A Dtclib.py280 def GetErrors(self, from_tc=0): member in class:BaseMessage
/external/chromium_org/tools/idl_parser/
H A Didl_parser.py989 def GetErrors(self): member in class:IDLParser
1024 out.SetProperty('ERRORS', parser.GetErrors())

Completed in 480 milliseconds