WebGLContextEvent 193 Source/core/html/HTMLCanvasElement.cpp dispatchEvent(WebGLContextEvent::create(EventTypeNames::webglcontextcreationerror, false, true, "Canvas has an existing, non-WebGL context")); WebGLContextEvent 35 Source/core/html/canvas/WebGLContextEvent.cpp WebGLContextEvent::WebGLContextEvent() WebGLContextEvent 40 Source/core/html/canvas/WebGLContextEvent.cpp WebGLContextEvent::WebGLContextEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& statusMessage) WebGLContextEvent 47 Source/core/html/canvas/WebGLContextEvent.cpp WebGLContextEvent::WebGLContextEvent(const AtomicString& type, const WebGLContextEventInit& initializer) WebGLContextEvent 54 Source/core/html/canvas/WebGLContextEvent.cpp WebGLContextEvent::~WebGLContextEvent() WebGLContextEvent 58 Source/core/html/canvas/WebGLContextEvent.cpp const AtomicString& WebGLContextEvent::interfaceName() const WebGLContextEvent 60 Source/core/html/canvas/WebGLContextEvent.cpp return EventNames::WebGLContextEvent; WebGLContextEvent 63 Source/core/html/canvas/WebGLContextEvent.cpp void WebGLContextEvent::trace(Visitor* visitor) WebGLContextEvent 39 Source/core/html/canvas/WebGLContextEvent.h class WebGLContextEvent FINAL : public Event { WebGLContextEvent 41 Source/core/html/canvas/WebGLContextEvent.h static PassRefPtrWillBeRawPtr<WebGLContextEvent> create() WebGLContextEvent 43 Source/core/html/canvas/WebGLContextEvent.h return adoptRefWillBeNoop(new WebGLContextEvent); WebGLContextEvent 45 Source/core/html/canvas/WebGLContextEvent.h static PassRefPtrWillBeRawPtr<WebGLContextEvent> create(const AtomicString& type, bool canBubble, bool cancelable, const String& statusMessage) WebGLContextEvent 47 Source/core/html/canvas/WebGLContextEvent.h return adoptRefWillBeNoop(new WebGLContextEvent(type, canBubble, cancelable, statusMessage)); WebGLContextEvent 49 Source/core/html/canvas/WebGLContextEvent.h static PassRefPtrWillBeRawPtr<WebGLContextEvent> create(const AtomicString& type, const WebGLContextEventInit& initializer) WebGLContextEvent 51 Source/core/html/canvas/WebGLContextEvent.h return adoptRefWillBeNoop(new WebGLContextEvent(type, initializer)); WebGLContextEvent 53 Source/core/html/canvas/WebGLContextEvent.h virtual ~WebGLContextEvent(); WebGLContextEvent 62 Source/core/html/canvas/WebGLContextEvent.h WebGLContextEvent(); WebGLContextEvent 63 Source/core/html/canvas/WebGLContextEvent.h WebGLContextEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& statusMessage); WebGLContextEvent 64 Source/core/html/canvas/WebGLContextEvent.h WebGLContextEvent(const AtomicString&, const WebGLContextEventInit&); WebGLContextEvent 66 Source/core/html/canvas/WebGLRenderingContext.cpp canvas->dispatchEvent(WebGLContextEvent::create(EventTypeNames::webglcontextcreationerror, false, true, "Web page was not allowed to create a WebGL context.")); WebGLContextEvent 74 Source/core/html/canvas/WebGLRenderingContext.cpp canvas->dispatchEvent(WebGLContextEvent::create(EventTypeNames::webglcontextcreationerror, false, true, "Web page was not allowed to create a WebGL context.")); WebGLContextEvent 87 Source/core/html/canvas/WebGLRenderingContext.cpp canvas->dispatchEvent(WebGLContextEvent::create(EventTypeNames::webglcontextcreationerror, false, true, "Could not create a WebGL context.")); WebGLContextEvent 100 Source/core/html/canvas/WebGLRenderingContext.cpp canvas->dispatchEvent(WebGLContextEvent::create(EventTypeNames::webglcontextcreationerror, false, true, "Could not create a WebGL context.")); WebGLContextEvent 5342 Source/core/html/canvas/WebGLRenderingContextBase.cpp RefPtrWillBeRawPtr<WebGLContextEvent> event = WebGLContextEvent::create(EventTypeNames::webglcontextlost, false, true, ""); WebGLContextEvent 5410 Source/core/html/canvas/WebGLRenderingContextBase.cpp canvas()->dispatchEvent(WebGLContextEvent::create(EventTypeNames::webglcontextrestored, false, true, ""));