/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGStringListTearOff.h | 56 void clear(ExceptionState& exceptionState) in clear() 67 String initialize(const String& item, ExceptionState& exceptionState) in initialize() 80 String getItem(unsigned long index, ExceptionState& exceptionState) in getItem() 85 String insertItemBefore(const String& item, unsigned long index, ExceptionState& exceptionState) in insertItemBefore() 98 String replaceItem(const String& item, unsigned long index, ExceptionState& exceptionState) in replaceItem() 111 bool anonymousIndexedSetter(unsigned index, const String& item, ExceptionState& exceptionState) in anonymousIndexedSetter() 117 String removeItem(unsigned long index, ExceptionState& exceptionState) in removeItem() 130 String appendItem(const String& item, ExceptionState& exceptionState) in appendItem()
|
D | SVGTransformTearOff.cpp | 57 …SVGTransformTearOff::setMatrix(PassRefPtr<SVGMatrixTearOff> matrix, ExceptionState& exceptionState) in setMatrix() 68 void SVGTransformTearOff::setTranslate(float tx, float ty, ExceptionState& exceptionState) in setTranslate() 79 void SVGTransformTearOff::setScale(float sx, float sy, ExceptionState& exceptionState) in setScale() 90 void SVGTransformTearOff::setRotate(float angle, float cx, float cy, ExceptionState& exceptionState) in setRotate() 101 void SVGTransformTearOff::setSkewX(float x, ExceptionState& exceptionState) in setSkewX() 112 void SVGTransformTearOff::setSkewY(float y, ExceptionState& exceptionState) in setSkewY()
|
D | SVGAngleTearOff.cpp | 49 void SVGAngleTearOff::setValue(float value, ExceptionState& exceptionState) in setValue() 60 void SVGAngleTearOff::setValueInSpecifiedUnits(float value, ExceptionState& exceptionState) in setValueInSpecifiedUnits() 71 …pecifiedUnits(unsigned short unitType, float valueInSpecifiedUnits, ExceptionState& exceptionState) in newValueSpecifiedUnits() 87 …d SVGAngleTearOff::convertToSpecifiedUnits(unsigned short unitType, ExceptionState& exceptionState) in convertToSpecifiedUnits() 104 void SVGAngleTearOff::setValueAsString(const String& value, ExceptionState& exceptionState) in setValueAsString()
|
D | SVGRectTearOff.cpp | 45 void SVGRectTearOff::setX(float f, ExceptionState& exceptionState) in setX() 56 void SVGRectTearOff::setY(float f, ExceptionState& exceptionState) in setY() 67 void SVGRectTearOff::setWidth(float f, ExceptionState& exceptionState) in setWidth() 78 void SVGRectTearOff::setHeight(float f, ExceptionState& exceptionState) in setHeight()
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
D | InternalSettings.cpp | 168 void InternalSettings::setMockScrollbarsEnabled(bool enabled, ExceptionState& exceptionState) in setMockScrollbarsEnabled() 174 … InternalSettings::setMockGestureTapHighlightsEnabled(bool enabled, ExceptionState& exceptionState) in setMockGestureTapHighlightsEnabled() 205 void InternalSettings::setViewportEnabled(bool enabled, ExceptionState& exceptionState) in setViewportEnabled() 213 void InternalSettings::setLayerSquashingEnabled(bool enabled, ExceptionState& exceptionState) in setLayerSquashingEnabled() 219 …tandardFontFamily(const AtomicString& family, const String& script, ExceptionState& exceptionState) in setStandardFontFamily() 229 …etSerifFontFamily(const AtomicString& family, const String& script, ExceptionState& exceptionState) in setSerifFontFamily() 239 …nsSerifFontFamily(const AtomicString& family, const String& script, ExceptionState& exceptionState) in setSansSerifFontFamily() 249 …etFixedFontFamily(const AtomicString& family, const String& script, ExceptionState& exceptionState) in setFixedFontFamily() 259 …CursiveFontFamily(const AtomicString& family, const String& script, ExceptionState& exceptionState) in setCursiveFontFamily() 269 …FantasyFontFamily(const AtomicString& family, const String& script, ExceptionState& exceptionState) in setFantasyFontFamily() [all …]
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/ |
D | V8WebGLRenderingContextCustom.cpp | 240 …t v8::FunctionCallbackInfo<v8::Value>& info, ObjectType objectType, ExceptionState& exceptionState) in getObjectParameter() 286 …ExceptionState exceptionState(ExceptionState::ExecutionContext, "getBufferParameter", "WebGLRender… in getBufferParameterMethodCustom() local 292 …ExceptionState exceptionState(ExceptionState::ExecutionContext, "getExtension", "WebGLRenderingCon… in getExtensionMethodCustom() local 306 …ExceptionState exceptionState(ExceptionState::ExecutionContext, "getFramebufferAttachmentParameter… in getFramebufferAttachmentParameterMethodCustom() local 330 …ExceptionState exceptionState(ExceptionState::ExecutionContext, "getParameter", "WebGLRenderingCon… in getParameterMethodCustom() local 350 …ExceptionState exceptionState(ExceptionState::ExecutionContext, "getProgramParameter", "WebGLRende… in getProgramParameterMethodCustom() local 377 …ExceptionState exceptionState(ExceptionState::ExecutionContext, "getRenderbufferParameter", "WebGL… in getRenderbufferParameterMethodCustom() local 383 …ExceptionState exceptionState(ExceptionState::ExecutionContext, "getShaderParameter", "WebGLRender… in getShaderParameterMethodCustom() local 410 …ExceptionState exceptionState(ExceptionState::ExecutionContext, "getTexParameter", "WebGLRendering… in getTexParameterMethodCustom() local 416 …ExceptionState exceptionState(ExceptionState::ExecutionContext, "getUniform", "WebGLRenderingConte… in getUniformMethodCustom() local [all …]
|
D | V8ElementCustom.cpp | 50 …ExceptionState exceptionState(ExceptionState::SetterContext, "scrollLeft", "Element", info.Holder(… in scrollLeftAttributeSetterCustom() local 66 …ExceptionState exceptionState(ExceptionState::SetterContext, "scrollTop", "Element", info.Holder()… in scrollTopAttributeSetterCustom() local 96 …ExceptionState exceptionState(ExceptionState::ExecutionContext, "animate", "Element", info.Holder(… in animate2Method() local 130 …ExceptionState exceptionState(ExceptionState::ExecutionContext, "animate", "Element", info.Holder(… in animate5Method() local 143 …ExceptionState exceptionState(ExceptionState::ExecutionContext, "animate", "Element", info.Holder(… in animate6Method() local 161 …ExceptionState exceptionState(ExceptionState::ExecutionContext, "animate", "Element", info.Holder(… in animateMethodCustom() local
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | DOMEditor.cpp | 57 virtual bool perform(ExceptionState& exceptionState) OVERRIDE in perform() 63 virtual bool undo(ExceptionState& exceptionState) OVERRIDE in undo() 69 virtual bool redo(ExceptionState& exceptionState) OVERRIDE in redo() 100 virtual bool perform(ExceptionState& exceptionState) OVERRIDE in perform() 111 virtual bool undo(ExceptionState& exceptionState) OVERRIDE in undo() 121 virtual bool redo(ExceptionState& exceptionState) OVERRIDE in redo() 155 virtual bool perform(ExceptionState& exceptionState) OVERRIDE in perform() 161 virtual bool undo(ExceptionState& exceptionState) OVERRIDE in undo() 197 virtual bool perform(ExceptionState& exceptionState) OVERRIDE in perform() 206 virtual bool undo(ExceptionState& exceptionState) OVERRIDE in undo() [all …]
|
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/ |
D | Headers.cpp | 30 Headers* Headers::create(const Headers* init, ExceptionState& exceptionState) in create() 41 Headers* Headers::create(const Dictionary& init, ExceptionState& exceptionState) in create() 70 void Headers::append(const String& name, const String& value, ExceptionState& exceptionState) in append() 105 void Headers::remove(const String& name, ExceptionState& exceptionState) in remove() 134 String Headers::get(const String& name, ExceptionState& exceptionState) in get() 149 Vector<String> Headers::getAll(const String& name, ExceptionState& exceptionState) in getAll() 164 bool Headers::has(const String& name, ExceptionState& exceptionState) in has() 177 void Headers::set(const String& name, const String& value, ExceptionState& exceptionState) in set() 221 void Headers::fillWith(const Headers* object, ExceptionState& exceptionState) in fillWith() 237 void Headers::fillWith(const Dictionary& object, ExceptionState& exceptionState) in fillWith() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | DataView.cpp | 149 … DataView::setData(unsigned byteOffset, T value, bool littleEndian, ExceptionState& exceptionState) in setData() 163 int8_t DataView::getInt8(unsigned byteOffset, ExceptionState& exceptionState) in getInt8() 168 uint8_t DataView::getUint8(unsigned byteOffset, ExceptionState& exceptionState) in getUint8() 173 int16_t DataView::getInt16(unsigned byteOffset, bool littleEndian, ExceptionState& exceptionState) in getInt16() 178 uint16_t DataView::getUint16(unsigned byteOffset, bool littleEndian, ExceptionState& exceptionState) in getUint16() 183 int32_t DataView::getInt32(unsigned byteOffset, bool littleEndian, ExceptionState& exceptionState) in getInt32() 188 uint32_t DataView::getUint32(unsigned byteOffset, bool littleEndian, ExceptionState& exceptionState) in getUint32() 193 float DataView::getFloat32(unsigned byteOffset, bool littleEndian, ExceptionState& exceptionState) in getFloat32() 198 double DataView::getFloat64(unsigned byteOffset, bool littleEndian, ExceptionState& exceptionState) in getFloat64() 203 void DataView::setInt8(unsigned byteOffset, int8_t value, ExceptionState& exceptionState) in setInt8() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/storage/ |
D | Storage.cpp | 51 String Storage::anonymousIndexedGetter(unsigned index, ExceptionState& exceptionState) in anonymousIndexedGetter() 56 String Storage::anonymousNamedGetter(const AtomicString& name, ExceptionState& exceptionState) in anonymousNamedGetter() 67 …ousNamedSetter(const AtomicString& name, const AtomicString& value, ExceptionState& exceptionState) in anonymousNamedSetter() 73 …::anonymousIndexedSetter(unsigned index, const AtomicString& value, ExceptionState& exceptionState) in anonymousIndexedSetter() 78 …leteResult Storage::anonymousNamedDeleter(const AtomicString& name, ExceptionState& exceptionState) in anonymousNamedDeleter() 91 DeleteResult Storage::anonymousIndexedDeleter(unsigned index, ExceptionState& exceptionState) in anonymousIndexedDeleter() 97 void Storage::namedPropertyEnumerator(Vector<String>& names, ExceptionState& exceptionState) in namedPropertyEnumerator() 115 bool Storage::namedPropertyQuery(const AtomicString& name, ExceptionState& exceptionState) in namedPropertyQuery()
|
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/ |
D | SourceBuffer.cpp | 59 … throwExceptionIfRemovedOrUpdating(bool isRemoved, bool isUpdating, ExceptionState& exceptionState) in throwExceptionIfRemovedOrUpdating() 132 void SourceBuffer::setMode(const AtomicString& newMode, ExceptionState& exceptionState) in setMode() 180 void SourceBuffer::setTimestampOffset(double offset, ExceptionState& exceptionState) in setTimestampOffset() 212 void SourceBuffer::setAppendWindowStart(double start, ExceptionState& exceptionState) in setAppendWindowStart() 240 void SourceBuffer::setAppendWindowEnd(double end, ExceptionState& exceptionState) in setAppendWindowEnd() 268 void SourceBuffer::appendBuffer(PassRefPtr<ArrayBuffer> data, ExceptionState& exceptionState) in appendBuffer() 275 void SourceBuffer::appendBuffer(PassRefPtr<ArrayBufferView> data, ExceptionState& exceptionState) in appendBuffer() 282 …d SourceBuffer::appendStream(PassRefPtrWillBeRawPtr<Stream> stream, ExceptionState& exceptionState) in appendStream() 288 …(PassRefPtrWillBeRawPtr<Stream> stream, unsigned long long maxSize, ExceptionState& exceptionState) in appendStream() 296 void SourceBuffer::abort(ExceptionState& exceptionState) in abort() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | TreeWalker.cpp | 42 void TreeWalker::setCurrentNode(PassRefPtrWillBeRawPtr<Node> node, ExceptionState& exceptionState) in setCurrentNode() 57 Node* TreeWalker::parentNode(ExceptionState& exceptionState) in parentNode() 73 Node* TreeWalker::firstChild(ExceptionState& exceptionState) in firstChild() 106 Node* TreeWalker::lastChild(ExceptionState& exceptionState) in lastChild() 139 Node* TreeWalker::previousSibling(ExceptionState& exceptionState) in previousSibling() 176 Node* TreeWalker::nextSibling(ExceptionState& exceptionState) in nextSibling() 213 Node* TreeWalker::previousNode(ExceptionState& exceptionState) in previousNode() 252 Node* TreeWalker::nextNode(ExceptionState& exceptionState) in nextNode()
|
D | DOMTokenList.cpp | 35 bool DOMTokenList::validateToken(const String& token, ExceptionState& exceptionState) in validateToken() 50 bool DOMTokenList::validateTokens(const Vector<String>& tokens, ExceptionState& exceptionState) in validateTokens() 67 void DOMTokenList::add(const AtomicString& token, ExceptionState& exceptionState) in add() 76 void DOMTokenList::add(const Vector<String>& tokens, ExceptionState& exceptionState) in add() 96 void DOMTokenList::remove(const AtomicString& token, ExceptionState& exceptionState) in remove() 105 void DOMTokenList::remove(const Vector<String>& tokens, ExceptionState& exceptionState) in remove() 124 bool DOMTokenList::toggle(const AtomicString& token, ExceptionState& exceptionState) in toggle() 137 bool DOMTokenList::toggle(const AtomicString& token, bool force, ExceptionState& exceptionState) in toggle()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
D | SVGListPropertyTearOffHelper.h | 90 void clear(ExceptionState& exceptionState) in clear() 100 …r<ItemTearOffType> initialize(PassRefPtr<ItemTearOffType> passItem, ExceptionState& exceptionState) in initialize() 120 PassRefPtr<ItemTearOffType> getItem(unsigned long index, ExceptionState& exceptionState) in getItem() 126 …emBefore(PassRefPtr<ItemTearOffType> passItem, unsigned long index, ExceptionState& exceptionState) in insertItemBefore() 146 …laceItem(PassRefPtr<ItemTearOffType> passItem, unsigned long index, ExceptionState& exceptionState) in replaceItem() 166 …IndexedSetter(unsigned index, PassRefPtr<ItemTearOffType> passItem, ExceptionState& exceptionState) in anonymousIndexedSetter() 172 PassRefPtr<ItemTearOffType> removeItem(unsigned long index, ExceptionState& exceptionState) in removeItem() 180 …r<ItemTearOffType> appendItem(PassRefPtr<ItemTearOffType> passItem, ExceptionState& exceptionState) in appendItem()
|
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/ |
D | RTCPeerConnection.cpp | 75 …tionIfSignalingStateClosed(RTCPeerConnection::SignalingState state, ExceptionState& exceptionState) in throwExceptionIfSignalingStateClosed() 87 …PeerConnection::parseConfiguration(const Dictionary& configuration, ExceptionState& exceptionState) in parseConfiguration() 175 …ns* RTCPeerConnection::parseOfferOptions(const Dictionary& options, ExceptionState& exceptionState) in parseOfferOptions() 210 …t Dictionary& rtcConfiguration, const Dictionary& mediaConstraints, ExceptionState& exceptionState) in create() 228 …, RTCConfiguration* configuration, WebMediaConstraints constraints, ExceptionState& exceptionState) in RTCPeerConnection() 273 …RTCErrorCallback* errorCallback, const Dictionary& rtcOfferOptions, ExceptionState& exceptionState) in createOffer() 297 …TCErrorCallback* errorCallback, const Dictionary& mediaConstraints, ExceptionState& exceptionState) in createAnswer() 312 …on, VoidCallback* successCallback, RTCErrorCallback* errorCallback, ExceptionState& exceptionState) in setLocalDescription() 326 RTCSessionDescription* RTCPeerConnection::localDescription(ExceptionState& exceptionState) in localDescription() 335 …on, VoidCallback* successCallback, RTCErrorCallback* errorCallback, ExceptionState& exceptionState) in setRemoteDescription() [all …]
|
D | RTCDataChannel.cpp | 40 static void throwNotOpenException(ExceptionState& exceptionState) in throwNotOpenException() 45 static void throwCouldNotSendDataException(ExceptionState& exceptionState) in throwCouldNotSendDataException() 50 static void throwNoBlobSupportException(ExceptionState& exceptionState) in throwNoBlobSupportException() 61 …ionHandler, const String& label, const WebRTCDataChannelInit& init, ExceptionState& exceptionState) in create() 166 void RTCDataChannel::setBinaryType(const String& binaryType, ExceptionState& exceptionState) in setBinaryType() 176 void RTCDataChannel::send(const String& data, ExceptionState& exceptionState) in send() 188 void RTCDataChannel::send(PassRefPtr<ArrayBuffer> prpData, ExceptionState& exceptionState) in send() 207 void RTCDataChannel::send(PassRefPtr<ArrayBufferView> data, ExceptionState& exceptionState) in send() 215 void RTCDataChannel::send(PassRefPtrWillBeRawPtr<Blob> data, ExceptionState& exceptionState) in send()
|
/external/chromium_org/third_party/WebKit/Source/core/fileapi/ |
D | FileReaderSync.cpp | 48 …::readAsArrayBuffer(ExecutionContext* executionContext, Blob* blob, ExceptionState& exceptionState) in readAsArrayBuffer() 61 …:readAsBinaryString(ExecutionContext* executionContext, Blob* blob, ExceptionState& exceptionState) in readAsBinaryString() 73 …utionContext* executionContext, Blob* blob, const String& encoding, ExceptionState& exceptionState) in readAsText() 86 …Sync::readAsDataURL(ExecutionContext* executionContext, Blob* blob, ExceptionState& exceptionState) in readAsDataURL() 99 …text* executionContext, FileReaderLoader& loader, const Blob& blob, ExceptionState& exceptionState) in startLoading()
|
/external/chromium_org/third_party/WebKit/Source/modules/beacon/ |
D | NavigatorBeacon.cpp | 43 …orBeacon::canSendBeacon(ExecutionContext* context, const KURL& url, ExceptionState& exceptionState) in canSendBeacon() 91 … Navigator& navigator, const String& urlstring, const String& data, ExceptionState& exceptionState) in sendBeacon() 96 …utionContext* context, const String& urlstring, const String& data, ExceptionState& exceptionState) in sendBeacon() 107 …vigator, const String& urlstring, PassRefPtr<ArrayBufferView> data, ExceptionState& exceptionState) in sendBeacon() 112 …context, const String& urlstring, PassRefPtr<ArrayBufferView> data, ExceptionState& exceptionState) in sendBeacon() 123 …igator, const String& urlstring, PassRefPtrWillBeRawPtr<Blob> data, ExceptionState& exceptionState) in sendBeacon() 128 …ontext, const String& urlstring, PassRefPtrWillBeRawPtr<Blob> data, ExceptionState& exceptionState) in sendBeacon() 139 … const String& urlstring, PassRefPtrWillBeRawPtr<DOMFormData> data, ExceptionState& exceptionState) in sendBeacon() 144 … const String& urlstring, PassRefPtrWillBeRawPtr<DOMFormData> data, ExceptionState& exceptionState) in sendBeacon()
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
D | IDBFactory.cpp | 73 IDBRequest* IDBFactory::getDatabaseNames(ScriptState* scriptState, ExceptionState& exceptionState) in getDatabaseNames() 94 …State* scriptState, const String& name, unsigned long long version, ExceptionState& exceptionState) in open() 104 …rnal(ScriptState* scriptState, const String& name, int64_t version, ExceptionState& exceptionState) in openInternal() 132 …est* IDBFactory::open(ScriptState* scriptState, const String& name, ExceptionState& exceptionState) in open() 138 …ctory::deleteDatabase(ScriptState* scriptState, const String& name, ExceptionState& exceptionState) in deleteDatabase() 164 …ate, const ScriptValue& firstValue, const ScriptValue& secondValue, ExceptionState& exceptionState) in cmp()
|
D | IDBKeyRange.cpp | 36 …romScriptValue(ExecutionContext* context, const ScriptValue& value, ExceptionState& exceptionState) in fromScriptValue() 78 IDBKeyRange* IDBKeyRange::only(IDBKey* key, ExceptionState& exceptionState) in only() 88 …Range::only(ExecutionContext* context, const ScriptValue& keyValue, ExceptionState& exceptionState) in only() 99 …xecutionContext* context, const ScriptValue& boundValue, bool open, ExceptionState& exceptionState) in lowerBound() 110 …xecutionContext* context, const ScriptValue& boundValue, bool open, ExceptionState& exceptionState) in upperBound() 121 …lue, const ScriptValue& upperValue, bool lowerOpen, bool upperOpen, ExceptionState& exceptionState) in bound()
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
D | AnalyserNode.cpp | 77 void AnalyserNode::setFftSize(unsigned size, ExceptionState& exceptionState) in setFftSize() 88 void AnalyserNode::setMinDecibels(double k, ExceptionState& exceptionState) in setMinDecibels() 99 void AnalyserNode::setMaxDecibels(double k, ExceptionState& exceptionState) in setMaxDecibels() 110 void AnalyserNode::setSmoothingTimeConstant(double k, ExceptionState& exceptionState) in setSmoothingTimeConstant()
|
D | AudioContext.cpp | 85 AudioContext* AudioContext::create(Document& document, ExceptionState& exceptionState) in create() 235 …unsigned numberOfChannels, size_t numberOfFrames, float sampleRate, ExceptionState& exceptionState) in createBuffer() 240 …ufferCallback* successCallback, AudioBufferCallback* errorCallback, ExceptionState& exceptionState) in decodeAudioData() 263 …ioContext::createMediaElementSource(HTMLMediaElement* mediaElement, ExceptionState& exceptionState) in createMediaElementSource() 289 …de* AudioContext::createMediaStreamSource(MediaStream* mediaStream, ExceptionState& exceptionState) in createMediaStreamSource() 325 ScriptProcessorNode* AudioContext::createScriptProcessor(ExceptionState& exceptionState) in createScriptProcessor() 331 …ocessorNode* AudioContext::createScriptProcessor(size_t bufferSize, ExceptionState& exceptionState) in createScriptProcessor() 337 …ateScriptProcessor(size_t bufferSize, size_t numberOfInputChannels, ExceptionState& exceptionState) in createScriptProcessor() 343 …rSize, size_t numberOfInputChannels, size_t numberOfOutputChannels, ExceptionState& exceptionState) in createScriptProcessor() 420 DelayNode* AudioContext::createDelay(ExceptionState& exceptionState) in createDelay() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
D | XMLHttpRequest.cpp | 193 ScriptString XMLHttpRequest::responseText(ExceptionState& exceptionState) in responseText() 237 Document* XMLHttpRequest::responseXML(ExceptionState& exceptionState) in responseXML() 349 void XMLHttpRequest::setTimeout(unsigned long timeout, ExceptionState& exceptionState) in setTimeout() 369 void XMLHttpRequest::setResponseType(const String& responseType, ExceptionState& exceptionState) in setResponseType() 505 void XMLHttpRequest::setWithCredentials(bool value, ExceptionState& exceptionState) in setWithCredentials() 542 …d XMLHttpRequest::open(const AtomicString& method, const KURL& url, ExceptionState& exceptionState) in open() 547 …uest::open(const AtomicString& method, const KURL& url, bool async, ExceptionState& exceptionState) in open() 611 …micString& method, const KURL& url, bool async, const String& user, ExceptionState& exceptionState) in open() 619 … KURL& url, bool async, const String& user, const String& password, ExceptionState& exceptionState) in open() 628 bool XMLHttpRequest::initSend(ExceptionState& exceptionState) in initSend() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/imagebitmap/ |
D | ImageBitmapFactories.cpp | 80 …te* scriptState, EventTarget& eventTarget, HTMLImageElement* image, ExceptionState& exceptionState) in createImageBitmap() 86 …entTarget, HTMLImageElement* image, int sx, int sy, int sw, int sh, ExceptionState& exceptionState) in createImageBitmap() 115 …te* scriptState, EventTarget& eventTarget, HTMLVideoElement* video, ExceptionState& exceptionState) in createImageBitmap() 121 …entTarget, HTMLVideoElement* video, int sx, int sy, int sw, int sh, ExceptionState& exceptionState) in createImageBitmap() 151 …State, EventTarget& eventTarget, CanvasRenderingContext2D* context, ExceptionState& exceptionState) in createImageBitmap() 156 … CanvasRenderingContext2D* context, int sx, int sy, int sw, int sh, ExceptionState& exceptionState) in createImageBitmap() 161 …* scriptState, EventTarget& eventTarget, HTMLCanvasElement* canvas, ExceptionState& exceptionState) in createImageBitmap() 166 …tTarget, HTMLCanvasElement* canvas, int sx, int sy, int sw, int sh, ExceptionState& exceptionState) in createImageBitmap() 184 …map(ScriptState* scriptState, EventTarget& eventTarget, Blob* blob, ExceptionState& exceptionState) in createImageBitmap() 193 …entTarget& eventTarget, Blob* blob, int sx, int sy, int sw, int sh, ExceptionState& exceptionState) in createImageBitmap() [all …]
|