OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExtensionErrorHandler
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/extensions/
extension_error_handler.h
30
class
ExtensionErrorHandler
: public content::WebUIMessageHandler {
32
explicit
ExtensionErrorHandler
(Profile* profile);
33
virtual ~
ExtensionErrorHandler
();
68
DISALLOW_COPY_AND_ASSIGN(
ExtensionErrorHandler
);
extension_error_handler.cc
50
ExtensionErrorHandler
::
ExtensionErrorHandler
(Profile* profile)
54
ExtensionErrorHandler
::~
ExtensionErrorHandler
() {
57
void
ExtensionErrorHandler
::GetLocalizedValues(
88
void
ExtensionErrorHandler
::RegisterMessages() {
91
base::Bind(&
ExtensionErrorHandler
::HandleRequestFileSource,
95
base::Bind(&
ExtensionErrorHandler
::HandleOpenDevTools,
99
void
ExtensionErrorHandler
::HandleRequestFileSource(
154
reply = base::Bind(&
ExtensionErrorHandler
::GetManifestFileCallback
[
all
...]
Completed in 36 milliseconds