Home
last modified time | relevance | path

Searched refs:WebKitLoseContext (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DWebKitLoseContext.cpp36 WebKitLoseContext::WebKitLoseContext(WebGLRenderingContext* context) in WebKitLoseContext() function in WebCore::WebKitLoseContext
42 WebKitLoseContext::~WebKitLoseContext() in ~WebKitLoseContext()
46 WebGLExtension::ExtensionName WebKitLoseContext::getName() const in getName()
51 PassRefPtr<WebKitLoseContext> WebKitLoseContext::create(WebGLRenderingContext* context) in create()
53 return adoptRef(new WebKitLoseContext(context)); in create()
56 void WebKitLoseContext::loseContext() in loseContext()
DWebKitLoseContext.h37 class WebKitLoseContext : public WebGLExtension {
39 static PassRefPtr<WebKitLoseContext> create(WebGLRenderingContext*);
41 virtual ~WebKitLoseContext();
48 WebKitLoseContext(WebGLRenderingContext*);
DWebKitLoseContext.idl27 interface [Conditional=WEBGL, OmitConstructor] WebKitLoseContext {
DWebGLRenderingContext.h54 class WebKitLoseContext; variable
470 RefPtr<WebKitLoseContext> m_webkitLoseContext;
DWebGLRenderingContext.cpp1970 m_webkitLoseContext = WebKitLoseContext::create(this); in getExtension()
/external/webkit/Source/WebCore/bindings/js/
DJSWebGLRenderingContextCustom.cpp183 return toJS(exec, globalObject, static_cast<WebKitLoseContext*>(extension)); in toJS()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8WebGLRenderingContextCustom.cpp167 extensionObject = toV8(static_cast<WebKitLoseContext*>(extension)); in toV8Object()
/external/webkit/Source/WebCore/
DDerivedSources.make530 WebKitLoseContext \
DCodeGenerators.pri216 html/canvas/WebKitLoseContext.idl \
DWebCore.pro3481 html/canvas/WebKitLoseContext.h \
3510 html/canvas/WebKitLoseContext.cpp \
DCMakeLists.txt312 html/canvas/WebKitLoseContext.idl
DWebCore.gypi1313 'html/canvas/WebKitLoseContext.idl',
3134 'html/canvas/WebKitLoseContext.cpp',
3135 'html/canvas/WebKitLoseContext.h',
DGNUmakefile.list.am4618 Source/WebCore/html/canvas/WebKitLoseContext.cpp \
4619 Source/WebCore/html/canvas/WebKitLoseContext.h \
DGNUmakefile.am4839 Source/WebCore/html/canvas/WebKitLoseContext.cpp \
4840 Source/WebCore/html/canvas/WebKitLoseContext.h
DChangeLog-2011-02-1617357 * html/canvas/WebKitLoseContext.cpp:
17358 * html/canvas/WebKitLoseContext.idl:
30655 * html/canvas/WebKitLoseContext.cpp: Copied from WebCore/html/canvas/WebGLExtension.h.
30656 (WebCore::WebKitLoseContext::WebKitLoseContext):
30657 (WebCore::WebKitLoseContext::~WebKitLoseContext):
30658 (WebCore::WebKitLoseContext::getName):
30659 (WebCore::WebKitLoseContext::create):
30660 (WebCore::WebKitLoseContext::loseContext):
30661 * html/canvas/WebKitLoseContext.h: Copied from WebCore/html/canvas/WebGLExtension.h.
30662 * html/canvas/WebKitLoseContext.idl: Copied from WebCore/html/canvas/WebGLExtension.h.
DChangeLog12091 * html/canvas/WebKitLoseContext.cpp:
12092 (WebCore::WebKitLoseContext::WebKitLoseContext):
12093 (WebCore::WebKitLoseContext::create):
12094 (WebCore::WebKitLoseContext::loseContext):
12095 * html/canvas/WebKitLoseContext.h:
12096 * html/canvas/WebKitLoseContext.idl: Updated the ownership model for WebGL
64830 * html/canvas/WebKitLoseContext.cpp:
64831 (WebCore::WebKitLoseContext::loseContext): Add null-check for m_context.
64832 * html/canvas/WebKitLoseContext.h:
64833 (WebCore::WebKitLoseContext::contextDestroyed):
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj3047 …2D532C400832BEC /* WebKitLoseContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 93F1D5B712…
3048 …12D532C400832BEC /* WebKitLoseContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 93F1D5B812D…
9600WebKitLoseContext.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourceco…
9601WebKitLoseContext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode…
9602WebKitLoseContext.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; na…
13699 93F1D5B712D532C400832BEC /* WebKitLoseContext.cpp */,
13700 93F1D5B812D532C400832BEC /* WebKitLoseContext.h */,
13701 93F1D5B912D532C400832BEC /* WebKitLoseContext.idl */,
22886 93F1D5BB12D532C400832BEC /* WebKitLoseContext.h in Headers */,
25605 93F1D5BA12D532C400832BEC /* WebKitLoseContext.cpp in Sources */,