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

  /external/chromium_org/chrome/browser/extensions/error_console/
error_console.h 42 typedef std::map<std::string, ErrorList> ErrorMap;
73 const ErrorMap& errors() const { return errors_; }
120 ErrorMap errors_;
  /external/chromium_org/content/public/test/
test_file_error_injector.h 69 typedef std::map<std::string, FileErrorInfo> ErrorMap;
129 ErrorMap injected_errors_;
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
fake_pepper_interface_url_loader.h 61 typedef std::map<std::string, int> ErrorMap;
63 ErrorMap error_map_;
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.h 44 typedef std::map<std::string, std::string> ErrorMap;
48 void SetErrorMap(const ErrorMap& map);
52 ErrorMap error_map_;

Completed in 89 milliseconds