HomeSort by relevance Sort by last modified time
    Searched defs:WebKitLoseContext (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/html/canvas/
WebKitLoseContext.cpp 30 #include "WebKitLoseContext.h"
36 WebKitLoseContext::WebKitLoseContext(WebGLRenderingContext* context)
42 WebKitLoseContext::~WebKitLoseContext()
46 WebGLExtension::ExtensionName WebKitLoseContext::getName() const
51 PassRefPtr<WebKitLoseContext> WebKitLoseContext::create(WebGLRenderingContext* context)
53 return adoptRef(new WebKitLoseContext(context));
56 void WebKitLoseContext::loseContext(
    [all...]
WebKitLoseContext.h 37 class WebKitLoseContext : public WebGLExtension {
39 static PassRefPtr<WebKitLoseContext> create(WebGLRenderingContext*);
41 virtual ~WebKitLoseContext();
48 WebKitLoseContext(WebGLRenderingContext*);

Completed in 164 milliseconds