Searched defs:ec (Results 126 - 150 of 410) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLTableRowElement.cpp121 PassRefPtr<HTMLElement> HTMLTableRowElement::insertCell(int index, ExceptionCode& ec) argument
144 void HTMLTableRowElement::deleteCell(int index, ExceptionCode& ec) argument
162 void HTMLTableRowElement::setCells(HTMLCollection*, ExceptionCode& ec) argument
H A DHTMLTableSectionElement.cpp59 PassRefPtr<HTMLElement> HTMLTableSectionElement::insertRow(int index, ExceptionCode& ec) argument
82 void HTMLTableSectionElement::deleteRow(int index, ExceptionCode& ec) argument
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DDataView.h47 int16_t getInt16(unsigned byteOffset, ExceptionCode& ec) { return getInt16(byteOffset, false, ec); } argument
49 uint16_t getUint16(unsigned byteOffset, ExceptionCode& ec) { return getUint16(byteOffset, false, ec); } argument
51 int32_t getInt32(unsigned byteOffset, ExceptionCode& ec) { return getInt32(byteOffset, false, ec); } argument
53 uint32_t getUint32(unsigned byteOffset, ExceptionCode& ec) { return getUint32(byteOffset, false, ec); } argument
55 float getFloat32(unsigned byteOffset, ExceptionCode& ec) { return getFloat32(byteOffset, false, ec); } argument
57 getFloat64(unsigned byteOffset, ExceptionCode& ec) argument
62 setInt16(unsigned byteOffset, int16_t value, ExceptionCode& ec) argument
64 setUint16(unsigned byteOffset, uint16_t value, ExceptionCode& ec) argument
66 setInt32(unsigned byteOffset, int32_t value, ExceptionCode& ec) argument
68 setUint32(unsigned byteOffset, uint32_t value, ExceptionCode& ec) argument
70 setFloat32(unsigned byteOffset, float value, ExceptionCode& ec) argument
72 setFloat64(unsigned byteOffset, double value, ExceptionCode& ec) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorHistory.cpp90 bool InspectorHistory::perform(PassOwnPtr<Action> action, ExceptionCode& ec) argument
110 bool InspectorHistory::undo(ExceptionCode& ec) argument
129 bool InspectorHistory::redo(ExceptionCode& ec) argument
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DHistory.cpp139 void History::stateObjectAdded(PassRefPtr<SerializedScriptValue> data, const String& title, const String& urlString, StateObjectType stateObjectType, ExceptionCode& ec) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DPlatformKeyboardEventBlackBerry.cpp452 UErrorCode ec = U_ZERO_ERROR; local
/macosx-10.9.5/WebCore-7537.78.1/svg/properties/
H A DSVGPathSegListPropertyTearOff.cpp42 void SVGPathSegListPropertyTearOff::clear(ExceptionCode& ec) argument
52 SVGPathSegListPropertyTearOff::PassListItemType SVGPathSegListPropertyTearOff::getItem(unsigned index, ExceptionCode& ec) argument
62 SVGPathSegListPropertyTearOff::PassListItemType SVGPathSegListPropertyTearOff::replaceItem(PassListItemType passNewItem, unsigned index, ExceptionCode& ec) argument
80 SVGPathSegListPropertyTearOff::PassListItemType SVGPathSegListPropertyTearOff::removeItem(unsigned index, ExceptionCode& ec) argument
H A DSVGStaticListPropertyTearOff.h46 void clear(ExceptionCode& ec) argument
51 ListItemType initialize(const ListItemType& newItem, ExceptionCode& ec) argument
56 ListItemType getItem(unsigned index, ExceptionCode& ec) argument
61 ListItemType insertItemBefore(const ListItemType& newItem, unsigned index, ExceptionCode& ec) argument
66 ListItemType replaceItem(const ListItemType& newItem, unsigned index, ExceptionCode& ec) argument
71 removeItem(unsigned index, ExceptionCode& ec) argument
76 appendItem(const ListItemType& newItem, ExceptionCode& ec) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/workers/
H A DDedicatedWorkerContext.cpp66 void DedicatedWorkerContext::postMessage(PassRefPtr<SerializedScriptValue> message, MessagePort* port, ExceptionCode& ec) argument
74 void DedicatedWorkerContext::postMessage(PassRefPtr<SerializedScriptValue> message, const MessagePortArray* ports, ExceptionCode& ec) argument
83 void DedicatedWorkerContext::importScripts(const Vector<String>& urls, ExceptionCode& ec) argument
H A DWorker.cpp60 PassRefPtr<Worker> Worker::create(ScriptExecutionContext* context, const String& url, ExceptionCode& ec) argument
97 void Worker::postMessage(PassRefPtr<SerializedScriptValue> message, MessagePort* port, ExceptionCode& ec) argument
105 void Worker::postMessage(PassRefPtr<SerializedScriptValue> message, const MessagePortArray* ports, ExceptionCode& ec) argument
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXPathResult.cpp70 void XPathResult::convertTo(unsigned short type, ExceptionCode& ec) argument
181 iterateNext(ExceptionCode& ec) argument
203 snapshotItem(unsigned long index, ExceptionCode& ec) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DProximityDetector.cpp34 ExceptionCode ec = 0; local
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMCSSClasses.cpp94 WebCore::ExceptionCode ec; local
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/test/
H A Dtestxml.c93 apr_xml_elem *ec; local
/macosx-10.9.5/apr-30/apr-util/apr-util/test/
H A Dtestxml.c93 apr_xml_elem *ec; local
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp76 error_code ec; local
/macosx-10.9.5/Heimdal-323.92.1/lib/com_err/
H A Dcompile_et.c72 struct error_code *ec; local
129 struct error_code *ec; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dselfmt.cpp125 findSubMessage(const MessagePattern& pattern, int32_t partIndex, const UnicodeString& keyword, UErrorCode& ec) argument
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dwindttst.cpp82 int32_t ec = TimeZone::countEquivalentIDs(zoneID); local
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dfnmatch.c339 int ec; local
/macosx-10.9.5/WebCore-7537.78.1/Modules/encryptedmedia/
H A DMediaKeySession.cpp141 void MediaKeySession::update(Uint8Array* key, ExceptionCode& ec) argument
/macosx-10.9.5/WebCore-7537.78.1/Modules/filesystem/
H A DFileWriter.cpp98 void FileWriter::write(Blob* data, ExceptionCode& ec) argument
131 void FileWriter::seek(long long position, ExceptionCode& ec) argument
144 void FileWriter::truncate(long long position, ExceptionCode& ec) argument
323 void FileWriter::setError(FileError::ErrorCode errorCode, ExceptionCode& ec) argument
[all...]
H A DSyncCallbackHelper.h75 PassRefPtr<ResultType> getResult(ExceptionCode& ec) argument
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBDatabase.h68 PassRefPtr<IDBTransaction> transaction(ScriptExecutionContext* context, PassRefPtr<DOMStringList> scope, const String& mode, ExceptionCode& ec) { return transaction(context, *scope, mode, ec); } argument
H A DIDBKeyRange.h70 static PassRefPtr<IDBKeyRange> lowerBound(ScriptExecutionContext* context, const ScriptValue& bound, ExceptionCode& ec) { return lowerBound(context, bound, false, ec); } argument
73 static PassRefPtr<IDBKeyRange> upperBound(ScriptExecutionContext* context, const ScriptValue& bound, ExceptionCode& ec) { return upperBound(context, bound, false, ec); } argument
76 static PassRefPtr<IDBKeyRange> bound(ScriptExecutionContext* context, const ScriptValue& lower, const ScriptValue& upper, ExceptionCode& ec) { return bound(context, lower, upper, false, false, ec); } argument
77 static PassRefPtr<IDBKeyRange> bound(ScriptExecutionContext* context, const ScriptValue& lower, const ScriptValue& upper, bool lowerOpen, ExceptionCode& ec) { return bound(context, lower, upper, lowerOpen, false, ec); } argument

Completed in 352 milliseconds

1234567891011>>