Searched defs:m_context (Results 1 - 25 of 68) sorted by relevance

123

/external/webkit/Source/WebCore/html/canvas/
H A DOESVertexArrayObject.h58 WebGLRenderingContext* m_context; member in class:WebCore::OESVertexArrayObject
H A DWebKitLoseContext.h45 void contextDestroyed() { m_context = 0; }
50 WebGLRenderingContext* m_context; member in class:WebCore::WebKitLoseContext
/external/webkit/Source/WebCore/fileapi/
H A DFileStreamProxy.h84 RefPtr<ScriptExecutionContext> m_context; member in class:WebCore::FileStreamProxy
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DWebGLLayer.h41 WebCore::GraphicsContext3D* m_context; member in namespace:CAOpenGLLayer
/external/webkit/Source/WebCore/platform/chromium/
H A DDataTransferItemsChromium.h68 ScriptExecutionContext* m_context; member in class:WebCore::DataTransferItemsChromium
H A DDataTransferItemChromium.h65 ScriptExecutionContext* m_context; member in class:WebCore::DataTransferItemChromium
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DExtensions3DOpenGL.h63 GraphicsContext3D* m_context; member in class:WebCore::Extensions3DOpenGL
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextPlatformPrivate.h44 : m_context(platformContext) { }
46 PlatformContextSkia* context() { return m_context; }
50 PlatformContextSkia* m_context; member in class:WebCore::GraphicsContextPlatformPrivate
/external/webkit/Source/WebKit2/UIProcess/API/qt/tests/qwkpage/
H A Dtst_qwkpage.cpp35 QScopedPointer<QWKContext> m_context; member in class:tst_QWKPage
41 m_context.reset(new QWKContext);
42 m_page.reset(new QWKPage(m_context.data()));
48 m_context.reset();
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptScope.h44 v8::Local<v8::Object> global() const { return m_context->Global(); }
48 v8::Local<v8::Context> m_context; member in class:WebCore::ScriptScope
H A DWorldContextHandle.h52 RefPtr<SharedPersistent<v8::Context> > m_context; member in class:WebCore::WorldContextHandle
H A DScheduledAction.h51 : m_context(context)
67 OwnHandle<v8::Context> m_context; member in class:WebCore::ScheduledAction
H A DV8DOMWindowShell.h54 v8::Handle<v8::Context> context() const { return m_context; }
119 v8::Persistent<v8::Context> m_context; member in class:WebCore::V8DOMWindowShell
H A DV8IsolatedContext.h91 v8::Handle<v8::Context> context() { return m_context->get(); }
92 PassRefPtr<SharedPersistent<v8::Context> > sharedContext() { return m_context; }
107 // long as |m_context| has not been garbage collected.
108 RefPtr<SharedPersistent<v8::Context> > m_context; member in class:WebCore::V8IsolatedContext
H A DWorkerContextExecutionProxy.h73 v8::Local<v8::Context> context() { return v8::Local<v8::Context>::New(m_context); }
88 v8::Persistent<v8::Context> m_context; member in class:WebCore::WorkerContextExecutionProxy
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DWebGLLayerChromium.h50 virtual bool drawsContent() const { return m_context; }
63 GraphicsContext3D* m_context; member in class:WebCore::WebGLLayerChromium
H A DGLES2Canvas.h96 SharedGraphicsContext3D* context() const { return m_context; }
123 SharedGraphicsContext3D* m_context; member in class:WebCore::GLES2Canvas
H A DGeometryBinding.h44 GraphicsContext3D* context() const { return m_context; }
57 GraphicsContext3D* m_context; member in class:WebCore::GeometryBinding
H A DLayerTexture.h64 RefPtr<GraphicsContext3D> m_context; member in class:WebCore::LayerTexture
H A DProgramBinding.h52 GraphicsContext3D* m_context; member in class:WebCore::ProgramBindingBase
65 if (!m_vertexShader.init(m_context, m_program))
67 if (!m_fragmentShader.init(m_context, m_program))
/external/webkit/Source/WebKit/chromium/src/
H A DBoundObject.h54 v8::Handle<v8::Context> m_context; member in class:WebKit::BoundObject
H A DWebFileSystemCallbacksImpl.h70 WebCore::ScriptExecutionContext* m_context; member in class:WebKit::WebFileSystemCallbacksImpl
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DPrefixResolverDefault.java39 Node m_context; field in class:PrefixResolverDefault
50 m_context = xpathExpressionContext;
63 return getNamespaceForPrefix(prefix, m_context);
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DLegacyCACFLayerTreeHost.h69 WKCACFContext* m_context; member in class:WebCore::LegacyCACFLayerTreeHost
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DShader.h76 GraphicsContext3D* m_context; member in class:WebCore::Shader

Completed in 1874 milliseconds

123