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

  /external/chromium/chrome/browser/extensions/
extension_error_reporter.cc 14 // No AddRef required when using ExtensionErrorReporter with RunnableMethod.
15 // This is okay since the ExtensionErrorReporter is a singleton that lives until
17 DISABLE_RUNNABLE_METHOD_REFCOUNT(ExtensionErrorReporter);
19 ExtensionErrorReporter* ExtensionErrorReporter::instance_ = NULL;
22 void ExtensionErrorReporter::Init(bool enable_noisy_errors) {
24 instance_ = new ExtensionErrorReporter(enable_noisy_errors);
29 ExtensionErrorReporter* ExtensionErrorReporter::GetInstance() {
34 ExtensionErrorReporter::ExtensionErrorReporter(bool enable_noisy_errors
    [all...]
extension_error_reporter.h 22 class ExtensionErrorReporter {
29 static ExtensionErrorReporter* GetInstance();
42 static ExtensionErrorReporter* instance_;
44 explicit ExtensionErrorReporter(bool enable_noisy_errors);
45 ~ExtensionErrorReporter();

Completed in 35 milliseconds