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

  /external/chromium_org/chrome/browser/extensions/error_console/
error_console.cc 48 void ErrorConsole::Observer::OnErrorConsoleDestroyed() {
51 ErrorConsole::ErrorConsole(Profile* profile)
64 base::Bind(&ErrorConsole::OnPrefChanged,
72 ErrorConsole::~ErrorConsole() {
77 ErrorConsole* ErrorConsole::Get(Profile* profile) {
81 void ErrorConsole::SetReportingForExtension(const std::string& extension_id,
103 void ErrorConsole::SetReportingAllForExtension
    [all...]
error_console.h 32 // The ErrorConsole is a central object to which all extension errors are
38 class ErrorConsole : public content::NotificationObserver,
51 explicit ErrorConsole(Profile* profile);
52 virtual ~ErrorConsole();
54 // Convenience method to return the ErrorConsole for a given profile.
55 static ErrorConsole* Get(Profile* profile);
83 // Add or remove observers of the ErrorConsole to be notified of any errors
88 // Returns whether or not the ErrorConsole is enabled for the
91 // TODO(rdevlin.cronin): These have different answers - ErrorConsole is
97 // Return whether or not the ErrorConsole is enabled
    [all...]

Completed in 266 milliseconds