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

1 2

  /external/webkit/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/JavaScriptCore/qt/api/
qscriptengine_p.h 53 JSGlobalContextRef m_context; member in class:QScriptEnginePrivate
58 JSGarbageCollect(m_context);
63 return JSValueMakeNumber(m_context, number);
68 return JSValueMakeNumber(m_context, number);
73 return JSValueMakeNumber(m_context, number);
78 return JSValueMakeString(m_context, QScriptConverter::toString(string));
83 return JSValueMakeBoolean(m_context, value);
89 return JSValueMakeNull(m_context);
90 return JSValueMakeUndefined(m_context);
95 return m_context;
    [all...]
  /external/webkit/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 92 v8::Handle<v8::Context> context() { return m_context->get(); }
93 PassRefPtr<SharedPersistent<v8::Context> > sharedContext() { return m_context; }
108 // long as |m_context| has not been garbage collected.
109 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
ScriptState.h 56 return v8::Local<v8::Context>::New(m_context);
73 v8::Persistent<v8::Context> m_context; member in class:WebCore::ScriptState
V8DOMWindowShell.h 51 v8::Handle<v8::Context> context() const { return m_context; }
115 v8::Persistent<v8::Context> m_context; member in class:WebCore::V8DOMWindowShell
WorkerContextExecutionProxy.h 79 v8::Local<v8::Context> context() { return v8::Local<v8::Context>::New(m_context); }
100 v8::Persistent<v8::Context> m_context; member in class:WebCore::WorkerContextExecutionProxy
  /external/webkit/WebCore/html/canvas/
CanvasObject.h 49 m_context = 0;
52 WebGLRenderingContext* context() const { return m_context; }
67 WebGLRenderingContext* m_context; member in class:WebCore::CanvasObject
WebGLRenderingContext.h 277 GraphicsContext3D* graphicsContext3D() const { return m_context.get(); }
312 OwnPtr<GraphicsContext3D> m_context; member in class:WebCore::WebGLRenderingContext
  /external/webkit/WebKit/chromium/src/
BoundObject.h 53 v8::Handle<v8::Context> m_context; member in class:WebKit::BoundObject
  /external/webkit/WebKitTools/DumpRenderTree/cairo/
PixelDumpSupportCairo.h 62 cairo_destroy(m_context);
65 cairo_t* cairoContext() const { return m_context; }
72 if (m_context)
73 cairo_destroy(m_context);
75 m_context = context;
79 cairo_t* m_context; member in class:BitmapContext
  /external/webkit/WebKitTools/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/webkit/WebCore/websockets/
WebSocketChannel.h 80 ScriptExecutionContext* m_context; member in class:WebCore::WebSocketChannel
WebSocketHandshake.h 98 ScriptExecutionContext* m_context; member in class:WebCore::WebSocketHandshake
  /libcore/luni/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/WebCore/platform/graphics/gtk/
FontPlatformData.h 54 : m_context(0)
67 : m_context(0)
123 PangoContext* m_context; member in class:WebCore::FontPlatformData
  /cts/tools/annotation-helper/src/spechelper/
MyCompletion.java 33 private IContextInformation m_context; field in class:MyCompletion
49 m_context = contextInformation;
73 return m_context;
  /external/webkit/WebCore/html/
HTMLCanvasElement.h 105 CanvasRenderingContext* renderingContext() const { return m_context.get(); }
127 OwnPtr<CanvasRenderingContext> m_context; member in class:WebCore::HTMLCanvasElement
  /external/webkit/WebCore/platform/graphics/
ImageBuffer.h 97 OwnPtr<GraphicsContext> m_context; member in class:WebCore::ImageBuffer
  /external/webkit/WebCore/platform/graphics/win/
WKCACFLayerRenderer.h 94 RetainPtr<CACFContextRef> m_context; member in class:WebCore::WKCACFLayerRenderer
  /libcore/luni/src/main/java/org/apache/xalan/templates/
XUnresolvedVariable.java 38 transient private int m_context; field in class:XUnresolvedVariable
83 m_context = sourceNode;
126 XObject var = velem.getValue(m_transformer, m_context);
  /development/samples/BrowserPlugin/jni/
PluginObject.h 65 SurfaceSubPlugin(NPP inst) : SubPlugin(inst) { m_context = NULL; }
72 jobject m_context; member in class:SurfaceSubPlugin
  /libcore/luni/src/main/java/org/apache/xpath/axes/
LocPathIterator.java 360 m_context = context;
632 return m_context;
688 m_context = DTM.NULL;
719 clone.m_context = m_context;
846 return m_context;
877 // m_context = n;
965 transient protected int m_context = DTM.NULL; field in class:LocPathIterator
970 * from m_context in that this is the context for the entire

Completed in 331 milliseconds

1 2