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

1 2 3

  /libcore/luni/src/main/java/org/w3c/dom/
DOMException.java 97 public static final short SYNTAX_ERR = 12;
  /external/webkit/Source/WebCore/fileapi/
FileError.idl 45 const unsigned short SYNTAX_ERR = 8;
FileError.h 52 SYNTAX_ERR = 8,
FileException.h 58 SYNTAX_ERR = FileExceptionOffset + 8,
FileException.idl 55 const unsigned short SYNTAX_ERR = 8;
  /external/webkit/Source/WebCore/storage/
SQLError.idl 45 const unsigned short SYNTAX_ERR = 5;
SQLException.idl 47 const unsigned short SYNTAX_ERR = 5;
SQLException.h 56 SYNTAX_ERR = SQLExceptionOffset + 5,
SQLError.h 52 SYNTAX_ERR = 5,
SQLStatementSync.cpp 63 ec = (result == SQLResultInterrupt ? SQLException::DATABASE_ERR : SQLException::SYNTAX_ERR);
68 ec = (db->isInterrupted()? SQLException::DATABASE_ERR : SQLException::SYNTAX_ERR);
  /external/webkit/Source/WebCore/workers/
AbstractWorker.cpp 71 ec = SYNTAX_ERR;
78 ec = SYNTAX_ERR;
  /external/webkit/Source/WebCore/html/canvas/
CanvasGradient.cpp 59 ec = SYNTAX_ERR;
CanvasPattern.cpp 57 ec = SYNTAX_ERR;
  /external/webkit/Source/WebCore/dom/
ExceptionCode.h 44 SYNTAX_ERR = 12,
DOMCoreException.idl 59 const unsigned short SYNTAX_ERR = 12;
DatasetDOMStringMap.cpp 191 ec = SYNTAX_ERR;
201 ec = SYNTAX_ERR;
  /external/webkit/Source/WebCore/css/
MediaList.cpp 57 * throw SYNTAX_ERR exception.
139 // DOM Style Sheets spec doesn't allow SYNTAX_ERR to be thrown in deleteMedium
191 ec = SYNTAX_ERR;
196 ec = SYNTAX_ERR;
204 ec = SYNTAX_ERR;
WebKitCSSMatrix.cpp 67 ec = SYNTAX_ERR;
76 ec = SYNTAX_ERR;
84 ec = SYNTAX_ERR;
  /external/webkit/Source/WebCore/bindings/js/
JSSQLTransactionSyncCustom.cpp 47 setDOMException(exec, SYNTAX_ERR);
  /external/webkit/Source/WebCore/html/
DOMTokenList.cpp 36 ec = SYNTAX_ERR;
  /external/webkit/Source/WebCore/notifications/
NotificationCenter.h 58 ec = SYNTAX_ERR;
Notification.cpp 62 ec = SYNTAX_ERR;
83 ec = SYNTAX_ERR;
  /external/webkit/Source/WebCore/websockets/
WebSocket.cpp 122 ec = SYNTAX_ERR;
129 ec = SYNTAX_ERR;
135 ec = SYNTAX_ERR;
141 ec = SYNTAX_ERR;
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8WebGLRenderingContextCustom.cpp 190 V8Proxy::setDOMException(SYNTAX_ERR);
244 V8Proxy::setDOMException(SYNTAX_ERR);
280 V8Proxy::setDOMException(SYNTAX_ERR);
293 V8Proxy::setDOMException(SYNTAX_ERR);
315 V8Proxy::setDOMException(SYNTAX_ERR);
335 V8Proxy::setDOMException(SYNTAX_ERR);
366 V8Proxy::setDOMException(SYNTAX_ERR);
411 V8Proxy::setDOMException(SYNTAX_ERR);
484 V8Proxy::setDOMException(SYNTAX_ERR);
534 V8Proxy::setDOMException(SYNTAX_ERR);
    [all...]
  /external/webkit/Source/WebCore/page/
Navigator.cpp 226 // The specification requires that it is a SYNTAX_ERR if the "%s" token is
231 ec = SYNTAX_ERR;
235 // It is also a SYNTAX_ERR if the custom handler URL, as created by removing
244 ec = SYNTAX_ERR;

Completed in 806 milliseconds

1 2 3