HomeSort by relevance Sort by last modified time
    Searched defs:m_context (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/webkit/Source/WebCore/html/canvas/
OESVertexArrayObject.h 58 WebGLRenderingContext* m_context; member in class:WebCore::OESVertexArrayObject
WebKitLoseContext.h 45 void contextDestroyed() { m_context = 0; }
50 WebGLRenderingContext* m_context; member in class:WebCore::WebKitLoseContext
  /external/webkit/Source/WebCore/fileapi/
FileStreamProxy.h 84 RefPtr<ScriptExecutionContext> m_context; member in class:WebCore::FileStreamProxy
DOMFileSystemBase.h 93 ScriptExecutionContext* m_context; member in class:WebCore::DOMFileSystemBase
  /external/webkit/Source/WebCore/platform/graphics/mac/
WebGLLayer.h 41 WebCore::GraphicsContext3D* m_context; member in namespace:CAOpenGLLayer
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextPlatformPrivate.h 44 : m_context(platformContext) { }
46 PlatformContextSkia* context() { return m_context; }
50 PlatformContextSkia* m_context; member in class:WebCore::GraphicsContextPlatformPrivate
  /external/webkit/Source/WebCore/platform/chromium/
DataTransferItemsChromium.h 68 ScriptExecutionContext* m_context; member in class:WebCore::DataTransferItemsChromium
DataTransferItemChromium.h 65 ScriptExecutionContext* m_context; member in class:WebCore::DataTransferItemChromium
  /external/webkit/Source/WebCore/platform/graphics/chromium/
WebGLLayerChromium.h 50 virtual bool drawsContent() const { return m_context; }
63 GraphicsContext3D* m_context; member in class:WebCore::WebGLLayerChromium
  /external/webkit/Source/WebCore/platform/graphics/opengl/
Extensions3DOpenGL.h 63 GraphicsContext3D* m_context; member in class:WebCore::Extensions3DOpenGL
  /external/webkit/Source/WebKit2/UIProcess/API/qt/tests/qwkpage/
tst_qwkpage.cpp 35 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/
ScheduledAction.h 51 : m_context(context)
67 OwnHandle<v8::Context> m_context; member in class:WebCore::ScheduledAction
ScriptScope.h 44 v8::Local<v8::Object> global() const { return m_context->Global(); }
48 v8::Local<v8::Context> m_context; member in class:WebCore::ScriptScope
V8IsolatedContext.h 91 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
WorldContextHandle.h 52 RefPtr<SharedPersistent<v8::Context> > m_context; member in class:WebCore::WorldContextHandle
IDBBindingUtilities.cpp 104 : m_context(v8::Context::New())
106 m_context->Enter();
111 m_context->Exit();
112 m_context.Dispose();
117 v8::Persistent<v8::Context> m_context; member in class:WebCore::__anon14695::LocalContext
V8DOMWindowShell.h 54 v8::Handle<v8::Context> context() const { return m_context; }
119 v8::Persistent<v8::Context> m_context; member in class:WebCore::V8DOMWindowShell
WorkerContextExecutionProxy.h 73 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/WebKit/chromium/src/
BoundObject.h 54 v8::Handle<v8::Context> m_context; member in class:WebKit::BoundObject
WebFileSystemCallbacksImpl.h 70 WebCore::ScriptExecutionContext* m_context; member in class:WebKit::WebFileSystemCallbacksImpl
  /external/webkit/Source/WebKit2/UIProcess/
WebGeolocationManagerProxy.h 51 void clearContext() { m_context = 0; }
73 WebContext* m_context; member in class:WebKit::WebGeolocationManagerProxy
  /external/webkit/Tools/DumpRenderTree/cairo/
PixelDumpSupportCairo.h 64 cairo_destroy(m_context);
67 cairo_t* cairoContext() const { return m_context; }
73 , m_context(context)
78 cairo_t* m_context; member in class:BitmapContext
  /external/webkit/Tools/DumpRenderTree/cg/
PixelDumpSupportCG.h 67 CGContextRef cgContext() const { return m_context.get(); }
73 , m_context(AdoptCF, context)
78 RetainPtr<CGContextRef> m_context; member in class:BitmapContext
  /external/apache-xml/src/main/java/org/apache/xml/utils/
PrefixResolverDefault.java 39 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/
LegacyCACFLayerTreeHost.h 69 WKCACFContext* m_context; member in class:WebCore::LegacyCACFLayerTreeHost

Completed in 901 milliseconds

1 2 3