Searched defs:handleError (Results 1 - 25 of 28) sorted by relevance

12

/external/collada/src/modules/stdErrPlugin/
H A DstdErrPlugin.cpp20 void stdErrPlugin::handleError( daeString msg ) { function in class:stdErrPlugin
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOMErrorHandlerImpl.java43 * Implementation of DOMErrorHandler.handleError that
47 public boolean handleError(DOMError error) { method in class:DOMErrorHandlerImpl
/external/collada/include/modules/
H A DstdErrPlugin.h25 void handleError( daeString msg );
37 void handleError(daeString msg) { } function in class:quietErrorHandler
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Ddocumentnormalizedocument09.js99 DOMErrorHandlerN1003C.prototype.handleError = function(error) {
142 domConfig.setParameter("error-handler", errHandler.handleError);
H A Ddocumentnormalizedocument12.js101 DOMErrorHandlerN10048.prototype.handleError = function(error) {
144 domConfig.setParameter("error-handler", errHandler.handleError);
H A Ddomconfigerrorhandler1.js92 DOMErrorHandlerN10049.prototype.handleError = function(error) {
130 domConfig.setParameter(parameter, errorHandler.handleError);
133 domConfig.setParameter(parameter, origHandler.handleError);
H A Dhandleerror01.js99 DOMErrorHandlerN10054.prototype.handleError = function(error) {
115 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ID-ERRORS-DOMErrorHandler-handleError
151 domConfig.setParameter("error-handler", errorHandler.handleError);
H A Dhandleerror02.js101 DOMErrorHandlerN10053.prototype.handleError = function(error) {
129 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ID-ERRORS-DOMErrorHandler-handleError
155 domConfig.setParameter("error-handler", errorHandler.handleError);
H A Dselfxhtml.js309 DOMErrorMonitor.prototype.handleError = function(err) {
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
H A Dfeed.js29 req.onerror = handleError;
48 function handleError() { function
H A Doptions.js51 req.onerror = handleError;
56 function handleError() {
65 handleError();
/external/chromium/chrome/common/extensions/docs/js/
H A Dapi_page_generator.js172 function handleError(error) {
189 handleError("Failure to fetch content");
194 xhr.onerror = handleError;
201 handleError();
/external/webkit/Source/WebCore/platform/image-encoders/skia/
H A DJPEGImageEncoder.cpp77 static void handleError(j_common_ptr common) function in namespace:WebCore
114 error.error_exit = handleError;
/external/webkit/Source/WebCore/platform/text/
H A DTextCodecUTF8.cpp159 void TextCodecUTF8::handleError(UChar*& destination, bool stopOnError, bool& sawError) function in class:WebCore::TextCodecUTF8
180 handleError(destination, stopOnError, sawError);
195 handleError(destination, stopOnError, sawError);
206 handleError(destination, stopOnError, sawError);
/external/webkit/LayoutTests/dom/html/level1/core/
H A Dselfhtml.js301 DOMErrorMonitor.prototype.handleError = function(err) {
/external/webkit/LayoutTests/dom/html/level2/core/
H A Dselfhtml.js301 DOMErrorMonitor.prototype.handleError = function(err) {
/external/webkit/LayoutTests/dom/html/level2/events/
H A Dselfhtml.js301 DOMErrorMonitor.prototype.handleError = function(err) {
/external/webkit/LayoutTests/dom/html/level2/html/
H A Dselfhtml.js301 DOMErrorMonitor.prototype.handleError = function(err) {
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Dselfxhtml.js309 DOMErrorMonitor.prototype.handleError = function(err) {
/external/webkit/LayoutTests/dom/xhtml/level2/core/
H A Dselfxhtml.js309 DOMErrorMonitor.prototype.handleError = function(err) {
/external/webkit/LayoutTests/dom/xhtml/level2/events/
H A Dselfxhtml.js309 DOMErrorMonitor.prototype.handleError = function(err) {
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A Dselfxhtml.js309 DOMErrorMonitor.prototype.handleError = function(err) {
/external/webkit/Source/WebCore/dom/
H A DXMLDocumentParser.cpp88 handleError(fatal, "Excessive node nesting.", lineNumber(), columnNumber());
145 void XMLDocumentParser::handleError(ErrorType type, const char* m, int lineNumber, int columnNumber) function in class:WebCore::XMLDocumentParser
147 handleError(type, m, TextPosition1(WTF::OneBasedNumber::fromOneBasedInt(lineNumber), WTF::OneBasedNumber::fromOneBasedInt(columnNumber)));
150 void XMLDocumentParser::handleError(ErrorType type, const char* m, TextPosition1 position) function in class:WebCore::XMLDocumentParser
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTAttributeDef.java588 handleError(handler, XSLTErrorResources.INVALID_TCHAR, new Object[] {name, value},null);
600 handleError(handler, XSLTErrorResources.INVALID_TCHAR, new Object[] {name, value},null);
647 handleError(handler, XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toString() },null);
712 handleError(handler,XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toString() },null);
722 handleError(handler,XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toString() },ie);
731 handleError(handler,XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toString() },re);
799 handleError(handler,XSLTErrorResources.INVALID_NMTOKEN, new Object[] {name,value},null);
810 handleError(handler,XSLTErrorResources.INVALID_NMTOKEN, new Object[] {name,value},null);
894 handleError(handler,XSLTErrorResources.INVALID_NUMBER, new Object[] {name, value}, nfe);
908 handleError(handle
1652 private void handleError(StylesheetHandler handler, String msg, Object [] args, Exception exc) throws org.xml.sax.SAXException method in class:XSLTAttributeDef
[all...]
/external/webkit/Source/WebCore/page/
H A DGeolocation.cpp462 handleError(error.get());
569 void Geolocation::handleError(PositionError* error) function in class:WebCore::Geolocation
676 handleError(positionError.get());
694 // cleared in handleError. For watchers, the spec requires that the timer is
696 handleError(service->lastError());

Completed in 707 milliseconds

12