Searched refs:handleError (Results 1 - 10 of 10) sorted by relevance

/external/webkit/WebCore/wml/
H A DWMLErrorHandling.cpp51 tokenizer->handleError(XMLTokenizer::fatal, errorMessage.latin1().data(), tokenizer->lineNumber(), tokenizer->columnNumber());
/external/webkit/WebCore/dom/
H A DXMLTokenizerQt.cpp186 handleError(fatal, "Encoding error", lineNumber(), columnNumber());
221 handleError(fatal, qPrintable(m_stream.errorString()), lineNumber(), columnNumber());
370 handleError(fatal, "DOCTYPE declaration lost.", lineNumber(), columnNumber());
433 handleError(type, qPrintable(m_stream.errorString()), lineNumber(),
492 handleError(fatal, "XHTMLMP document expects 'html' as root element.", lineNumber(), columnNumber());
695 handleError(fatal, "Invalid DOCTYPE declaration, expected 'html' as root element.", lineNumber(), columnNumber());
711 handleError(fatal, "Invalid DTD Public ID", lineNumber(), columnNumber());
H A DXMLTokenizerLibxml2.cpp324 tokenizer->handleError(type, reinterpret_cast<char*>(message), lineNumber, columnNumber);
655 handleError(fatal, "Encoding error", context->context()->input->line, context->context()->input->col);
735 handleError(fatal, "DOCTYPE declaration lost.", lineNumber(), columnNumber());
760 handleError(fatal, "XHTMLMP document expects 'html' as root element.", lineNumber(), columnNumber());
924 handleError(type, m, lineNumber(), columnNumber());
1042 handleError(fatal, "Invalid DTD Public ID", lineNumber(), columnNumber());
1049 handleError(fatal, "Invalid DOCTYPE declaration, expected 'html' as root element.", lineNumber(), columnNumber());
H A DXMLTokenizer.cpp141 void XMLTokenizer::handleError(ErrorType type, const char* m, int lineNumber, int columnNumber) function in class:WebCore::XMLTokenizer
H A DXMLTokenizer.h215 void handleError(ErrorType type, const char* m, int lineNumber, int columnNumber);
/external/webkit/WebCore/html/
H A DHTMLParser.h119 bool handleError(Node*, bool flat, const AtomicString& localName, int tagPriority);
H A DHTMLParser.cpp372 return handleError(n, flat, localName, tagPriority); // Try to handle the error.
409 bool HTMLParser::handleError(Node* n, bool flat, const AtomicString& localName, int tagPriority) function in class:WebCore::HTMLParser
/external/webkit/WebCore/page/
H A DGeolocation.cpp455 handleError(error.get());
522 void Geolocation::handleError(PositionError* error) function in class:WebCore::Geolocation
618 handleError(positionError.get());
636 // cleared in handleError. For watchers, the spec requires that the timer is
638 handleError(service->lastError());
H A DGeolocation.h148 void handleError(PositionError*);
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 53 milliseconds