Searched defs:ec (Results 51 - 75 of 410) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/Modules/webdatabase/
H A DWorkerContextWebDatabase.cpp43 PassRefPtr<Database> WorkerContextWebDatabase::openDatabase(WorkerContext* context, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionCode& ec) argument
58 PassRefPtr<DatabaseSync> WorkerContextWebDatabase::openDatabaseSync(WorkerContext* context, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionCode& ec) argument
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSHTMLOptionsCollectionCustom.cpp43 ExceptionCode ec = 0; local
70 ExceptionCode ec = 0; local
H A DJSSQLTransactionCustom.cpp113 ExceptionCode ec = 0; local
H A DJSSharedWorkerCustom.cpp75 ExceptionCode ec = 0; local
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DSmartReplaceICU.cpp56 UErrorCode ec = U_ZERO_ERROR; local
80 UErrorCode ec = U_ZERO_ERROR; local
H A DSplitElementCommand.cpp54 ExceptionCode ec = 0; local
H A DSplitTextNodeCommand.cpp97 ExceptionCode ec = 0; local
/macosx-10.9.5/WebCore-7537.78.1/fileapi/
H A DFileReaderSync.cpp50 PassRefPtr<ArrayBuffer> FileReaderSync::readAsArrayBuffer(ScriptExecutionContext* scriptExecutionContext, Blob* blob, ExceptionCode& ec) argument
63 String FileReaderSync::readAsBinaryString(ScriptExecutionContext* scriptExecutionContext, Blob* blob, ExceptionCode& ec) argument
75 String FileReaderSync::readAsText(ScriptExecutionContext* scriptExecutionContext, Blob* blob, const String& encoding, ExceptionCode& ec) argument
88 String FileReaderSync::readAsDataURL(ScriptExecutionContext* scriptExecutionContext, Blob* blob, ExceptionCode& ec) argument
101 startLoading(ScriptExecutionContext* scriptExecutionContext, FileReaderLoader& loader, Blob* blob, ExceptionCode& ec) argument
[all...]
H A DFileReaderSync.h59 String readAsText(ScriptExecutionContext* scriptExecutionContext, Blob* blob, ExceptionCode& ec) argument
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DDOMSettableTokenList.cpp52 void DOMSettableTokenList::add(const Vector<String>& tokens, ExceptionCode& ec) argument
73 void DOMSettableTokenList::remove(const Vector<String>& tokens, ExceptionCode& ec) argument
H A DHTMLDialogElement.cpp48 void HTMLDialogElement::close(ExceptionCode& ec) argument
65 void HTMLDialogElement::showModal(ExceptionCode& ec) argument
H A DHTMLOptionsCollection.cpp41 void HTMLOptionsCollection::add(PassRefPtr<HTMLOptionElement> element, ExceptionCode& ec) argument
46 void HTMLOptionsCollection::add(PassRefPtr<HTMLOptionElement> element, int index, ExceptionCode& ec) argument
86 void HTMLOptionsCollection::setLength(unsigned length, ExceptionCode& ec) argument
[all...]
H A DHTMLVideoElement.h54 void webkitEnterFullScreen(ExceptionCode& ec) { webkitEnterFullscreen(ec); } argument
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DCanvasGradient.cpp53 void CanvasGradient::addColorStop(float value, const String& color, ExceptionCode& ec) argument
H A DCanvasPattern.cpp51 void CanvasPattern::parseRepetitionType(const String& type, bool& repeatX, bool& repeatY, ExceptionCode& ec) argument
H A DOESVertexArrayObject.cpp90 void OESVertexArrayObject::bindVertexArrayOES(WebGLVertexArrayObjectOES* arrayObject, ExceptionCode& ec) argument
H A DWebGLDebugShaders.cpp59 String WebGLDebugShaders::getTranslatedShaderSource(WebGLShader* shader, ExceptionCode& ec) argument
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGLengthList.cpp34 ExceptionCode ec = 0; local
H A DSVGPaint.cpp69 void SVGPaint::setPaint(unsigned short, const String&, const String&, const String&, ExceptionCode& ec) argument
/macosx-10.9.5/WebCore-7537.78.1/svg/properties/
H A DSVGAnimatedEnumerationPropertyTearOff.h33 virtual void setBaseVal(const unsigned& property, ExceptionCode& ec) argument
H A DSVGTransformListPropertyTearOff.h41 PassRefPtr<SVGPropertyTearOff<SVGTransform> > createSVGTransformFromMatrix(SVGPropertyTearOff<SVGMatrix>* matrix, ExceptionCode& ec) argument
51 PassRefPtr<SVGPropertyTearOff<SVGTransform> > consolidate(ExceptionCode& ec) argument
/macosx-10.9.5/WebCore-7537.78.1/workers/
H A DAbstractWorker.cpp63 KURL AbstractWorker::resolveURL(const String& url, ExceptionCode& ec) argument
H A DSharedWorkerRepository.cpp44 void SharedWorkerRepository::connect(PassRefPtr<SharedWorker> worker, PassOwnPtr<MessagePortChannel> port, const KURL& url, const String& name, ExceptionCode& ec) argument
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXPathEvaluator.cpp41 createExpression(const String& expression, XPathNSResolver* resolver, ExceptionCode& ec) argument
53 evaluate(const String& expression, Node* contextNode, XPathNSResolver* resolver, unsigned short type, XPathResult* result, ExceptionCode& ec) argument
H A DXPathExpression.cpp44 PassRefPtr<XPathExpression> XPathExpression::createExpression(const String& expression, XPathNSResolver* resolver, ExceptionCode& ec) argument
61 PassRefPtr<XPathResult> XPathExpression::evaluate(Node* contextNode, unsigned short type, XPathResult*, ExceptionCode& ec) argument

Completed in 112 milliseconds

1234567891011>>