Searched defs:GetErrors (Results 1 - 11 of 11) 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_org/chrome/browser/extensions/
H A Dextension_error_reporter.cc86 const std::vector<base::string16>* ExtensionErrorReporter::GetErrors() { function in class:ExtensionErrorReporter
H A Dextension_service_unittest.cc197 static std::vector<base::string16> GetErrors() { function in namespace:__anon3955
199 ExtensionErrorReporter::GetInstance()->GetErrors();
699 std::vector<base::string16> errors = GetErrors();
822 std::vector<base::string16> errors = GetErrors();
1313 ASSERT_EQ(4u, GetErrors().size());
1316 EXPECT_TRUE(MatchPattern(base::UTF16ToUTF8(GetErrors()[0]),
1319 base::UTF16ToUTF8(GetErrors()[0]);
1321 EXPECT_TRUE(MatchPattern(base::UTF16ToUTF8(GetErrors()[1]),
1324 base::UTF16ToUTF8(GetErrors()[1]);
1326 EXPECT_TRUE(MatchPattern(base::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/web_dev_style/
H A Djs_checker.py152 def GetErrors(self): member in class:JSChecker.ClosureLint.ErrorHandlerImpl
186 return error_handler.GetErrors()
/external/chromium_org/components/policy/core/browser/
H A Dpolicy_error_map.cc183 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.py1058 def GetErrors(self): member in class:IDLParser
1093 out.SetProperty('ERRORS', parser.GetErrors())

Completed in 1558 milliseconds