HomeSort by relevance Sort by last modified time
    Searched full:exceptioncode (Results 126 - 150 of 561) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/WebCore/storage/
SQLStatementSync.h 36 #include "ExceptionCode.h"
51 PassRefPtr<SQLResultSet> execute(DatabaseSync*, ExceptionCode&);
Storage.h 39 typedef int ExceptionCode;
49 void setItem(const String& key, const String& value, ExceptionCode&);
DatabaseSync.cpp 50 unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionCode& ec)
94 void DatabaseSync::changeVersion(const String& oldVersion, const String& newVersion, PassRefPtr<SQLTransactionSyncCallback> changeVersionCallback, ExceptionCode& ec)
132 void DatabaseSync::transaction(PassRefPtr<SQLTransactionSyncCallback> callback, ExceptionCode& ec)
137 void DatabaseSync::readTransaction(PassRefPtr<SQLTransactionSyncCallback> callback, ExceptionCode& ec)
142 void DatabaseSync::runTransaction(PassRefPtr<SQLTransactionSyncCallback> callback, bool readOnly, ExceptionCode& ec)
IDBIndexBackendImpl.cpp 95 ExceptionCode ec = 0;
103 void IDBIndexBackendImpl::openCursor(PassRefPtr<IDBKeyRange> prpKeyRange, unsigned short direction, PassRefPtr<IDBCallbacks> prpCallbacks, IDBTransactionBackendInterface* transactionPtr, ExceptionCode& ec)
113 void IDBIndexBackendImpl::openKeyCursor(PassRefPtr<IDBKeyRange> prpKeyRange, unsigned short direction, PassRefPtr<IDBCallbacks> prpCallbacks, IDBTransactionBackendInterface* transactionPtr, ExceptionCode& ec)
143 void IDBIndexBackendImpl::get(PassRefPtr<IDBKey> prpKey, PassRefPtr<IDBCallbacks> prpCallbacks, IDBTransactionBackendInterface* transaction, ExceptionCode& ec)
152 void IDBIndexBackendImpl::getKey(PassRefPtr<IDBKey> prpKey, PassRefPtr<IDBCallbacks> prpCallbacks, IDBTransactionBackendInterface* transaction, ExceptionCode& ec)
  /external/webkit/Source/WebCore/svg/
SVGAltGlyphElement.h 39 void setGlyphRef(const AtomicString&, ExceptionCode&);
41 void setFormat(const AtomicString&, ExceptionCode&);
SVGLocatable.h 27 #include "ExceptionCode.h"
47 AffineTransform getTransformToElement(SVGElement*, ExceptionCode&, StyleUpdateStrategy = AllowStyleUpdate) const;
SVGLength.cpp 129 ExceptionCode ec = 0;
157 ExceptionCode ec = 0;
161 float SVGLength::value(const SVGElement* context, ExceptionCode& ec) const
193 void SVGLength::setValue(float value, const SVGElement* context, ExceptionCode& ec)
250 void SVGLength::setValueAsString(const String& string, ExceptionCode& ec)
280 void SVGLength::newValueSpecifiedUnits(unsigned short type, float value, ExceptionCode& ec)
291 void SVGLength::convertToSpecifiedUnits(unsigned short type, const SVGElement* context, ExceptionCode& ec)
358 float SVGLength::convertValueFromUserUnitsToPercentage(float value, const SVGElement* context, ExceptionCode& ec) const
380 float SVGLength::convertValueFromPercentageToUserUnits(float value, const SVGElement* context, ExceptionCode& ec) const
402 float SVGLength::convertValueFromUserUnitsToEMS(float value, const SVGElement* context, ExceptionCode& ec) cons
    [all...]
SVGTextContentElement.cpp 63 ExceptionCode ec = 0;
84 float SVGTextContentElement::getSubStringLength(unsigned charnum, unsigned nchars, ExceptionCode& ec) const
97 FloatPoint SVGTextContentElement::getStartPositionOfChar(unsigned charnum, ExceptionCode& ec) const
109 FloatPoint SVGTextContentElement::getEndPositionOfChar(unsigned charnum, ExceptionCode& ec) const
121 FloatRect SVGTextContentElement::getExtentOfChar(unsigned charnum, ExceptionCode& ec) const
133 float SVGTextContentElement::getRotationOfChar(unsigned charnum, ExceptionCode& ec) const
151 void SVGTextContentElement::selectSubString(unsigned charnum, unsigned nchars, ExceptionCode& ec) const
  /external/webkit/Source/WebCore/bindings/js/
JSXMLHttpRequestCustom.cpp 87 ExceptionCode ec = 0;
112 ExceptionCode ec = 0;
145 ExceptionCode ec = 0;
163 ExceptionCode ec = 0;
175 ExceptionCode ec = 0;
189 ExceptionCode ec = 0;
JSDataViewCustom.cpp 30 #include "ExceptionCode.h"
69 ExceptionCode ec = 0;
126 ExceptionCode ec = 0;
  /external/webkit/Source/WebCore/dom/
