HomeSort by relevance Sort by last modified time
    Searched refs:GetErrors (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/extensions/
extension_error_reporter.h 36 const std::vector<std::string>* GetErrors();
extension_error_reporter.cc 64 const std::vector<std::string>* ExtensionErrorReporter::GetErrors() {
extension_service_unittest.cc 92 static std::vector<std::string> GetErrors() {
94 ExtensionErrorReporter::GetInstance()->GetErrors();
612 std::vector<std::string> errors = GetErrors();
666 std::vector<std::string> errors = GetErrors();
    [all...]
extension_browsertest.cc 257 ExtensionErrorReporter::GetInstance()->GetErrors();

Completed in 132 milliseconds