Searched defs:ec (Results 251 - 275 of 410) sorted by relevance

<<11121314151617

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dfmtable.cpp89 static void setError(UErrorCode& ec, UErrorCode err) { argument
H A Dtridpars.cpp81 UErrorCode ec = U_ZERO_ERROR; local
274 UErrorCode ec = U_ZERO_ERROR; local
356 UErrorCode ec = U_ZERO_ERROR; local
467 instantiateList(UVector& list, UErrorCode& ec) argument
724 UErrorCode ec = U_ZERO_ERROR; local
[all...]
H A Dumsg.cpp620 umsg_autoQuoteApostrophe(const UChar* pattern, int32_t patternLength, UChar* dest, int32_t destCapacity, UErrorCode* ec) argument
H A Dwindtfmt.cpp297 int32_t ec = TimeZone::countEquivalentIDs(icuid); local
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcmsgtst.c184 UErrorCode ec = U_ZERO_ERROR; local
[all...]
H A Dusettest.c84 UErrorCode ec; local
236 expect(const USet* set, const char* inList, const char* outList, UErrorCode* ec) argument
259 UErrorCode ec; local
361 UErrorCode ec; local
520 UErrorCode ec = U_ZERO_ERROR; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Ddtfmtrtts.cpp487 UErrorCode ec = U_ZERO_ERROR; local
H A Dtchcfmt.cpp569 UErrorCode ec = U_ZERO_ERROR; local
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBObjectStore.cpp71 PassRefPtr<IDBRequest> IDBObjectStore::get(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, ExceptionCode& ec) argument
91 PassRefPtr<IDBRequest> IDBObjectStore::get(ScriptExecutionContext* context, const ScriptValue& key, ExceptionCode& ec) argument
122 PassRefPtr<IDBRequest> IDBObjectStore::add(ScriptState* state, ScriptValue& value, const ScriptValue& key, ExceptionCode& ec) argument
128 add(ScriptState* state, ScriptValue& value, ExceptionCode& ec) argument
134 put(ScriptState* state, ScriptValue& value, const ScriptValue& key, ExceptionCode& ec) argument
140 put(ScriptState* state, ScriptValue& value, ExceptionCode& ec) argument
146 put(IDBDatabaseBackendInterface::PutMode putMode, PassRefPtr<IDBAny> source, ScriptState* state, ScriptValue& value, const ScriptValue& keyValue, ExceptionCode& ec) argument
154 put(IDBDatabaseBackendInterface::PutMode putMode, PassRefPtr<IDBAny> source, ScriptState* state, ScriptValue& value, PassRefPtr<IDBKey> prpKey, ExceptionCode& ec) argument
242 deleteFunction(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, ExceptionCode& ec) argument
267 deleteFunction(ScriptExecutionContext* context, const ScriptValue& key, ExceptionCode& ec) argument
275 clear(ScriptExecutionContext* context, ExceptionCode& ec) argument
366 createIndex(ScriptExecutionContext* context, const String& name, const IDBKeyPath& keyPath, const Dictionary& options, ExceptionCode& ec) argument
377 createIndex(ScriptExecutionContext* context, const String& name, const IDBKeyPath& keyPath, bool unique, bool multiEntry, ExceptionCode& ec) argument
433 index(const String& name, ExceptionCode& ec) argument
470 deleteIndex(const String& name, ExceptionCode& ec) argument
497 openCursor(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> range, const String& directionString, IDBDatabaseBackendInterface::TaskType taskType, ExceptionCode& ec) argument
519 openCursor(ScriptExecutionContext* context, const ScriptValue& key, const String& direction, ExceptionCode& ec) argument
527 count(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> range, ExceptionCode& ec) argument
543 count(ScriptExecutionContext* context, const ScriptValue& key, ExceptionCode& ec) argument
[all...]
H A DIDBTransaction.cpp146 PassRefPtr<IDBObjectStore> IDBTransaction::objectStore(const String& name, ExceptionCode& ec) argument
211 void IDBTransaction::abort(ExceptionCode& ec) argument
339 IndexedDB::TransactionMode IDBTransaction::stringToMode(const String& modeString, ExceptionCode& ec) argument
/macosx-10.9.5/WebCore-7537.78.1/Modules/websockets/
H A DWebSocket.cpp170 PassRefPtr<WebSocket> WebSocket::create(ScriptExecutionContext* context, const String& url, ExceptionCode& ec) argument
176 PassRefPtr<WebSocket> WebSocket::create(ScriptExecutionContext* context, const String& url, const Vector<String>& protocols, ExceptionCode& ec) argument
193 PassRefPtr<WebSocket> WebSocket::create(ScriptExecutionContext* context, const String& url, const String& protocol, ExceptionCode& ec) argument
200 void WebSocket::connect(const String& url, ExceptionCode& ec) argument
206 connect(const String& url, const String& protocol, ExceptionCode& ec) argument
213 connect(const String& url, const Vector<String>& protocols, ExceptionCode& ec) argument
293 send(const String& message, ExceptionCode& ec) argument
316 send(ArrayBuffer* binaryData, ExceptionCode& ec) argument
334 send(ArrayBufferView* arrayBufferView, ExceptionCode& ec) argument
353 send(Blob* binaryData, ExceptionCode& ec) argument
371 close(int code, const String& reason, ExceptionCode& ec) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSCSSStyleDeclarationCustom.cpp373 ExceptionCode ec = 0; local
374 impl()->setPropertyInternal(static_cast<CSSPropertyID>(propertyInfo.propertyID), propValue, important, ec); local
H A DJSDOMBinding.cpp206 void setDOMException(ExecState* exec, ExceptionCode ec) argument
H A DJSDOMWindowCustom.cpp672 ExceptionCode ec = 0; local
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/GObject/
H A DWebKitDOMTestTypedefs.cpp109 WebCore::ExceptionCode ec = 0; local
118 WebCore::ExceptionCode ec = 0; local
146 WebCore::ExceptionCode ec = 0; local
155 WebCore::ExceptionCode ec = 0; local
297 WebCore::ExceptionCode ec = 0; local
315 WebCore::ExceptionCode ec = 0; local
331 WebCore::ExceptionCode ec = 0; local
386 WebCore::ExceptionCode ec = 0; local
421 WebCore::ExceptionCode ec = 0; local
436 WebCore::ExceptionCode ec = 0; local
471 WebCore::ExceptionCode ec = 0; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/JS/
H A DJSTestTypedefs.cpp224 ExceptionCode ec = 0; local
245 ExceptionCode ec = 0; local
317 ExceptionCode ec = 0; local
343 ExceptionCode ec local
555 ExceptionCode ec = 0; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DVisibleSelection.cpp215 ExceptionCode ec = 0; local
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLTableElement.cpp80 void HTMLTableElement::setCaption(PassRefPtr<HTMLTableCaptionElement> newCaption, ExceptionCode& ec) argument
95 void HTMLTableElement::setTHead(PassRefPtr<HTMLTableSectionElement> newHead, ExceptionCode& ec) argument
116 void HTMLTableElement::setTFoot(PassRefPtr<HTMLTableSectionElement> newFoot, ExceptionCode& ec) argument
187 PassRefPtr<HTMLElement> HTMLTableElement::insertRow(int index, ExceptionCode& ec) argument
233 deleteRow(int index, ExceptionCode& ec) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/track/
H A DTextTrack.cpp296 void TextTrack::removeCue(TextTrackCue* cue, ExceptionCode& ec) argument
381 void TextTrack::removeRegion(TextTrackRegion* region, ExceptionCode &ec) argument
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DDOMPatchSupport.cpp124 Node* DOMPatchSupport::patchNode(Node* node, const String& markup, ExceptionCode& ec) argument
171 bool DOMPatchSupport::innerPatchNode(Digest* oldDigest, Digest* newDigest, ExceptionCode& ec) argument
307 innerPatchChildren(ContainerNode* parentNode, const Vector<OwnPtr<Digest> >& oldList, const Vector<OwnPtr<Digest> >& newList, ExceptionCode& ec) argument
463 insertBeforeAndMarkAsUsed(ContainerNode* parentNode, Digest* digest, Node* anchor, ExceptionCode& ec) argument
470 removeChildAndMoveToNew(Digest* oldDigest, ExceptionCode& ec) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/testing/
H A DInternalSettings.cpp200 void InternalSettings::setMockScrollbarsEnabled(bool enabled, ExceptionCode& ec) argument
214 void InternalSettings::setShadowDOMEnabled(bool enabled, ExceptionCode& ec) argument
249 void InternalSettings::setTouchEventEmulationEnabled(bool enabled, ExceptionCode& ec) argument
268 void InternalSettings::setStandardFontFamily(const String& family, const String& script, ExceptionCode& ec) argument
274 setSerifFontFamily(const String& family, const String& script, ExceptionCode& ec) argument
280 setSansSerifFontFamily(const String& family, const String& script, ExceptionCode& ec) argument
286 setFixedFontFamily(const String& family, const String& script, ExceptionCode& ec) argument
292 setCursiveFontFamily(const String& family, const String& script, ExceptionCode& ec) argument
298 setFantasyFontFamily(const String& family, const String& script, ExceptionCode& ec) argument
304 setPictographFontFamily(const String& family, const String& script, ExceptionCode& ec) argument
310 setTextAutosizingEnabled(bool enabled, ExceptionCode& ec) argument
321 setTextAutosizingWindowSizeOverride(int width, int height, ExceptionCode& ec) argument
333 setMediaTypeOverride(const String& mediaType, ExceptionCode& ec) argument
339 setTextAutosizingFontScaleFactor(float fontScaleFactor, ExceptionCode& ec) argument
350 setCSSExclusionsEnabled(bool enabled, ExceptionCode& ec) argument
356 setCSSShapesEnabled(bool enabled, ExceptionCode& ec) argument
362 setCSSVariablesEnabled(bool enabled, ExceptionCode& ec) argument
368 cssVariablesEnabled(ExceptionCode& ec) argument
374 setCanStartMedia(bool enabled, ExceptionCode& ec) argument
380 setEditingBehavior(const String& editingBehavior, ExceptionCode& ec) argument
393 setDialogElementEnabled(bool enabled, ExceptionCode& ec) argument
403 setShouldDisplayTrackKind(const String& kind, bool enabled, ExceptionCode& ec) argument
426 shouldDisplayTrackKind(const String& kind, ExceptionCode& ec) argument
450 setStorageBlockingPolicy(const String& mode, ExceptionCode& ec) argument
469 setImagesEnabled(bool enabled, ExceptionCode& ec) argument
475 setMinimumTimerInterval(double intervalInSeconds, ExceptionCode& ec) argument
481 setDefaultVideoPosterURL(const String& url, ExceptionCode& ec) argument
487 setTimeWithoutMouseMovementBeforeHidingControls(double time, ExceptionCode& ec) argument
493 setUseLegacyBackgroundSizeShorthandBehavior(bool enabled, ExceptionCode& ec) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/workers/
H A DDefaultSharedWorkerRepository.cpp404 void DefaultSharedWorkerRepository::connectToWorker(PassRefPtr<SharedWorker> worker, PassOwnPtr<MessagePortChannel> port, const KURL& url, const String& name, ExceptionCode& ec) argument
H A DWorkerContext.cpp230 void WorkerContext::importScripts(const Vector<String>& urls, ExceptionCode& ec) argument
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXPathParser.cpp467 Expression* Parser::parseStatement(const String& statement, PassRefPtr<XPathNSResolver> resolver, ExceptionCode& ec) argument
/macosx-10.9.5/cctools-845/libstuff/
H A Dswap_headers.c94 struct encryption_info_command *ec; local

Completed in 195 milliseconds

<<11121314151617