Home
last modified time | relevance | path

Searched refs:ExceptionCode (Results 1 – 25 of 1646) sorted by relevance

12345678910>>...66

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DRange.h56 int startOffset(ExceptionCode&) const;
57 Node* endContainer(ExceptionCode&) const;
58 int endOffset(ExceptionCode&) const;
59 bool collapsed(ExceptionCode&) const;
76 void deleteContents(ExceptionCode&);
80 String toString(ExceptionCode&) const;
87 void detach(ExceptionCode&);
91 void setEndBefore(Node*, ExceptionCode&);
92 void setEndAfter(Node*, ExceptionCode&);
93 void selectNode(Node*, ExceptionCode&);
[all …]
H A DCharacterData.h33 void setData(const String&, ExceptionCode&);
35 String substringData(unsigned offset, unsigned count, ExceptionCode&);
36 void appendData(const String&, ExceptionCode&);
37 void insertData(unsigned offset, const String&, ExceptionCode&);
38 void deleteData(unsigned offset, unsigned count, ExceptionCode&);
39 void replaceData(unsigned offset, unsigned count, const String&, ExceptionCode&);
64 virtual void setNodeValue(const String&, ExceptionCode&);
70 void checkCharDataOperation(unsigned offset, ExceptionCode&);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/canvas/
H A DDataView.h44 int8_t getInt8(unsigned byteOffset, ExceptionCode&);
45 uint8_t getUint8(unsigned byteOffset, ExceptionCode&);
47 int16_t getInt16(unsigned byteOffset, bool littleEndian, ExceptionCode&);
49 uint16_t getUint16(unsigned byteOffset, bool littleEndian, ExceptionCode&);
51 int32_t getInt32(unsigned byteOffset, bool littleEndian, ExceptionCode&);
53 uint32_t getUint32(unsigned byteOffset, bool littleEndian, ExceptionCode&);
55 float getFloat32(unsigned byteOffset, bool littleEndian, ExceptionCode&);
57 double getFloat64(unsigned byteOffset, bool littleEndian, ExceptionCode&);
59 void setInt8(unsigned byteOffset, int8_t value, ExceptionCode&);
60 void setUint8(unsigned byteOffset, uint8_t value, ExceptionCode&);
[all …]
H A DWebGLRenderingContext.h74 void activeTexture(GC3Denum texture, ExceptionCode&);
75 void attachShader(WebGLProgram*, WebGLShader*, ExceptionCode&);
99 void compileShader(WebGLShader*, ExceptionCode&);
133 void enableVertexAttribArray(GC3Duint index, ExceptionCode&);
150 WebGLGetInfo getParameter(GC3Denum pname, ExceptionCode&);
152 String getProgramInfoLog(WebGLProgram*, ExceptionCode&);
155 String getShaderInfoLog(WebGLShader*, ExceptionCode&);
160 String getShaderSource(WebGLShader*, ExceptionCode&);
179 void linkProgram(WebGLProgram*, ExceptionCode&);
257 void useProgram(WebGLProgram*, ExceptionCode&);
[all …]
H A DDataView.cpp121 T DataView::getData(unsigned byteOffset, bool littleEndian, ExceptionCode& ec) const in getData()
150 int8_t DataView::getInt8(unsigned byteOffset, ExceptionCode& ec) in getInt8()
155 uint8_t DataView::getUint8(unsigned byteOffset, ExceptionCode& ec) in getUint8()
160 int16_t DataView::getInt16(unsigned byteOffset, bool littleEndian, ExceptionCode& ec) in getInt16()
165 uint16_t DataView::getUint16(unsigned byteOffset, bool littleEndian, ExceptionCode& ec) in getUint16()
170 int32_t DataView::getInt32(unsigned byteOffset, bool littleEndian, ExceptionCode& ec) in getInt32()
175 uint32_t DataView::getUint32(unsigned byteOffset, bool littleEndian, ExceptionCode& ec) in getUint32()
180 float DataView::getFloat32(unsigned byteOffset, bool littleEndian, ExceptionCode& ec) in getFloat32()
185 double DataView::getFloat64(unsigned byteOffset, bool littleEndian, ExceptionCode& ec) in getFloat64()
190 void DataView::setInt8(unsigned byteOffset, int8_t value, ExceptionCode& ec) in setInt8()
[all …]
H A DCanvasRenderingContext2D.h63 typedef int ExceptionCode; typedef
144 void arcTo(float x0, float y0, float x1, float y1, float radius, ExceptionCode&);
145 void arc(float x, float y, float r, float sa, float ea, bool clockwise, ExceptionCode&);
170 void drawImage(HTMLImageElement*, float x, float y, ExceptionCode&);
171 void drawImage(HTMLImageElement*, float x, float y, float width, float height, ExceptionCode&);
174 void drawImage(HTMLCanvasElement*, float x, float y, ExceptionCode&);
180 void drawImage(HTMLVideoElement*, float x, float y, ExceptionCode&);
181 void drawImage(HTMLVideoElement*, float x, float y, float width, float height, ExceptionCode&);
198 PassRefPtr<ImageData> createImageData(PassRefPtr<ImageData>, ExceptionCode&) const;
199 PassRefPtr<ImageData> createImageData(float width, float height, ExceptionCode&) const;
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/xml/
H A DXMLHttpRequest.h80 String statusText(ExceptionCode&) const;
81 int status(ExceptionCode&) const;
87 void setAsBlob(bool, ExceptionCode&);
93 void send(ExceptionCode&);
94 void send(Document*, ExceptionCode&);
96 void send(Blob*, ExceptionCode&);
104 String responseText(ExceptionCode&);
105 Document* responseXML(ExceptionCode&);
161 bool initSend(ExceptionCode&);
175 void createRequest(ExceptionCode&);
[all …]
H A DXPathResult.h38 typedef int ExceptionCode; typedef
61 void convertTo(unsigned short type, ExceptionCode&);
65 double numberValue(ExceptionCode&) const;
66 String stringValue(ExceptionCode&) const;
67 bool booleanValue(ExceptionCode&) const;
68 Node* singleNodeValue(ExceptionCode&) const;
71 unsigned long snapshotLength(ExceptionCode&) const;
72 Node* iterateNext(ExceptionCode&);
73 Node* snapshotItem(unsigned long index, ExceptionCode&);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/storage/
H A DIDBObjectStore.h64 …PassRefPtr<IDBIndex> createIndex(const String& name, const String& keyPath, ExceptionCode& ec) { r… in createIndex()
65 …PassRefPtr<IDBRequest> openCursor(ScriptExecutionContext* context, ExceptionCode& ec) { return ope… in openCursor()
68 PassRefPtr<IDBRequest> get(ScriptExecutionContext*, PassRefPtr<IDBKey>, ExceptionCode&);
69 …dd(ScriptExecutionContext*, PassRefPtr<SerializedScriptValue>, PassRefPtr<IDBKey>, ExceptionCode&);
70 …ut(ScriptExecutionContext*, PassRefPtr<SerializedScriptValue>, PassRefPtr<IDBKey>, ExceptionCode&);
71 …RefPtr<IDBRequest> deleteFunction(ScriptExecutionContext*, PassRefPtr<IDBKey> key, ExceptionCode&);
72 PassRefPtr<IDBRequest> clear(ScriptExecutionContext*, ExceptionCode&);
74 …ndex> createIndex(const String& name, const String& keyPath, const OptionsObject&, ExceptionCode&);
75 PassRefPtr<IDBIndex> index(const String& name, ExceptionCode&);
76 void deleteIndex(const String& name, ExceptionCode&);
[all …]
H A DIDBObjectStoreBackendInterface.h53 …PassRefPtr<IDBKey>, PassRefPtr<IDBCallbacks>, IDBTransactionBackendInterface*, ExceptionCode&) = 0;
60 …r<IDBKey>, PutMode, PassRefPtr<IDBCallbacks>, IDBTransactionBackendInterface*, ExceptionCode&) = 0;
61 …PassRefPtr<IDBKey>, PassRefPtr<IDBCallbacks>, IDBTransactionBackendInterface*, ExceptionCode&) = 0;
63 … virtual void clear(PassRefPtr<IDBCallbacks>, IDBTransactionBackendInterface*, ExceptionCode&) = 0;
65 …ng& name, const String& keyPath, bool unique, IDBTransactionBackendInterface*, ExceptionCode&) = 0;
66 virtual PassRefPtr<IDBIndexBackendInterface> index(const String& name, ExceptionCode&) = 0;
67 … virtual void deleteIndex(const String& name, IDBTransactionBackendInterface*, ExceptionCode&) = 0;
69 …ed short direction, PassRefPtr<IDBCallbacks>, IDBTransactionBackendInterface*, ExceptionCode&) = 0;
H A DIDBIndex.h57 …PassRefPtr<IDBRequest> openCursor(ScriptExecutionContext* context, ExceptionCode& ec) { return ope… in openCursor()
58 …or(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, ExceptionCode& ec) { return … in openCursor()
59 …Cursor(ScriptExecutionContext*, PassRefPtr<IDBKeyRange>, unsigned short direction, ExceptionCode&);
61 …PassRefPtr<IDBRequest> openKeyCursor(ScriptExecutionContext* context, ExceptionCode& ec) { return … in openKeyCursor()
62 …or(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, ExceptionCode& ec) { return … in openKeyCursor()
63 …Cursor(ScriptExecutionContext*, PassRefPtr<IDBKeyRange>, unsigned short direction, ExceptionCode&);
65 PassRefPtr<IDBRequest> get(ScriptExecutionContext*, PassRefPtr<IDBKey>, ExceptionCode&);
66 PassRefPtr<IDBRequest> getKey(ScriptExecutionContext*, PassRefPtr<IDBKey>, ExceptionCode&);
H A DIDBDatabase.h63 …PassRefPtr<IDBObjectStore> createObjectStore(const String& name, ExceptionCode& ec) { return creat… in createObjectStore()
64 …PassRefPtr<IDBTransaction> transaction(ScriptExecutionContext* context, ExceptionCode& ec) { retur… in transaction()
65 …criptExecutionContext* context, PassRefPtr<DOMStringList> storeNames, ExceptionCode& ec) { return … in transaction()
66 …ansaction(ScriptExecutionContext*, PassRefPtr<DOMStringList>, unsigned short mode, ExceptionCode&);
68 …RefPtr<IDBObjectStore> createObjectStore(const String& name, const OptionsObject&, ExceptionCode&);
69 void deleteObjectStore(const String& name, ExceptionCode&);
70 …DBVersionChangeRequest> setVersion(ScriptExecutionContext*, const String& version, ExceptionCode&);
91 …bool dispatchEvent(PassRefPtr<Event> event, ExceptionCode& ec) { return EventTarget::dispatchEvent… in dispatchEvent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/bindings/
H A Dexception_code.h17 using ExceptionCode = int; variable
21 enum class DOMExceptionCode : ExceptionCode {
115 inline bool IsDOMExceptionCode(ExceptionCode exception_code) { in IsDOMExceptionCode()
116 return static_cast<ExceptionCode>(1) <= exception_code && in IsDOMExceptionCode()
118 static_cast<ExceptionCode>(DOMExceptionCode::kNumOfCodes); in IsDOMExceptionCode()
123 enum class ESErrorType : ExceptionCode {
134 enum class InternalExceptionType : ExceptionCode {
143 inline ExceptionCode ToExceptionCode(DOMExceptionCode exception_code) { in ToExceptionCode()
144 return static_cast<ExceptionCode>(exception_code); in ToExceptionCode()
150 inline ExceptionCode ToExceptionCode(ESErrorType exception_code) { in ToExceptionCode()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/bindings/
H A Dexception_code.h17 using ExceptionCode = int; variable
21 enum class DOMExceptionCode : ExceptionCode {
115 inline bool IsDOMExceptionCode(ExceptionCode exception_code) { in IsDOMExceptionCode()
116 return static_cast<ExceptionCode>(1) <= exception_code && in IsDOMExceptionCode()
118 static_cast<ExceptionCode>(DOMExceptionCode::kNumOfCodes); in IsDOMExceptionCode()
125 enum class ESErrorType : ExceptionCode {
139 enum class InternalExceptionType : ExceptionCode {
148 inline ExceptionCode ToExceptionCode(DOMExceptionCode exception_code) { in ToExceptionCode()
149 return static_cast<ExceptionCode>(exception_code); in ToExceptionCode()
155 inline ExceptionCode ToExceptionCode(ESErrorType exception_code) { in ToExceptionCode()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DSVGLength.h80 float value(const SVGElement* context, ExceptionCode&) const;
81 void setValue(float, const SVGElement* context, ExceptionCode&);
89 void setValueAsString(const String&, ExceptionCode&);
91 void newValueSpecifiedUnits(unsigned short, float valueInSpecifiedUnits, ExceptionCode&);
92 void convertToSpecifiedUnits(unsigned short, const SVGElement* context, ExceptionCode&);
107 …onvertValueFromPercentageToUserUnits(float value, const SVGElement* context, ExceptionCode&) const;
108 …onvertValueFromUserUnitsToPercentage(float value, const SVGElement* context, ExceptionCode&) const;
110 …float convertValueFromUserUnitsToEMS(float value, const SVGElement* context, ExceptionCode&) const;
111 …float convertValueFromEMSToUserUnits(float value, const SVGElement* context, ExceptionCode&) const;
113 …float convertValueFromUserUnitsToEXS(float value, const SVGElement* context, ExceptionCode&) const;
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DDOMSelection.h44 typedef int ExceptionCode; typedef
60 …tBaseAndExtent(Node* baseNode, int baseOffset, Node* extentNode, int extentOffset, ExceptionCode&);
61 void setPosition(Node*, int offset, ExceptionCode&);
76 void collapse(Node*, int offset, ExceptionCode&);
77 void collapseToEnd(ExceptionCode&);
78 void collapseToStart(ExceptionCode&);
79 void extend(Node*, int offset, ExceptionCode&);
80 PassRefPtr<Range> getRangeAt(int, ExceptionCode&);
85 void selectAllChildren(Node*, ExceptionCode&);
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGList.h66 void clear(ExceptionCode &) in clear() argument
71 Item initialize(Item newItem, ExceptionCode &ec) in initialize()
79 ExceptionCode ec = 0; in getFirst()
85 ExceptionCode ec = 0; in getLast()
89 Item getItem(unsigned int index, ExceptionCode &ec) in getItem()
130 Item removeItem(unsigned int index, ExceptionCode &ec) in removeItem()
142 Item appendItem(Item newItem, ExceptionCode &) in appendItem() argument
202 Item initialize(Item newItem, ExceptionCode &ec) in initialize()
232 Item getItem(unsigned int index, ExceptionCode &ec) in getItem()
272 Item removeItem(unsigned int index, ExceptionCode &ec) in removeItem()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/properties/
H A DSVGListProperty.h45 bool canAlterList(ExceptionCode& ec) const in canAlterList()
56 void clearValues(PropertyType& values, ExceptionCode& ec) in clearValues()
65 void clearValuesAndWrappers(AnimatedListPropertyTearOff* animatedList, ExceptionCode& ec) in clearValuesAndWrappers()
89 …ListItemType initializeValues(PropertyType& values, const ListItemType& newItem, ExceptionCode& ec) in initializeValues()
138 bool canGetItem(PropertyType& values, unsigned index, ExceptionCode& ec) in canGetItem()
148 ListItemType getItemValues(PropertyType& values, unsigned index, ExceptionCode& ec) in getItemValues()
239 bool canReplaceItem(PropertyType& values, unsigned index, ExceptionCode& ec) in canReplaceItem()
252 …aceItemValues(PropertyType& values, const ListItemType& newItem, unsigned index, ExceptionCode& ec) in replaceItemValues()
316 bool canRemoveItem(PropertyType& values, unsigned index, ExceptionCode& ec) in canRemoveItem()
329 ListItemType removeItemValues(PropertyType& values, unsigned index, ExceptionCode& ec) in removeItemValues()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/
H A DHTMLElement.h49 void setInnerHTML(const String&, ExceptionCode&);
50 void setOuterHTML(const String&, ExceptionCode&);
51 void setInnerText(const String&, ExceptionCode&);
52 void setOuterText(const String&, ExceptionCode&);
54 Element* insertAdjacentElement(const String& where, Element* newChild, ExceptionCode&);
55 void insertAdjacentHTML(const String& where, const String& html, ExceptionCode&);
56 void insertAdjacentText(const String& where, const String& text, ExceptionCode&);
61 void setContentEditable(const String&, ExceptionCode&);
103 Node* insertAdjacent(const String& where, Node* newChild, ExceptionCode&);
104 PassRefPtr<DocumentFragment> textToFragment(const String&, ExceptionCode&);
H A DHTMLMeterElement.h42 void setMin(double, ExceptionCode&);
45 void setMax(double, ExceptionCode&);
48 void setValue(double, ExceptionCode&);
51 void setLow(double, ExceptionCode&);
54 void setHigh(double, ExceptionCode&);
57 void setOptimum(double, ExceptionCode&);
/dports/graphics/qgis/qgis-3.22.3/src/server/services/wms/
H A Dqgswmsserviceexception.h47 enum ExceptionCode enum
64 Q_ENUM( ExceptionCode )
95 QgsServiceException( ExceptionCode code, const QString &message, int responseCode ) in QgsServiceException()
106 QgsServiceException( ExceptionCode code, const QgsWmsParameter &parameter, int responseCode ) in QgsServiceException()
111 static QString formatMessage( ExceptionCode code, const QgsWmsParameter &parameter ) in formatMessage()
172 static QString formatCode( ExceptionCode code ) in formatCode()
175 const QMetaEnum metaEnum( QMetaEnum::fromType<QgsServiceException::ExceptionCode>() ); in formatCode()
223 QgsBadRequestException( ExceptionCode code, const QString &message ) in QgsBadRequestException()
233 QgsBadRequestException( ExceptionCode code, const QgsWmsParameter &parameter ) in QgsBadRequestException()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/server/services/wms/
H A Dqgswmsserviceexception.h47 enum ExceptionCode enum
64 Q_ENUM( ExceptionCode )
95 QgsServiceException( ExceptionCode code, const QString &message, int responseCode ) in QgsServiceException()
106 QgsServiceException( ExceptionCode code, const QgsWmsParameter &parameter, int responseCode ) in QgsServiceException()
111 static QString formatMessage( ExceptionCode code, const QgsWmsParameter &parameter ) in formatMessage()
172 static QString formatCode( ExceptionCode code ) in formatCode()
175 const QMetaEnum metaEnum( QMetaEnum::fromType<QgsServiceException::ExceptionCode>() ); in formatCode()
223 QgsBadRequestException( ExceptionCode code, const QString &message ) in QgsBadRequestException()
233 QgsBadRequestException( ExceptionCode code, const QgsWmsParameter &parameter ) in QgsBadRequestException()
/dports/devel/py-minidump/minidump-0.0.20/minidump/streams/
H A DExceptionStream.py52 class ExceptionCode(enum.Enum): class
114 self.ExceptionCode = None
128 me.ExceptionCode = ExceptionCode(me.ExceptionCode_raw)
130 me.ExceptionCode = ExceptionCode.EXCEPTION_UNKNOWN
144 t += "ExceptionCode : %s\n" % self.ExceptionCode
166 str(self.ExceptionCode),
196 if mes.ExceptionRecord.ExceptionCode == ExceptionCode.EXCEPTION_NONE:
222 if mes.ExceptionRecord.ExceptionCode == ExceptionCode.EXCEPTION_NONE:
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/fileapi/
H A DFileReaderSync.h57 PassRefPtr<ArrayBuffer> readAsArrayBuffer(ScriptExecutionContext*, Blob*, ExceptionCode&);
58 String readAsBinaryString(ScriptExecutionContext*, Blob*, ExceptionCode&);
59 String readAsText(ScriptExecutionContext* scriptExecutionContext, Blob* blob, ExceptionCode& ec) in readAsText()
63 String readAsText(ScriptExecutionContext*, Blob*, const String& encoding, ExceptionCode&);
64 String readAsDataURL(ScriptExecutionContext*, Blob*, ExceptionCode&);
69 void startLoading(ScriptExecutionContext*, FileReaderLoader&, Blob*, ExceptionCode&);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSStyleDeclaration.h34 typedef int ExceptionCode; typedef
43 virtual void setCssText(const String&, ExceptionCode&) = 0;
62 void setProperty(const String& propertyName, const String& value, ExceptionCode&);
63 …tProperty(const String& propertyName, const String& value, const String& priority, ExceptionCode&);
64 String removeProperty(const String& propertyName, ExceptionCode&);
65 … virtual void setProperty(int propertyId, const String& value, bool important, ExceptionCode&) = 0;
66 virtual String removeProperty(int propertyID, ExceptionCode&) = 0;

12345678910>>...66