Searched refs:SYNTAX_ERR (Results 1 - 25 of 54) sorted by relevance

123

/macosx-10.10/WebCore-7600.1.25/workers/
H A DAbstractWorker.cpp59 ec = SYNTAX_ERR;
66 ec = SYNTAX_ERR;
/macosx-10.10/WebCore-7600.1.25/dom/
H A DExceptionCode.h48 SYNTAX_ERR = 12, enumerator in enum:WebCore::__anon5628
H A DDOMCoreException.idl59 const unsigned short SYNTAX_ERR = 12;
/macosx-10.10/WebCore-7600.1.25/Modules/webdatabase/
H A DSQLError.idl44 const unsigned short SYNTAX_ERR = 5;
H A DSQLException.idl46 const unsigned short SYNTAX_ERR = 5;
H A DSQLException.h56 SYNTAX_ERR = SQLExceptionOffset + 5, enumerator in enum:WebCore::SQLException::SQLExceptionCode
H A DSQLStatementSync.cpp63 ec = (result == SQLResultInterrupt ? SQLException::DATABASE_ERR : SQLException::SYNTAX_ERR);
69 ec = (db->isInterrupted()? SQLException::DATABASE_ERR : SQLException::SYNTAX_ERR);
H A DSQLError.h60 SYNTAX_ERR = 5, enumerator in enum:WebCore::SQLError::SQLErrorCode
H A DSQLStatementBackend.cpp134 m_error = SQLError::create(SQLError::SYNTAX_ERR, "could not prepare statement", result, database->lastErrorMsg());
142 m_error = SQLError::create(db->isInterrupted() ? SQLError::DATABASE_ERR : SQLError::SYNTAX_ERR, "number of '?'s in statement string does not match argument count");
/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DFileError.idl44 const unsigned short SYNTAX_ERR = 8;
H A DFileError.h50 SYNTAX_ERR = 8, enumerator in enum:WebCore::FileError::ErrorCode
H A DFileException.idl55 const unsigned short SYNTAX_ERR = 8;
H A DFileException.h56 SYNTAX_ERR = FileExceptionOffset + 8, enumerator in enum:WebCore::FileException::FileExceptionCode
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DCanvasGradient.cpp64 ec = SYNTAX_ERR;
66 ec = SYNTAX_ERR;
H A DCanvasPattern.cpp74 ec = SYNTAX_ERR;
/macosx-10.10/WebCore-7600.1.25/Modules/mediastream/
H A DRTCDTMFSender.cpp110 ec = SYNTAX_ERR;
115 ec = SYNTAX_ERR;
123 ec = SYNTAX_ERR;
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DOfflineAudioContext.cpp48 ec = SYNTAX_ERR;
H A DAudioNode.cpp131 ec = SYNTAX_ERR;
147 ec = SYNTAX_ERR;
165 ec = SYNTAX_ERR;
175 ec = SYNTAX_ERR;
/macosx-10.10/WebCore-7600.1.25/css/
H A DWebKitCSSMatrix.cpp71 ec = SYNTAX_ERR;
80 ec = SYNTAX_ERR;
88 ec = SYNTAX_ERR;
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DIDBDatabaseException.cpp57 { "SyntaxError", "The keypath argument contains an invalid key path.", SYNTAX_ERR },
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSSQLTransactionSyncCustom.cpp48 setDOMException(exec, SYNTAX_ERR);
H A DJSSQLTransactionCustom.cpp49 setDOMException(exec, SYNTAX_ERR);
/macosx-10.10/WebCore-7600.1.25/Modules/navigatorcontentutils/
H A DNavigatorContentUtils.cpp73 // The specification requires that it is a SYNTAX_ERR if the "%s" token is
78 ec = SYNTAX_ERR;
82 // It is also a SYNTAX_ERR if the custom handler URL, as created by removing
90 ec = SYNTAX_ERR;
/macosx-10.10/WebCore-7600.1.25/Modules/websockets/
H A DWebSocket.cpp175 ec = SYNTAX_ERR;
217 ec = SYNTAX_ERR;
224 ec = SYNTAX_ERR;
230 ec = SYNTAX_ERR;
261 // Here, we throw SYNTAX_ERR if the given protocols do not meet the latter criteria. This behavior does not
267 ec = SYNTAX_ERR;
276 ec = SYNTAX_ERR;
307 ec = SYNTAX_ERR;
379 ec = SYNTAX_ERR;
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGAngle.cpp148 ec = SYNTAX_ERR;
154 ec = SYNTAX_ERR;

Completed in 313 milliseconds

123