Home
last modified time | relevance | path

Searched refs:throwUninformativeAndGenericTypeError (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGPathSegListPropertyTearOff.h78 exceptionState.throwUninformativeAndGenericTypeError(); in initialize()
93 exceptionState.throwUninformativeAndGenericTypeError(); in insertItemBefore()
109 exceptionState.throwUninformativeAndGenericTypeError(); in appendItem()
DSVGListProperty.h150 exceptionState.throwUninformativeAndGenericTypeError(); in initializeValuesAndWrappers()
244 exceptionState.throwUninformativeAndGenericTypeError(); in insertItemBeforeValuesAndWrappers()
317 exceptionState.throwUninformativeAndGenericTypeError(); in replaceItemValuesAndWrappers()
420 exceptionState.throwUninformativeAndGenericTypeError(); in appendItemValuesAndWrappers()
DSVGAnimatedEnumerationPropertyTearOff.h36 exceptionState.throwUninformativeAndGenericTypeError(); in setBaseVal()
DSVGPathSegListPropertyTearOff.cpp65 exceptionState.throwUninformativeAndGenericTypeError(); in replaceItem()
/external/chromium_org/third_party/WebKit/Source/modules/encoding/
DTextEncoder.cpp48 exceptionState.throwUninformativeAndGenericTypeError(); in create()
54 exceptionState.throwUninformativeAndGenericTypeError(); in create()
DTextDecoder.cpp47 exceptionState.throwUninformativeAndGenericTypeError(); in create()
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBFactory.cpp100 exceptionState.throwUninformativeAndGenericTypeError(); in open()
111 exceptionState.throwUninformativeAndGenericTypeError(); in openInternal()
145 exceptionState.throwUninformativeAndGenericTypeError(); in deleteDatabase()
DIDBCursor.cpp164 exceptionState.throwUninformativeAndGenericTypeError(); in advance()
395 exceptionState.throwUninformativeAndGenericTypeError(); in stringToDirection()
DIDBTransaction.cpp292 exceptionState.throwUninformativeAndGenericTypeError(); in stringToMode()
DIDBObjectStore.cpp401 exceptionState.throwUninformativeAndGenericTypeError(); in createIndex()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8WebGLRenderingContextCustom.cpp320 throwUninformativeAndGenericTypeError(info.GetIsolate()); in getAttachedShadersMethodCustom()
390 throwUninformativeAndGenericTypeError(info.GetIsolate()); in getProgramParameterMethodCustom()
413 throwUninformativeAndGenericTypeError(info.GetIsolate()); in getShaderParameterMethodCustom()
451 throwUninformativeAndGenericTypeError(info.GetIsolate()); in getUniformMethodCustom()
457 throwUninformativeAndGenericTypeError(info.GetIsolate()); in getUniformMethodCustom()
524 throwUninformativeAndGenericTypeError(info.GetIsolate()); in vertexAttribAndUniformHelperf()
550 throwUninformativeAndGenericTypeError(info.GetIsolate()); in vertexAttribAndUniformHelperf()
594 throwUninformativeAndGenericTypeError(info.GetIsolate()); in uniformHelperi()
614 throwUninformativeAndGenericTypeError(info.GetIsolate()); in uniformHelperi()
694 throwUninformativeAndGenericTypeError(info.GetIsolate()); in uniformMatrixHelper()
[all …]
DV8SVGLengthCustom.cpp64 throwUninformativeAndGenericTypeError(info.GetIsolate()); in valueAttributeSetterCustom()
DV8WindowCustom.cpp260 throwUninformativeAndGenericTypeError(info.GetIsolate()); in postMessageMethodCustom()
/external/chromium_org/third_party/WebKit/Source/modules/imagebitmap/
DImageBitmapFactories.cpp86 exceptionState.throwUninformativeAndGenericTypeError(); in createImageBitmap()
126 exceptionState.throwUninformativeAndGenericTypeError(); in createImageBitmap()
178 exceptionState.throwUninformativeAndGenericTypeError(); in createImageBitmap()
233 exceptionState.throwUninformativeAndGenericTypeError(); in createImageBitmap()
252 exceptionState.throwUninformativeAndGenericTypeError(); in createImageBitmap()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8BindingMacros.h80 throwUninformativeAndGenericTypeError(isolate); \
DExceptionState.h86 virtual void throwUninformativeAndGenericTypeError() { throwTypeError(String()); } in throwUninformativeAndGenericTypeError() function
DCustomElementConstructorBuilder.cpp269 throwUninformativeAndGenericTypeError(isolate); in constructCustomElement()
DV8Binding.cpp90 v8::Handle<v8::Value> throwUninformativeAndGenericTypeError(v8::Isolate* isolate) in throwUninformativeAndGenericTypeError() function
DV8Binding.h73 v8::Handle<v8::Value> throwUninformativeAndGenericTypeError(v8::Isolate*);
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
DRTCPeerConnection.cpp507 exceptionState.throwUninformativeAndGenericTypeError(); in createDTMFSender()