HomeSort by relevance Sort by last modified time
    Searched refs:handleError (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLErrors.h 48 void handleError(ErrorType, const char* message, int lineNumber, int columnNumber);
49 void handleError(ErrorType, const char* message, TextPosition);
XMLErrors.cpp 57 void XMLErrors::handleError(ErrorType type, const char* message, int lineNumber, int columnNumber)
59 handleError(type, message, TextPosition(OrdinalNumber::fromOneBasedInt(lineNumber), OrdinalNumber::fromOneBasedInt(columnNumber)));
62 void XMLErrors::handleError(ErrorType type, const char* message, TextPosition position)
XMLDocumentParser.h 83 void handleError(XMLErrors::ErrorType, const char* message, TextPosition);
  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
error_test.cpp 20 EXPECT_CALL(mDirectiveHandler, handleError(pp::SourceLocation(0, 1), ""));
34 handleError(pp::SourceLocation(0, 1), " foo"));
48 handleError(pp::SourceLocation(0, 1), " foo bar"));
72 handleError(pp::SourceLocation(0, 1), " foo bar"));
87 handleError(pp::SourceLocation(0, 1), " foo"));
MockDirectiveHandler.h 16 MOCK_METHOD2(handleError,
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
DirectiveHandlerBase.h 26 virtual void handleError(const SourceLocation &loc,
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOMErrorHandlerImpl.java 43 * Implementation of DOMErrorHandler.handleError that
47 public boolean handleError(DOMError error) {
DOM3TreeWalker.java 786 .handleError(new DOMErrorImpl(
    [all...]
LSSerializerImpl.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecUTF8.h 53 void handleError(UChar*& destination, bool stopOnError, bool& sawError);
TextCodecUTF8.cpp 164 void TextCodecUTF8::handleError(UChar*& destination, bool stopOnError, bool& sawError)
229 handleError(destination, stopOnError, sawError);
244 handleError(destination, stopOnError, sawError);
255 handleError(destination, stopOnError, sawError);
  /external/chromium_org/third_party/angle/src/compiler/translator/
DirectiveHandler.h 27 virtual void handleError(const pp::SourceLocation& loc,
DirectiveHandler.cpp 41 void TDirectiveHandler::handleError(const pp::SourceLocation& loc,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/temp_storage_shared_worker/
TempStorageSharedWorker.js 50 newPort.onerror = handleError;
129 function handleError(event)
  /development/apps/Development/src/com/android/development/
AppHwPref.java 65 handleError("Null package name", true);
76 handleError("Failed retrieving packageInfo for pkg:"+pkgName, true);
112 void handleError(String errMsg, boolean finish) {
168 handleError("Invalid HardwareConfigurationObject", true);
187 handleError("Invalid HardwareConfigurationObject", true);
206 handleError("Invalid HardwareConfigurationObject", true);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTAttributeDef.java 588 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(handler,XSLTErrorResources.INVALID_NUMBER, new Object[] {name, value}, nfe)
    [all...]
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/
AddVoicemailActivity.java 119 handleError(e);
170 handleError(new Exception("Failed to do recording. Error Code: " + resultCode));
181 private void handleError(Exception e) {
224 handleError(error);
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.h 140 void handleError(PositionError*);
Geolocation.cpp 294 handleError(error);
391 void Geolocation::handleError(PositionError* error)
482 handleError(createPositionError(error));
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/javascript/
options.js 51 req.onerror = handleError;
56 function handleError() {
65 handleError();
feed.js 29 req.onerror = handleError;
48 function handleError() {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/
background.js 162 function handleError() {
188 handleError();
192 handleError();
199 handleError();
  /external/chromium_org/third_party/WebKit/Source/platform/image-encoders/skia/
JPEGImageEncoder.cpp 76 static void handleError(j_common_ptr common)
129 error.error_exit = handleError;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 45 return handleError(Expr, LHSResult);
47 return handleError(Expr, unexpectedToken(RemainingExpr, LHSExpr, ""));
55 return handleError(Expr, RHSResult);
57 return handleError(Expr, unexpectedToken(RemainingExpr, RHSExpr, ""));
126 bool handleError(StringRef Expr, const EvalResult &R) const {
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
SerializedScriptValue.cpp     [all...]

Completed in 590 milliseconds

1 2