OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebExceptionHandler
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/bindings/cpp/
WebExceptionHandler.cpp
21
#include "
WebExceptionHandler
.h"
24
static inline
WebExceptionHandler
& globalExceptionHandler()
26
static
WebExceptionHandler
s_globalExceptionHandler;
30
void webInstallExceptionHandler(
WebExceptionHandler
handler)
39
if (
WebExceptionHandler
& handler = globalExceptionHandler())
WebExceptionHandler.h
25
typedef void (*
WebExceptionHandler
)(WebDOMExceptionCode);
28
void webInstallExceptionHandler(
WebExceptionHandler
);
Completed in 513 milliseconds