NamedNodeMap.h 35 typedef int ExceptionCode;
50 PassRefPtr<Node> removeNamedItem(const String& name, ExceptionCode&);
53 PassRefPtr<Node> removeNamedItemNS(const String& namespaceURI, const String& localName, ExceptionCode&);
56 PassRefPtr<Node> removeNamedItem(const QualifiedName& name, ExceptionCode&);
57 PassRefPtr<Node> setNamedItem(Node*, ExceptionCode&);
58 PassRefPtr<Node> setNamedItemNS(Node*, ExceptionCode&);
MessagePort.h 56 void postMessage(PassRefPtr<SerializedScriptValue> message, ExceptionCode&);
57 void postMessage(PassRefPtr<SerializedScriptValue> message, const MessagePortArray*, ExceptionCode&);
59 void postMessage(PassRefPtr<SerializedScriptValue> message, MessagePort*, ExceptionCode&);
65 PassOwnPtr<MessagePortChannel> disentangle(ExceptionCode&);
70 static PassOwnPtr<MessagePortChannelArray> disentanglePorts(const MessagePortArray*, ExceptionCode&);
Attr.h 50 void setValue(const AtomicString&, ExceptionCode&);
75 virtual void setPrefix(const AtomicString&, ExceptionCode&);
78 virtual void setNodeValue(const String&, ExceptionCode&);
  /external/webkit/Source/WebCore/fileapi/
FileWriter.cpp 39 #include "ExceptionCode.h"
81 void FileWriter::write(Blob* data, ExceptionCode& ec)
101 void FileWriter::seek(long long position, ExceptionCode& ec)
114 void FileWriter::truncate(long long position, ExceptionCode& ec)
128 void FileWriter::abort(ExceptionCode& ec)
192 void FileWriter::setError(FileError::ErrorCode errorCode, ExceptionCode& ec)
FileWriterSync.cpp 43 void FileWriterSync::write(Blob* data, ExceptionCode& ec)
65 void FileWriterSync::seek(long long position, ExceptionCode& ec)
73 void FileWriterSync::truncate(long long offset, ExceptionCode& ec)
  /external/webkit/Source/WebCore/page/
DOMWindow.h 77 typedef int ExceptionCode;
155 String btoa(const String& stringToEncode, ExceptionCode&);
156 String atob(const String& encodedString, ExceptionCode&);
229 void postMessage(PassRefPtr<SerializedScriptValue> message, const MessagePortArray*, const String& targetOrigin, DOMWindow* source, ExceptionCode&);
231 void postMessage(PassRefPtr<SerializedScriptValue> message, MessagePort*, const String& targetOrigin, DOMWindow* source, ExceptionCode&);
245 int setTimeout(PassOwnPtr<ScheduledAction>, int timeout, ExceptionCode&);
247 int setInterval(PassOwnPtr<ScheduledAction>, int timeout, ExceptionCode&);
368 PassRefPtr<Database> openDatabase(const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionCode&);
378 Storage* sessionStorage(ExceptionCode&) const;
379 Storage* localStorage(ExceptionCode&) const
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DirectoryEntrySyncCustom.cpp 37 #include "ExceptionCode.h"
50 static bool extractBooleanValue(const v8::Handle<v8::Object>& object, const char* name, ExceptionCode& ec) {
65 static PassRefPtr<WebKitFlags> getFlags(const v8::Local<v8::Value>& arg, ExceptionCode& ec)
101 ExceptionCode ec = 0;
120 ExceptionCode ec = 0;
V8HistoryCustom.cpp 34 #include "ExceptionCode.h"
62 ExceptionCode ec = 0;
86 ExceptionCode ec = 0;
V8SVGLengthCustom.cpp 47 ExceptionCode ec = 0;
71 ExceptionCode ec = 0;
92 ExceptionCode ec = 0;
V8WorkerCustom.cpp 38 #include "ExceptionCode.h"
75 ExceptionCode ec = 0;
103 ExceptionCode ec = 0;
  /external/webkit/Source/WebCore/workers/
Worker.cpp 40 #include "ExceptionCode.h"
59 PassRefPtr<Worker> Worker::create(const String& url, ScriptExecutionContext* context, ExceptionCode& ec)
86 void Worker::postMessage(PassRefPtr<SerializedScriptValue> message, MessagePort* port, ExceptionCode& ec)
94 void Worker::postMessage(PassRefPtr<SerializedScriptValue> message, ExceptionCode& ec)
99 void Worker::postMessage(PassRefPtr<SerializedScriptValue> message, const MessagePortArray* ports, ExceptionCode& ec)
WorkerContext.h 97 virtual void importScripts(const Vector<String>& urls, ExceptionCode&);
115 PassRefPtr<Database> openDatabase(const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionCode&);
116 PassRefPtr<DatabaseSync> openDatabaseSync(const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionCode&);
137 PassRefPtr<DOMFileSystemSync> webkitRequestFileSystemSync(int type, long long size, ExceptionCode&);
139 PassRefPtr<EntrySync> webkitResolveLocalFileSystemSyncURL(const String& url, ExceptionCode&);
  /external/webkit/Source/WebCore/css/
CSSMediaRule.cpp 27 #include "ExceptionCode.h"
60 unsigned CSSMediaRule::insertRule(const String& rule, unsigned index, ExceptionCode& ec)
97 void CSSMediaRule::deleteRule(unsigned index, ExceptionCode& ec)
CSSStyleDeclaration.cpp 83 void CSSStyleDeclaration::setProperty(const String& propertyName, const String& value, ExceptionCode& ec)
95 void CSSStyleDeclaration::setProperty(const String& propertyName, const String& value, const String& priority, ExceptionCode& ec)
106 String CSSStyleDeclaration::removeProperty(const String& propertyName, ExceptionCode& ec)
  /external/webkit/Source/WebCore/editing/
SplitTextNodeCommand.cpp 57 ExceptionCode ec = 0;
78 ExceptionCode ec = 0;
100 ExceptionCode ec = 0;

Completed in 215 milliseconds

1 2 3 4 56 7 8 91011>>