HomeSort by relevance Sort by last modified time
    Searched refs:NotSupportedError (Results 1 - 25 of 206) sorted by null

1 2 3 4 5 6 7 8 9

  /external/deqp/framework/common/
tcuPlatform.cpp 44 throw tcu::NotSupportedError("OpenGL (ES) is not supported", DE_NULL, __FILE__, __LINE__);
49 throw tcu::NotSupportedError("EGL is not supported", DE_NULL, __FILE__, __LINE__);
tcuDefs.hpp 106 class NotSupportedError : public TestException
109 NotSupportedError (const char* message, const char* expr, const char* file, int line);
110 NotSupportedError (const std::string& message);
111 virtual ~NotSupportedError (void) throw() {}
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementException.cpp 48 exceptionState.throwDOMException(NotSupportedError, preamble(type) + "Elements cannot be registered from extensions.");
52 exceptionState.throwDOMException(NotSupportedError, preamble(type) + "Prototype constructor property is not configurable.");
68 exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The tag name specified in 'extends' is not a valid tag name.");
72 exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The tag name specified in 'extends' is a custom element name. Use inheritance instead.");
80 exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The prototype is already in-use as an interface prototype object.");
84 exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The prototype option is not an object.");
88 exceptionState.throwDOMException(NotSupportedError, preamble(type) + "A type with that name is already registered.");
  /external/deqp/framework/egl/
egluNativeWindow.cpp 39 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support eglCreateWindowSurface()", DE_NULL, __FILE__, __LINE__);
45 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support eglCreatePlatformWindowSurface()", DE_NULL, __FILE__, __LINE__);
51 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support querying the surface size", DE_NULL, __FILE__, __LINE__);
58 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support resizing the surface", DE_NULL, __FILE__, __LINE__);
64 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support querying the size of the window on the screen", DE_NULL, __FILE__, __LINE__);
70 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support readScreenPixels", DE_NULL, __FILE__, __LINE__);
77 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support changing visibility", DE_NULL, __FILE__, __LINE__);
egluNativePixmap.cpp 39 throw tcu::NotSupportedError("eglu::NativePixmap doesn't support eglCreatePixmapSurface()", DE_NULL, __FILE__, __LINE__);
45 throw tcu::NotSupportedError("eglu::NativePixmap doesn't support eglCreatePlatformPixmapSurface()", DE_NULL, __FILE__, __LINE__);
51 throw tcu::NotSupportedError("eglu::NativePixmap doesn't support readPixels", DE_NULL, __FILE__, __LINE__);
egluNativeDisplay.cpp 56 throw tcu::NotSupportedError("eglu::NativeDisplay can't be used with eglGetDisplay()", DE_NULL, __FILE__, __LINE__);
62 throw tcu::NotSupportedError("eglu::NativeDisplay can't be used with eglGetPlatformDisplay()", DE_NULL, __FILE__, __LINE__);
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
DeprecatedStorageQuota.cpp 61 executionContext->postTask(StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedError));
67 executionContext->postTask(StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedError));
83 executionContext->postTask(StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedError));
89 executionContext->postTask(StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedError));
DeprecatedStorageInfo.cpp 54 executionContext->postTask(StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedError));
66 executionContext->postTask(StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedError));
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPreserveAspectRatioTearOff.cpp 43 exceptionState.throwDOMException(NotSupportedError, "The alignment provided is invalid.");
57 exceptionState.throwDOMException(NotSupportedError, "The meetOrSlice provided is invalid.");
SVGLengthContext.cpp 113 exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::argumentNullOrIncorrectType(3, "SVGLengthType"));
145 exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::argumentNullOrIncorrectType(3, "SVGLengthType"));
177 exceptionState.throwDOMException(NotSupportedError, "The viewport could not be determined.");
198 exceptionState.throwDOMException(NotSupportedError, "The viewport could not be determined.");
236 exceptionState.throwDOMException(NotSupportedError, "No context could be found.");
242 exceptionState.throwDOMException(NotSupportedError, "No font-size could be determined.");
253 exceptionState.throwDOMException(NotSupportedError, "No context could be found.");
264 exceptionState.throwDOMException(NotSupportedError, "No context could be found.");
272 exceptionState.throwDOMException(NotSupportedError, "No x-height could be determined.");
283 exceptionState.throwDOMException(NotSupportedError, "No context could be found.")
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathEvaluator.cpp 56 exceptionState.throwDOMException(NotSupportedError, "The context node provided is null.");
61 exceptionState.throwDOMException(NotSupportedError, "The node provided is '" + contextNode->nodeName() + "', which is not a valid context node type.");
XPathExpression.cpp 69 exceptionState.throwDOMException(NotSupportedError, "The context node provided is null.");
74 exceptionState.throwDOMException(NotSupportedError, "The node provided is '" + contextNode->nodeName() + "', which is not a valid context node type.");
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
LockOrientationCallback.cpp 36 code = NotSupportedError;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
NavigatorMediaStream.cpp 57 exceptionState.throwDOMException(NotSupportedError, "No user media controller available; is this a detached window?");
74 exceptionState.throwDOMException(NotSupportedError, "No media device controller available; is this a detached window?");
81 exceptionState.throwDOMException(NotSupportedError, "Failed to request media devices.");
  /external/chromium_org/third_party/WebKit/Source/modules/geofencing/
Geofencing.cpp 57 return ScriptPromise::rejectWithDOMException(scriptState, DOMException::create(NotSupportedError));
70 return ScriptPromise::rejectWithDOMException(scriptState, DOMException::create(NotSupportedError));
83 return ScriptPromise::rejectWithDOMException(scriptState, DOMException::create(NotSupportedError));
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ExceptionCode.h 41 NotSupportedError,
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DelayNode.cpp 45 NotSupportedError,
OfflineAudioContext.cpp 45 NotSupportedError,
84 NotSupportedError,
  /external/chromium_org/third_party/WebKit/Source/web/
StorageQuotaClientImpl.cpp 73 executionContext->postTask(StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedError));
89 resolver->reject(DOMError::create(NotSupportedError));
  /external/deqp/modules/egl/
teglGLES1RenderUtil.cpp 62 throw tcu::NotSupportedError("OpenGL ES 1.x is not supported", "", __FILE__, __LINE__);
69 throw tcu::NotSupportedError("OpenGL ES 1.x is not supported", "", __FILE__, __LINE__);
teglGLES2RenderUtil.cpp 66 throw tcu::NotSupportedError("OpenGL ES 2 is not supported", "", __FILE__, __LINE__);
73 throw tcu::NotSupportedError("OpenGL ES 2 is not supported", "", __FILE__, __LINE__);
teglVGRenderUtil.cpp 60 throw tcu::NotSupportedError("OpenVG is not supported", "", __FILE__, __LINE__);
67 throw tcu::NotSupportedError("OpenVG is not supported", "", __FILE__, __LINE__);
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.mm 85 throw NotSupportedError("Unsupported surface type");
114 throw NotSupportedError("Requested GL API is not supported on iOS");
223 throw NotSupportedError("Multisample config is not supported");
226 throw NotSupportedError("Unsupported color attachment format");
229 throw NotSupportedError("Unsupported depth & stencil attachment format");
276 throw NotSupportedError("Framebuffer is not complete");
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
SimpleContentDecryptionModuleResult.cpp 23 return NotSupportedError;
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerError.cpp 46 return DOMException::create(NotSupportedError, "Service Worker support is disabled.");

Completed in 1052 milliseconds

1 2 3 4 5 6 7 8 9