Searched defs:ec (Results 101 - 125 of 410) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/workers/
H A DSharedWorker.cpp55 PassRefPtr<SharedWorker> SharedWorker::create(ScriptExecutionContext* context, const String& url, const String& name, ExceptionCode& ec) argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Linker/
H A DLinkItems.cpp165 error_code ec; local
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Druleiter.cpp36 UChar32 RuleCharacterIterator::next(int32_t options, UBool& isEscaped, UErrorCode& ec) { argument
H A Duset_props.cpp31 uset_openPattern(const UChar* pattern, int32_t patternLength, UErrorCode* ec) argument
50 uset_openPatternOptions(const UChar* pattern, int32_t patternLength, uint32_t options, UErrorCode* ec) argument
100 uset_applyIntPropertyValue(USet* set, UProperty prop, int32_t value, UErrorCode* ec) argument
106 uset_applyPropertyAlias(USet* set, const UChar *prop, int32_t propLength, const UChar *value, int32_t valueLength, UErrorCode* ec) argument
129 uset_toPattern(const USet* set, UChar* result, int32_t resultCapacity, UBool escapeUnprintable, UErrorCode* ec) argument
[all...]
H A Duvectr64.cpp71 void UVector64::assign(const UVector64& other, UErrorCode &ec) { argument
197 UErrorCode ec = U_ZERO_ERROR; local
/macosx-10.9.5/WebCore-7537.78.1/Modules/filesystem/
H A DWorkerContextFileSystem.cpp68 PassRefPtr<DOMFileSystemSync> WorkerContextFileSystem::webkitRequestFileSystemSync(WorkerContext* worker, int type, long long size, ExceptionCode& ec) argument
107 PassRefPtr<EntrySync> WorkerContextFileSystem::webkitResolveLocalFileSystemSyncURL(WorkerContext* worker, const String& url, ExceptionCode& ec) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBCursor.h74 void continueFunction(ScriptExecutionContext*, ExceptionCode& ec) { continueFunction(static_cast<IDBKey*>(0), ec); } argument
H A DIDBFactory.cpp101 PassRefPtr<IDBRequest> IDBFactory::getDatabaseNames(ScriptExecutionContext* context, ExceptionCode& ec) argument
116 PassRefPtr<IDBOpenDBRequest> IDBFactory::open(ScriptExecutionContext* context, const String& name, unsigned long long version, ExceptionCode& ec) argument
126 PassRefPtr<IDBOpenDBRequest> IDBFactory::openInternal(ScriptExecutionContext* context, const String& name, int64_t version, ExceptionCode& ec) argument
148 PassRefPtr<IDBOpenDBRequest> IDBFactory::open(ScriptExecutionContext* context, const String& name, ExceptionCode& ec) argument
154 deleteDatabase(ScriptExecutionContext* context, const String& name, ExceptionCode& ec) argument
174 cmp(ScriptExecutionContext* context, const ScriptValue& firstValue, const ScriptValue& secondValue, ExceptionCode& ec) argument
[all...]
H A DIDBIndex.cpp59 PassRefPtr<IDBRequest> IDBIndex::openCursor(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, const String& directionString, ExceptionCode& ec) argument
80 PassRefPtr<IDBRequest> IDBIndex::openCursor(ScriptExecutionContext* context, const ScriptValue& key, const String& direction, ExceptionCode& ec) argument
89 PassRefPtr<IDBRequest> IDBIndex::count(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, ExceptionCode& ec) argument
105 count(ScriptExecutionContext* context, const ScriptValue& key, ExceptionCode& ec) argument
114 openKeyCursor(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, const String& directionString, ExceptionCode& ec) argument
135 openKeyCursor(ScriptExecutionContext* context, const ScriptValue& key, const String& direction, ExceptionCode& ec) argument
144 get(ScriptExecutionContext* context, const ScriptValue& key, ExceptionCode& ec) argument
153 get(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, ExceptionCode& ec) argument
174 getKey(ScriptExecutionContext* context, const ScriptValue& key, ExceptionCode& ec) argument
184 getKey(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, ExceptionCode& ec) argument
[all...]
H A DIDBIndex.h64 PassRefPtr<IDBRequest> openCursor(ScriptExecutionContext* context, ExceptionCode& ec) { return openCursor(context, static_cast<IDBKeyRange*>(0), ec); } argument
65 PassRefPtr<IDBRequest> openCursor(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, ExceptionCode& ec) { return openCursor(context, keyRange, IDBCursor::directionNext(), ec); } argument
66 PassRefPtr<IDBRequest> openCursor(ScriptExecutionContext* context, const ScriptValue& key, ExceptionCode& ec) { return openCursor(context, key, IDBCursor::directionNext(), ec); } argument
69 PassRefPtr<IDBRequest> count(ScriptExecutionContext* context, ExceptionCode& ec) { return count(context, static_cast<IDBKeyRange*>(0), ec); } argument
73 PassRefPtr<IDBRequest> openKeyCursor(ScriptExecutionContext* context, ExceptionCode& ec) { return openKeyCursor(context, static_cast<IDBKeyRange*>(0), ec); } argument
74 openKeyCursor(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, ExceptionCode& ec) argument
75 openKeyCursor(ScriptExecutionContext* context, const ScriptValue& key, ExceptionCode& ec) argument
[all...]
H A DIDBKeyRange.cpp64 PassRefPtr<IDBKeyRange> IDBKeyRange::only(PassRefPtr<IDBKey> prpKey, ExceptionCode& ec) argument
75 PassRefPtr<IDBKeyRange> IDBKeyRange::only(ScriptExecutionContext* context, const ScriptValue& keyValue, ExceptionCode& ec) argument
87 PassRefPtr<IDBKeyRange> IDBKeyRange::lowerBound(ScriptExecutionContext* context, const ScriptValue& boundValue, bool open, ExceptionCode& ec) argument
99 PassRefPtr<IDBKeyRange> IDBKeyRange::upperBound(ScriptExecutionContext* context, const ScriptValue& boundValue, bool open, ExceptionCode& ec) argument
111 PassRefPtr<IDBKeyRange> IDBKeyRange::bound(ScriptExecutionContext* context, const ScriptValue& lowerValue, const ScriptValue& upperValue, bool lowerOpen, bool upperOpen, ExceptionCode& ec) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/mediastream/
H A DMediaConstraintsImpl.cpp44 PassRefPtr<MediaConstraintsImpl> MediaConstraintsImpl::create(const Dictionary& constraints, ExceptionCode& ec) argument
/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DAudioBuffer.cpp95 PassRefPtr<Float32Array> AudioBuffer::getChannelData(unsigned channelIndex, ExceptionCode& ec) argument
/macosx-10.9.5/WebCore-7537.78.1/Modules/webdatabase/
H A DDatabaseSync.cpp77 void DatabaseSync::changeVersion(const String& oldVersion, const String& newVersion, PassRefPtr<SQLTransactionSyncCallback> changeVersionCallback, ExceptionCode& ec) argument
127 void DatabaseSync::transaction(PassRefPtr<SQLTransactionSyncCallback> callback, ExceptionCode& ec) argument
132 readTransaction(PassRefPtr<SQLTransactionSyncCallback> callback, ExceptionCode& ec) argument
137 runTransaction(PassRefPtr<SQLTransactionSyncCallback> callback, bool readOnly, ExceptionCode& ec) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/websockets/
H A DWebSocket.h81 void close(ExceptionCode& ec) { close(WebSocketChannel::CloseEventCodeNotSpecified, String(), ec); } argument
82 void close(int code, ExceptionCode& ec) { close(code, String(), ec); } argument
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSDOMStringMapCustom.cpp84 impl()->setItem(propertyNameToString(propertyName), stringValue, ec); local
H A DJSStorageCustom.cpp39 ExceptionCode ec = 0; local
74 thisObject->m_impl->removeItem(propertyNameToString(propertyName), ec); local
87 ExceptionCode ec local
120 impl()->setItem(propertyNameToString(propertyName), stringValue, ec); local
[all...]
H A DJSXMLHttpRequestCustom.cpp90 ExceptionCode ec = 0; local
115 ExceptionCode ec = 0; local
123 impl()->send(toDocument(val), ec); local
125 impl()->send(toBlob(val), ec); local
127 impl()->send(toDOMFormData(val), ec); local
129 impl()->send(toArrayBuffer(val), ec); local
131 impl()->send(toArrayBufferView(val), ec); local
150 ExceptionCode ec = 0; local
168 ExceptionCode ec = 0; local
179 ExceptionCode ec = 0; local
190 ExceptionCode ec = 0; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DDOMImplementationFront.cpp57 PassRefPtr<DocumentType> DOMImplementationFront::createDocumentType(const String& qualifiedName, const String& publicId, const String& systemId, ExceptionCode& ec) argument
62 PassRefPtr<Document> DOMImplementationFront::createDocument(const String& namespaceURI, const String& qualifiedName, DocumentType* type, ExceptionCode& ec) argument
72 PassRefPtr<CSSStyleSheet> DOMImplementationFront::createCSSStyleSheet(const String& title, const String& media, ExceptionCode& ec) argument
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/GObject/
H A DWebKitDOMTestNode.cpp63 WebCore::ExceptionCode ec = 0; local
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSGroupingRule.cpp60 unsigned CSSGroupingRule::insertRule(const String& ruleString, unsigned index, ExceptionCode& ec) argument
98 void CSSGroupingRule::deleteRule(unsigned index, ExceptionCode& ec) argument
H A DWebKitCSSMatrix.cpp44 WebKitCSSMatrix::WebKitCSSMatrix(const String& s, ExceptionCode& ec) argument
53 void WebKitCSSMatrix::setMatrixValue(const String& string, ExceptionCode& ec) argument
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DNodeIterator.h58 PassRefPtr<Node> nextNode(ExceptionCode& ec) { return nextNode(scriptStateFromNode(mainThreadNormalWorld(), referenceNode()), ec); } argument
59 PassRefPtr<Node> previousNode(ExceptionCode& ec) { return previousNode(scriptStateFromNode(mainThreadNormalWorld(), referenceNode()), ec); } argument
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DDOMTokenList.cpp34 bool DOMTokenList::validateToken(const AtomicString& token, ExceptionCode& ec) argument
52 bool DOMTokenList::validateTokens(const Vector<String>& tokens, ExceptionCode& ec) argument
69 void DOMTokenList::add(const AtomicString& token, ExceptionCode& ec) argument
76 void DOMTokenList::add(const Vector<String>& tokens, ExceptionCode& ec) argument
92 remove(const AtomicString& token, ExceptionCode& ec) argument
99 remove(const Vector<String>& tokens, ExceptionCode& ec) argument
118 toggle(const AtomicString& token, ExceptionCode& ec) argument
131 toggle(const AtomicString& token, bool force, ExceptionCode& ec) argument
[all...]
H A DHTMLMarqueeElement.cpp131 void HTMLMarqueeElement::setScrollAmount(int scrollAmount, ExceptionCode& ec) argument
146 void HTMLMarqueeElement::setScrollDelay(int scrollDelay, ExceptionCode& ec) argument
161 void HTMLMarqueeElement::setLoop(int loop, ExceptionCode& ec) argument

Completed in 213 milliseconds

1234567891011>>