Searched refs:ExceptionCode (Results 1 - 25 of 490) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/html/
H A DHTMLOptionsCollection.h34 typedef int ExceptionCode; typedef in namespace:WebCore
40 void add(PassRefPtr<HTMLOptionElement>, ExceptionCode&);
41 void add(PassRefPtr<HTMLOptionElement>, int index, ExceptionCode&);
47 void setLength(unsigned, 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&);
H A DHTMLTableRowElement.h44 PassRefPtr<HTMLElement> insertCell(int index, ExceptionCode&);
45 void deleteCell(int index, ExceptionCode&);
48 void setCells(HTMLCollection *, ExceptionCode&);
H A DDOMTokenList.h28 #include "ExceptionCode.h"
47 virtual bool contains(const AtomicString&, ExceptionCode&) const = 0;
48 virtual void add(const AtomicString&, ExceptionCode&) = 0;
49 virtual void remove(const AtomicString&, ExceptionCode&) = 0;
50 virtual bool toggle(const AtomicString&, ExceptionCode&) = 0;
56 static bool validateToken(const AtomicString&, ExceptionCode&);
H A DHTMLMarqueeElement.h45 void setScrollAmount(int, ExceptionCode&);
48 void setScrollDelay(int, ExceptionCode&);
51 void setLoop(int, ExceptionCode&);
/external/webkit/Source/WebCore/bindings/objc/
H A DExceptionHandlers.h43 typedef int ExceptionCode; typedef in namespace:WebCore
48 void raiseDOMException(ExceptionCode);
50 inline void raiseOnDOMError(ExceptionCode ec)
H A DDOMImplementationFront.h41 typedef int ExceptionCode; typedef in namespace:WebCore
48 PassRefPtr<DocumentType> createDocumentType(const String& qualifiedName, const String& publicId, const String& systemId, ExceptionCode&);
49 PassRefPtr<Document> createDocument(const String& namespaceURI, const String& qualifiedName, DocumentType*, ExceptionCode&);
51 PassRefPtr<CSSStyleSheet> createCSSStyleSheet(const String& title, const String& media, ExceptionCode&);
/external/webkit/Source/WebCore/html/canvas/
H A DDataView.h30 #include "ExceptionCode.h"
44 int8_t getInt8(unsigned byteOffset, ExceptionCode&);
45 uint8_t getUint8(unsigned byteOffset, ExceptionCode&);
46 int16_t getInt16(unsigned byteOffset, ExceptionCode& ec) { return getInt16(byteOffset, false, ec); }
47 int16_t getInt16(unsigned byteOffset, bool littleEndian, ExceptionCode&);
48 uint16_t getUint16(unsigned byteOffset, ExceptionCode& ec) { return getUint16(byteOffset, false, ec); }
49 uint16_t getUint16(unsigned byteOffset, bool littleEndian, ExceptionCode&);
50 int32_t getInt32(unsigned byteOffset, ExceptionCode& ec) { return getInt32(byteOffset, false, ec); }
51 int32_t getInt32(unsigned byteOffset, bool littleEndian, ExceptionCode&);
52 uint32_t getUint32(unsigned byteOffset, ExceptionCode
[all...]
/external/webkit/Source/WebCore/dom/
H A DRange.h55 Node* startContainer(ExceptionCode&) const;
56 int startOffset(ExceptionCode&) const;
57 Node* endContainer(ExceptionCode&) const;
58 int endOffset(ExceptionCode&) const;
59 bool collapsed(ExceptionCode&) const;
61 Node* commonAncestorContainer(ExceptionCode&) const;
63 void setStart(PassRefPtr<Node> container, int offset, ExceptionCode&);
64 void setEnd(PassRefPtr<Node> container, int offset, ExceptionCode&);
65 void collapse(bool toStart, ExceptionCode&);
66 bool isPointInRange(Node* refNode, int offset, 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&);
H A DDOMStringMap.h36 typedef int ExceptionCode; typedef in namespace:WebCore
49 virtual void setItem(const String& name, const String& value, ExceptionCode&) = 0;
50 virtual void deleteItem(const String& name, ExceptionCode&) = 0;
H A DDataTransferItems.h43 typedef int ExceptionCode; typedef in namespace:WebCore
51 virtual void deleteItem(unsigned long index, ExceptionCode&) = 0;
54 virtual void add(const String& data, const String& type, ExceptionCode&) = 0;
/external/webkit/Source/WebCore/fileapi/
H A DFileReaderSync.h36 #include "ExceptionCode.h"
57 PassRefPtr<ArrayBuffer> readAsArrayBuffer(ScriptExecutionContext*, Blob*, ExceptionCode&);
58 String readAsBinaryString(ScriptExecutionContext*, Blob*, ExceptionCode&);
59 String readAsText(ScriptExecutionContext* scriptExecutionContext, Blob* blob, ExceptionCode& ec)
63 String readAsText(ScriptExecutionContext*, Blob*, const String& encoding, ExceptionCode&);
64 String readAsDataURL(ScriptExecutionContext*, Blob*, ExceptionCode&);
69 void startLoading(ScriptExecutionContext*, FileReaderLoader&, Blob*, ExceptionCode&);
H A DFileWriterSync.h45 typedef int ExceptionCode; typedef in namespace:WebCore
56 void write(Blob*, ExceptionCode&);
57 void seek(long long position, ExceptionCode&);
58 void truncate(long long length, ExceptionCode&);
H A DFileEntrySync.cpp46 PassRefPtr<File> FileEntrySync::file(ExceptionCode& ec)
51 PassRefPtr<FileWriterSync> FileEntrySync::createWriter(ExceptionCode& ec)
/external/webkit/Source/WebCore/page/
H A DDOMSelection.h44 typedef int ExceptionCode; typedef in namespace:WebCore
60 void setBaseAndExtent(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&);
/external/webkit/Source/WebCore/xml/
H A DXPathResult.h38 typedef int ExceptionCode; typedef in namespace:WebCore
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&);
H A DXMLSerializer.h28 typedef int ExceptionCode; typedef in namespace:WebCore
36 String serializeToString(Node*, ExceptionCode&);
H A DXMLHttpRequest.h80 String statusText(ExceptionCode&) const;
81 int status(ExceptionCode&) const;
84 void setWithCredentials(bool, ExceptionCode&);
87 void setAsBlob(bool, ExceptionCode&);
89 void open(const String& method, const KURL&, ExceptionCode&);
90 void open(const String& method, const KURL&, bool async, ExceptionCode&);
91 void open(const String& method, const KURL&, bool async, const String& user, ExceptionCode&);
92 void open(const String& method, const KURL&, bool async, const String& user, const String& password, ExceptionCode&);
93 void send(ExceptionCode&);
94 void send(Document*, ExceptionCode
[all...]
/external/webkit/Source/WebCore/svg/
H A DSVGLength.h25 #include "ExceptionCode.h"
80 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 float convertValueFromPercentageToUserUnits(float value, const SVGElement* context, ExceptionCode&) const;
108 float convertValueFromUserUnitsToPercentage(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
[all...]
H A DSVGAngle.h26 #include "ExceptionCode.h"
51 void setValueAsString(const String&, ExceptionCode&);
54 void newValueSpecifiedUnits(unsigned short unitType, float valueInSpecifiedUnits, ExceptionCode&);
55 void convertToSpecifiedUnits(unsigned short unitType, ExceptionCode&);
/external/webkit/Source/WebCore/storage/
H A DIDBObjectStoreBackendInterface.h29 #include "ExceptionCode.h"
53 virtual void get(PassRefPtr<IDBKey>, PassRefPtr<IDBCallbacks>, IDBTransactionBackendInterface*, ExceptionCode&) = 0;
60 virtual void put(PassRefPtr<SerializedScriptValue>, PassRefPtr<IDBKey>, PutMode, PassRefPtr<IDBCallbacks>, IDBTransactionBackendInterface*, ExceptionCode&) = 0;
61 virtual void deleteFunction(PassRefPtr<IDBKey>, PassRefPtr<IDBCallbacks>, IDBTransactionBackendInterface*, ExceptionCode&) = 0;
63 virtual void clear(PassRefPtr<IDBCallbacks>, IDBTransactionBackendInterface*, ExceptionCode&) = 0;
65 virtual PassRefPtr<IDBIndexBackendInterface> createIndex(const String& 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 virtual void openCursor(PassRefPtr<IDBKeyRange>, unsigned short direction, PassRefPtr<IDBCallbacks>, IDBTransactionBackendInterface*, ExceptionCode&) = 0;
H A DIDBObjectStore.h62 PassRefPtr<IDBRequest> add(ScriptExecutionContext* context, PassRefPtr<SerializedScriptValue> value, ExceptionCode& ec) { return add(context, value, 0, ec); }
63 PassRefPtr<IDBRequest> put(ScriptExecutionContext* context, PassRefPtr<SerializedScriptValue> value, ExceptionCode& ec) { return put(context, value, 0, ec); }
64 PassRefPtr<IDBIndex> createIndex(const String& name, const String& keyPath, ExceptionCode& ec) { return createIndex(name, keyPath, OptionsObject(), ec); }
65 PassRefPtr<IDBRequest> openCursor(ScriptExecutionContext* context, ExceptionCode& ec) { return openCursor(context, 0, ec); }
66 PassRefPtr<IDBRequest> openCursor(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, ExceptionCode& ec) { return openCursor(context, keyRange, IDBCursor::NEXT, ec); }
68 PassRefPtr<IDBRequest> get(ScriptExecutionContext*, PassRefPtr<IDBKey>, ExceptionCode&);
69 PassRefPtr<IDBRequest> add(ScriptExecutionContext*, PassRefPtr<SerializedScriptValue>, PassRefPtr<IDBKey>, ExceptionCode&);
70 PassRefPtr<IDBRequest> put(ScriptExecutionContext*, PassRefPtr<SerializedScriptValue>, PassRefPtr<IDBKey>, ExceptionCode&);
71 PassRefPtr<IDBRequest> deleteFunction(ScriptExecutionContext*, PassRefPtr<IDBKey> key, ExceptionCode&);
72 PassRefPtr<IDBRequest> clear(ScriptExecutionContext*, ExceptionCode
[all...]
H A DDatabaseSync.h36 #include "ExceptionCode.h"
57 const String& displayName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback>, ExceptionCode&);
58 void changeVersion(const String& oldVersion, const String& newVersion, PassRefPtr<SQLTransactionSyncCallback>, ExceptionCode&);
59 void transaction(PassRefPtr<SQLTransactionSyncCallback>, ExceptionCode&);
60 void readTransaction(PassRefPtr<SQLTransactionSyncCallback>, ExceptionCode&);
68 void runTransaction(PassRefPtr<SQLTransactionSyncCallback>, bool readOnly, ExceptionCode&);
/external/webkit/Source/WebCore/bindings/cpp/
H A DWebDOMHTMLOptionsCollectionCustom.cpp39 WebCore::ExceptionCode ec = 0;

Completed in 641 milliseconds

1234567891011>>