Searched refs:NOT_FOUND_ERR (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/dom/
H A DExceptionCode.h42 NOT_FOUND_ERR = 8, enumerator in enum:WebCore::__anon5628
H A DNamedNodeMap.cpp65 ec = NOT_FOUND_ERR;
75 ec = NOT_FOUND_ERR;
84 ec = NOT_FOUND_ERR;
H A DDOMCoreException.idl53 const unsigned short NOT_FOUND_ERR = 8;
H A DContainerNode.cpp181 // Not mentioned in spec: throw NOT_FOUND_ERR if newChild is null
183 return NOT_FOUND_ERR;
263 // NOT_FOUND_ERR: Raised if refChild is not a child of this node
265 ec = NOT_FOUND_ERR;
401 ec = NOT_FOUND_ERR;
409 // NOT_FOUND_ERR: Raised if oldChild is not a child of this node.
411 ec = NOT_FOUND_ERR;
531 // NOT_FOUND_ERR: Raised if oldChild is not a child of this node.
533 ec = NOT_FOUND_ERR;
548 ec = NOT_FOUND_ERR;
[all...]
H A DRange.cpp232 ec = NOT_FOUND_ERR;
261 ec = NOT_FOUND_ERR;
380 ec = NOT_FOUND_ERR;
405 ec = NOT_FOUND_ERR;
428 ec = NOT_FOUND_ERR;
595 ec = NOT_FOUND_ERR;
610 ec = NOT_FOUND_ERR;
969 ec = NOT_FOUND_ERR;
1253 ec = NOT_FOUND_ERR;
1273 ec = NOT_FOUND_ERR;
[all...]
H A DMutationObserver.cpp76 ec = NOT_FOUND_ERR;
H A DElement.cpp1767 ec = NOT_FOUND_ERR;
1777 ec = NOT_FOUND_ERR;
H A DNode.cpp429 ec = NOT_FOUND_ERR;
/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DFileError.idl37 const unsigned short NOT_FOUND_ERR = 1;
H A DFileReaderSync.cpp51 ec = NOT_FOUND_ERR;
64 ec = NOT_FOUND_ERR;
76 ec = NOT_FOUND_ERR;
89 ec = NOT_FOUND_ERR;
H A DFileError.h43 NOT_FOUND_ERR = 1, enumerator in enum:WebCore::FileError::ErrorCode
H A DFileException.cpp39 { "NOT_FOUND_ERR", "A requested file or directory could not be found at the time an operation was processed." },
63 size_t tableIndex = ec - NOT_FOUND_ERR;
H A DFileException.idl48 const unsigned short NOT_FOUND_ERR = 1;
H A DFileException.h49 NOT_FOUND_ERR = FileExceptionOffset + 1, enumerator in enum:WebCore::FileException::FileExceptionCode
H A DFileReaderLoader.cpp252 return FileError::NOT_FOUND_ERR;
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DIDBDatabaseException.cpp51 { "NotFoundError", "An operation failed because the requested database object could not be found.", NOT_FOUND_ERR },
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorStyleSheet.cpp354 ec = NOT_FOUND_ERR;
381 ec = NOT_FOUND_ERR;
388 ec = NOT_FOUND_ERR;
419 ec = NOT_FOUND_ERR;
426 ec = NOT_FOUND_ERR;
821 ec = NOT_FOUND_ERR;
833 ec = NOT_FOUND_ERR;
838 ec = NOT_FOUND_ERR;
845 ec = NOT_FOUND_ERR;
875 ec = NOT_FOUND_ERR;
[all...]
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DTextTrack.cpp330 ec = NOT_FOUND_ERR;
406 ec = NOT_FOUND_ERR;
/macosx-10.10/WebCore-7600.1.25/css/
H A DFontLoader.cpp189 String errorName = (source && source->isDecodeError()) ? "InvalidFontDataError" : ExceptionCodeDescription(NOT_FOUND_ERR).name;
H A DMediaList.cpp263 ec = NOT_FOUND_ERR;
/macosx-10.10/WebCore-7600.1.25/Modules/mediasource/
H A DMediaSource.cpp563 // throw a NOT_FOUND_ERR exception and abort these steps.
565 ec = NOT_FOUND_ERR;
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddom.c106 "NOT_FOUND_ERR",
3264 * NOT_FOUND_ERR: Raised if the node child is not a child of node.
3299 return NOT_FOUND_ERR;
3302 return NOT_FOUND_ERR;
3481 * NOT_FOUND_ERR: Raised if refChild is not a child of this node.
3526 return NOT_FOUND_ERR;
3529 return NOT_FOUND_ERR;
3660 * NOT_FOUND_ERR: Raised if oldChild is not a child of node.
3704 return NOT_FOUND_ERR;
3707 return NOT_FOUND_ERR;
[all...]
H A Ddom.h449 NOT_FOUND_ERR = 8, enumerator in enum:__anon13035

Completed in 317 milliseconds