Searched refs:ec (Results 101 - 125 of 708) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/editing/
H A DWrapContentsInDummySpanCommand.cpp47 ExceptionCode ec; local
51 m_dummySpan->appendChild(children[i].release(), ec);
53 m_element->appendChild(m_dummySpan.get(), ec);
74 ExceptionCode ec; local
78 m_element->appendChild(children[i].release(), ec);
80 m_dummySpan->remove(ec);
H A DMergeIdenticalElementsCommand.cpp50 ExceptionCode ec = 0; local
58 m_element2->insertBefore(children[i].release(), m_atChild.get(), ec);
60 m_element1->remove(ec);
74 ExceptionCode ec = 0;
76 parent->insertBefore(m_element1.get(), m_element2.get(), ec);
77 if (ec)
86 m_element1->appendChild(children[i].release(), ec);
/external/webkit/Source/WebCore/html/canvas/
H A DArrayBufferView.cpp45 void ArrayBufferView::setImpl(ArrayBufferView* array, unsigned byteOffset, ExceptionCode& ec) argument
51 ec = INDEX_SIZE_ERR;
59 void ArrayBufferView::setRangeImpl(const char* data, size_t dataByteLength, unsigned byteOffset, ExceptionCode& ec) argument
65 ec = INDEX_SIZE_ERR;
73 void ArrayBufferView::zeroRangeImpl(unsigned byteOffset, size_t rangeByteLength, ExceptionCode& ec) argument
79 ec = INDEX_SIZE_ERR;
/external/webkit/Source/WebKit/chromium/src/
H A DIDBCursorBackendProxy.cpp77 void IDBCursorBackendProxy::update(PassRefPtr<SerializedScriptValue> value, PassRefPtr<IDBCallbacks> callbacks, ExceptionCode& ec) argument
79 m_idbCursor->update(value, new WebIDBCallbacksImpl(callbacks), ec);
82 void IDBCursorBackendProxy::continueFunction(PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks> callbacks, ExceptionCode& ec) argument
84 m_idbCursor->continueFunction(key, new WebIDBCallbacksImpl(callbacks), ec);
87 void IDBCursorBackendProxy::deleteFunction(PassRefPtr<IDBCallbacks> callbacks, ExceptionCode& ec) argument
89 m_idbCursor->deleteFunction(new WebIDBCallbacksImpl(callbacks), ec);
/external/openssl/crypto/ec/
H A Dec_pmeth.c62 #include <openssl/ec.h>
125 EC_KEY *ec = ctx->pkey->pkey.ec; local
129 *siglen = ECDSA_size(ec);
132 else if(*siglen < (size_t)ECDSA_size(ec))
144 ret = ECDSA_sign(type, tbs, tbslen, sig, &sltmp, ec);
158 EC_KEY *ec = ctx->pkey->pkey.ec; local
165 ret = ECDSA_verify(type, tbs, tbslen, sig, siglen, ec);
184 group = EC_KEY_get0_group(ctx->pkey->pkey.ec);
270 EC_KEY *ec = NULL; local
291 EC_KEY *ec = NULL; local
[all...]
/external/webkit/Source/WebCore/storage/
H A DIDBObjectStore.h62 PassRefPtr<IDBRequest> add(ScriptExecutionContext* context, PassRefPtr<SerializedScriptValue> value, ExceptionCode& ec) { return add(context, value, 0, ec); } argument
63 PassRefPtr<IDBRequest> put(ScriptExecutionContext* context, PassRefPtr<SerializedScriptValue> value, ExceptionCode& ec) { return put(context, value, 0, ec); } argument
64 PassRefPtr<IDBIndex> createIndex(const String& name, const String& keyPath, ExceptionCode& ec) { return createIndex(name, keyPath, OptionsObject(), ec); } argument
65 PassRefPtr<IDBRequest> openCursor(ScriptExecutionContext* context, ExceptionCode& ec) { return openCursor(context, 0, ec); } argument
66 PassRefPtr<IDBRequest> openCursor(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, ExceptionCode& ec) { return openCursor(context, keyRange, IDBCursor::NEXT, ec); } argument
[all...]
H A DIDBDatabase.cpp75 PassRefPtr<IDBObjectStore> IDBDatabase::createObjectStore(const String& name, const OptionsObject& options, ExceptionCode& ec) argument
78 ec = IDBDatabaseException::NOT_ALLOWED_ERR;
88 RefPtr<IDBObjectStoreBackendInterface> objectStore = m_backend->createObjectStore(name, keyPath, autoIncrement, m_setVersionTransaction->backend(), ec);
90 ASSERT(ec);
96 void IDBDatabase::deleteObjectStore(const String& name, ExceptionCode& ec) argument
99 ec = IDBDatabaseException::NOT_ALLOWED_ERR;
103 m_backend->deleteObjectStore(name, m_setVersionTransaction->backend(), ec);
106 PassRefPtr<IDBVersionChangeRequest> IDBDatabase::setVersion(ScriptExecutionContext* context, const String& version, ExceptionCode& ec) argument
109 m_backend->setVersion(version, request, m_databaseCallbacks, ec);
113 PassRefPtr<IDBTransaction> IDBDatabase::transaction(ScriptExecutionContext* context, PassRefPtr<DOMStringList> prpStoreNames, unsigned short mode, ExceptionCode& ec) argument
[all...]
/external/webkit/Source/WebCore/svg/properties/
H A DSVGListPropertyTearOff.h72 void clear(ExceptionCode& ec) argument
74 Base::clearValuesAndWrappers(m_animatedProperty.get(), ec);
82 PassListItemTearOff initialize(PassListItemTearOff passNewItem, ExceptionCode& ec) argument
84 return Base::initializeValuesAndWrappers(m_animatedProperty.get(), passNewItem, ec);
87 PassListItemTearOff getItem(unsigned index, ExceptionCode& ec) argument
89 return Base::getItemValuesAndWrappers(m_animatedProperty.get(), index, ec);
92 PassListItemTearOff insertItemBefore(PassListItemTearOff passNewItem, unsigned index, ExceptionCode& ec) argument
94 return Base::insertItemBeforeValuesAndWrappers(m_animatedProperty.get(), passNewItem, index, ec);
97 PassListItemTearOff replaceItem(PassListItemTearOff passNewItem, unsigned index, ExceptionCode& ec) argument
99 return Base::replaceItemValuesAndWrappers(m_animatedProperty.get(), passNewItem, index, ec);
102 removeItem(unsigned index, ExceptionCode& ec) argument
107 appendItem(PassListItemTearOff passNewItem, ExceptionCode& ec) argument
[all...]
/external/icu4c/i18n/unicode/
H A Ducurr.h46 * @param ec error code
56 UErrorCode* ec);
126 * @param ec error code
139 UErrorCode* ec);
151 * @param ec error code
163 UErrorCode* ec);
169 * @param ec input-output error code
176 UErrorCode* ec);
182 * @param ec input-output error code
189 UErrorCode* ec);
[all...]
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8WorkerCustom.cpp75 ExceptionCode ec = 0;
76 RefPtr<Worker> obj = Worker::create(toWebCoreString(scriptUrl), context, ec);
77 if (ec)
78 return throwError(ec);
103 ExceptionCode ec = 0; local
104 worker->postMessage(message.release(), &portArray, ec);
105 return throwError(ec);
H A DV8WebSocketCustom.cpp72 ExceptionCode ec = 0; local
75 webSocket->connect(url, ec);
81 webSocket->connect(url, toWebCoreString(protocol), ec);
83 if (ec)
84 return throwError(ec);
/external/llvm/lib/Object/
H A DBinary.cpp52 error_code ec; local
55 OwningPtr<Binary> ret(new Archive(scopedSource.take(), ec));
56 if (ec) return ec;
88 OwningPtr<Binary> ret(new COFFObjectFile(scopedSource.take(), ec));
89 if (ec) return ec;
100 if (error_code ec = MemoryBuffer::getFileOrSTDIN(Path, File))
101 return ec;
/external/webkit/Source/WebCore/html/
H A DHTMLTableRowElement.cpp121 PassRefPtr<HTMLElement> HTMLTableRowElement::insertCell(int index, ExceptionCode& ec) argument
126 ec = INDEX_SIZE_ERR;
132 appendChild(cell, ec);
139 insertBefore(cell, n, ec);
144 void HTMLTableRowElement::deleteCell(int index, ExceptionCode& ec) argument
152 HTMLElement::removeChild(cell.get(), ec);
154 ec = INDEX_SIZE_ERR;
162 void HTMLTableRowElement::setCells(HTMLCollection*, ExceptionCode& ec) argument
164 ec = NO_MODIFICATION_ALLOWED_ERR;
H A DValidationMessage.cpp86 ExceptionCode ec = 0; local
89 m_bubbleMessage->appendChild(HTMLBRElement::create(doc), ec); local
90 m_bubbleMessage->appendChild(Text::create(doc, lines[i]), ec); local
93 bold->setInnerText(lines[i], ec);
94 m_bubbleMessage->appendChild(bold.release(), ec);
132 ExceptionCode ec = 0; local
133 host->ensureShadowRoot()->appendChild(m_bubble.get(), ec);
136 clipper->appendChild(ElementWithPseudoId::create(doc, "-webkit-validation-bubble-arrow"), ec); local
137 m_bubble->appendChild(clipper.release(), ec);
139 m_bubble->appendChild(m_bubbleMessage, ec);
160 ExceptionCode ec; local
[all...]
/external/webkit/Source/WebCore/workers/
H A DWorker.cpp59 PassRefPtr<Worker> Worker::create(const String& url, ScriptExecutionContext* context, ExceptionCode& ec) argument
63 KURL scriptURL = worker->resolveURL(url, ec);
86 void Worker::postMessage(PassRefPtr<SerializedScriptValue> message, MessagePort* port, ExceptionCode& ec) argument
91 postMessage(message, &ports, ec);
94 void Worker::postMessage(PassRefPtr<SerializedScriptValue> message, ExceptionCode& ec) argument
96 postMessage(message, static_cast<MessagePortArray*>(0), ec);
99 void Worker::postMessage(PassRefPtr<SerializedScriptValue> message, const MessagePortArray* ports, ExceptionCode& ec) argument
102 OwnPtr<MessagePortChannelArray> channels = MessagePort::disentanglePorts(ports, ec);
103 if (ec)
/external/icu4c/i18n/
H A Dtimezone.cpp267 * @param ec input-output error code
272 UErrorCode& ec)
278 UResourceBundle *top = ures_openDirect(0, kZONEINFO, &ec);
280 /* &res = */ getZoneByName(top, id, &res, ec);
283 U_DEBUG_TZ_MSG(("Loading zone '%s' (%s, size %d) - %s\n", buf, ures_getKey((UResourceBundle*)&res), ures_getSize(&res), u_errorName(ec)));
285 int32_t deref = ures_getInt(&res, &ec) + 0;
286 U_DEBUG_TZ_MSG(("getInt: %s - type is %d\n", u_errorName(ec), ures_getType(&res)));
287 UResourceBundle *ares = ures_getByKey(top, kZONES, NULL, &ec); // dereference Zones section
288 ures_getByIndex(ares, deref, &res, &ec);
290 U_DEBUG_TZ_MSG(("alias to #%d (%s) - %s\n", deref, "??", u_errorName(ec)));
270 openOlsonResource(const UnicodeString& id, UResourceBundle& res, UErrorCode& ec) argument
404 UErrorCode ec = U_ZERO_ERROR; local
409 createSystemTimeZone(const UnicodeString& id, UErrorCode& ec) argument
656 UErrorCode ec = U_ZERO_ERROR; local
672 getMap(USystemTimeZoneType type, int32_t& len, UErrorCode& ec) argument
700 initMap(USystemTimeZoneType type, int32_t& len, UErrorCode& ec) argument
808 create(USystemTimeZoneType type, const char* region, const int32_t* rawOffset, UErrorCode& ec) argument
969 createTimeZoneIDEnumeration( USystemTimeZoneType zoneType, const char* region, const int32_t* rawOffset, UErrorCode& ec) argument
979 UErrorCode ec = U_ZERO_ERROR; local
985 UErrorCode ec = U_ZERO_ERROR; local
991 UErrorCode ec = U_ZERO_ERROR; local
1000 UErrorCode ec = U_ZERO_ERROR; local
1023 UErrorCode ec = U_ZERO_ERROR; local
1068 UErrorCode ec = U_ZERO_ERROR; local
1087 UErrorCode ec = U_ZERO_ERROR; local
[all...]
H A Dcurrunit.cpp22 CurrencyUnit::CurrencyUnit(const UChar* _isoCode, UErrorCode& ec) { argument
24 if (U_SUCCESS(ec)) {
28 ec = U_ILLEGAL_ARGUMENT_ERROR;
H A Dmeasure.cpp25 UErrorCode& ec) :
27 if (U_SUCCESS(ec) &&
29 ec = U_ILLEGAL_ARGUMENT_ERROR;
24 Measure(const Formattable& _number, MeasureUnit* adoptedUnit, UErrorCode& ec) argument
/external/webkit/Source/WebKit/chromium/public/
H A DWebIDBDatabase.h66 virtual void deleteObjectStore(const WebString& name, const WebIDBTransaction& transaction, WebExceptionCode& ec) { WEBKIT_ASSERT_NOT_REACHED(); } argument
69 virtual WebIDBTransaction* transaction(const WebDOMStringList& names, unsigned short mode, WebExceptionCode& ec) argument
71 return transaction(names, mode, 0, ec);
74 virtual WebIDBTransaction* transaction(const WebDOMStringList& names, unsigned short mode, unsigned long, WebExceptionCode& ec) argument
76 return transaction(names, mode, ec);
/external/webkit/Source/WebCore/bindings/js/
H A DJSMessagePortCustom.h57 ExceptionCode ec = 0;
58 impl->postMessage(message, &portArray, ec);
59 setDOMException(exec, ec);
H A DJSDOMStringMapCustom.cpp71 ExceptionCode ec = 0;
72 m_impl->deleteItem(identifierToString(propertyName), ec); local
73 setDOMException(exec, ec);
95 ExceptionCode ec = 0;
96 impl()->setItem(identifierToString(propertyName), stringValue, ec); local
97 setDOMException(exec, ec);
H A DJSDirectoryEntrySyncCustom.cpp76 ExceptionCode ec = 0;
77 JSC::JSValue result = toJS(exec, this->globalObject(), WTF::getPtr(imp->getFile(path, flags, ec)));
78 setDOMException(exec, ec);
93 ExceptionCode ec = 0;
94 JSC::JSValue result = toJS(exec, this->globalObject(), WTF::getPtr(imp->getDirectory(path, flags, ec)));
95 setDOMException(exec, ec);
/external/webkit/Source/WebCore/css/
H A DStyleMedia.cpp69 ExceptionCode ec = 0; local
70 media->setMediaText(query, ec);
71 if (ec)
H A DCSSMediaRule.cpp60 unsigned CSSMediaRule::insertRule(const String& rule, unsigned index, ExceptionCode& ec) argument
64 ec = INDEX_SIZE_ERR;
72 ec = SYNTAX_ERR;
84 ec = HIERARCHY_REQUEST_ERR;
97 void CSSMediaRule::deleteRule(unsigned index, ExceptionCode& ec) argument
102 ec = INDEX_SIZE_ERR;
/external/webkit/Source/WebCore/svg/
H A DSVGLengthList.cpp34 ExceptionCode ec = 0; local
49 length.setValueAsString(valueString, ec);
50 if (ec)

Completed in 348 milliseconds

1234567891011>>