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

  /external/chromium_org/extensions/browser/
extension_error.cc 72 // manifest errors. Check them in RuntimeError::IsEqualImpl() instead.
124 // RuntimeError
127 const char RuntimeError::kColumnNumberKey[] = "columnNumber";
128 const char RuntimeError::kContextUrlKey[] = "contextUrl";
129 const char RuntimeError::kFunctionNameKey[] = "functionName";
130 const char RuntimeError::kLineNumberKey[] = "lineNumber";
131 const char RuntimeError::kStackTraceKey[] = "stackTrace";
132 const char RuntimeError::kUrlKey[] = "url";
133 const char RuntimeError::kRenderProcessIdKey[] = "renderProcessId";
134 const char RuntimeError::kRenderViewIdKey[] = "renderViewId"
    [all...]
extension_error.h 121 class RuntimeError : public ExtensionError {
123 RuntimeError(const std::string& extension_id, // optional, sometimes unknown.
132 virtual ~RuntimeError();
169 DISALLOW_COPY_AND_ASSIGN(RuntimeError);

Completed in 35 milliseconds