/external/webkit/Source/WebCore/platform/graphics/gtk/ |
GraphicsContext3DInternal.h | 50 GLXContext m_context; member in class:WebCore::GraphicsContext3DInternal
|
/external/webkit/Source/WebKit2/UIProcess/ |
WebProcessProxy.cpp | 68 , m_context(context) 94 if (m_context->processModel() == ProcessModelSharedSecondaryThread) { 128 m_context->disconnectProcess(this); 248 m_context->didReceiveMessage(connection, messageID, arguments); 270 return m_context->didReceiveSyncMessage(connection, messageID, arguments, reply); 359 m_context->processDidFinishLaunching(this); 409 if (!m_pageMap.isEmpty() || !m_context->shouldTerminate(this)) {
|
VisitedLinkProvider.h | 52 WebContext* m_context; member in class:WebKit::VisitedLinkProvider
|
/development/samples/BrowserPlugin/jni/ |
PluginObject.h | 65 SurfaceSubPlugin(NPP inst) : SubPlugin(inst) { m_context = NULL; } 72 jobject m_context; member in class:SurfaceSubPlugin
|
/external/webkit/Source/WebCore/bindings/v8/ |
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
|
WorldContextHandle.h | 52 RefPtr<SharedPersistent<v8::Context> > m_context; member in class:WebCore::WorldContextHandle
|
ScheduledAction.cpp | 47 : m_context(context) 109 v8::Handle<v8::Context> v8Context = v8::Local<v8::Context>::New(m_context.get()); 137 v8::Handle<v8::Context> v8Context = v8::Local<v8::Context>::New(m_context.get());
|
ScriptCachedFrameData.h | 82 OwnHandle<v8::Context> m_context;
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
PlatformCanvas.cpp | 97 m_context = adoptPtr(new GraphicsContext(reinterpret_cast<PlatformGraphicsContext*>(m_skiaContext.get()))); 108 m_context = adoptPtr(new GraphicsContext(m_contextCG.get()));
|
LayerTexture.h | 64 RefPtr<GraphicsContext3D> m_context; member in class:WebCore::LayerTexture
|
/external/webkit/Source/WebCore/rendering/svg/ |
SVGTextLayoutAttributes.cpp | 31 : m_context(context) 102 fprintf(stderr, "context: %p\n", m_context);
|
/external/webkit/Tools/WebKitTestRunner/ |
TestController.h | 53 WKContextRef context() { return m_context.get(); } 107 WKRetainPtr<WKContextRef> m_context; member in class:WTR::TestController
|
TestController.cpp | 249 m_context.adopt(WKContextCreateWithInjectedBundlePath(injectedBundlePath())); 256 WKContextSetDatabaseDirectory(m_context.get(), databaseDirectoryWK.get()); 267 WKContextSetInjectedBundleClient(m_context.get(), &injectedBundleClient); 269 _WKContextSetAdditionalPluginsDirectory(m_context.get(), testPluginDirectory()); 271 m_mainWebView = adoptPtr(new PlatformWebView(m_context.get(), m_pageGroup.get()));
|
/external/webkit/Source/WebCore/html/canvas/ |
OESVertexArrayObject.h | 58 WebGLRenderingContext* m_context; member in class:WebCore::OESVertexArrayObject
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
WebGLLayer.h | 41 WebCore::GraphicsContext3D* m_context; member in namespace:CAOpenGLLayer
|
/external/apache-xml/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);
|
/external/webkit/Source/WebCore/loader/icon/ |
IconDatabaseBase.h | 58 : m_context(context) 63 void* context() const { return m_context; } 72 void* m_context; member in class:WebCore::CallbackBase
|
/external/webkit/Source/WebKit/chromium/tests/ |
IDBBindingUtilitiesTest.cpp | 44 : m_context(v8::Context::New()) 46 m_context->Enter(); 51 m_context->Exit(); 52 m_context.Dispose(); 57 v8::Persistent<v8::Context> m_context; member in class:__anon13307::LocalContext
|
/external/webkit/Source/WebCore/platform/network/qt/ |
QNetworkReplyHandler.cpp | 376 if (m_resourceHandle->getInternal()->m_context) 377 originatingObject = m_resourceHandle->getInternal()->m_context->originatingObject(); 546 if (m_resourceHandle->getInternal()->m_context) 547 originatingObject = m_resourceHandle->getInternal()->m_context->originatingObject(); 636 if (!d || !d->m_context) 639 QNetworkReply* reply = sendNetworkRequest(d->m_context->networkAccessManager(), d->m_firstRequest); 643 m_replyWrapper = new QNetworkReplyWrapper(&m_queue, reply, m_resourceHandle->shouldContentSniff() && d->m_context->mimeSniffingEnabled(), this);
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
ImageBufferSkia.cpp | 77 m_context.set(new GraphicsContext(&m_data.m_platformContext)); 78 m_context->platformContext()->setDrawingToImageBuffer(true); 93 return m_context.get(); 108 m_context->platformContext()->syncSoftwareCanvas(); 136 RefPtr<Image> image = BitmapImageSingleFrameSkia::create(*m_data.m_platformContext.bitmap(), context == m_context); 143 RefPtr<Image> image = BitmapImageSingleFrameSkia::create(*m_data.m_platformContext.bitmap(), context == m_context);
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
MatchPatternIterator.java | 191 ? m_traverser.first(m_context) 192 : m_traverser.next(m_context, m_lastFetched); 293 xctxt.pushIteratorRoot(m_context);
|
AttributeIterator.java | 57 ? m_cdtm.getFirstAttribute(m_context)
|
DescendantIterator.java | 209 ? m_traverser.first(m_context) 210 : m_traverser.next(m_context, m_lastFetched); 215 ? m_traverser.first(m_context, m_extendedTypeID) 216 : m_traverser.next(m_context, m_lastFetched,
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
ImageBufferWinCE.cpp | 82 m_context.set(new GraphicsContext(0)); 83 m_context->setBitmap(m_data.m_bitmap); 98 return m_context.get();
|
/external/webkit/Source/WebCore/webaudio/ |
AudioContext.h | 166 : m_context(context) 175 m_context->unlock(); 178 AudioContext* m_context; member in class:WebCore::AudioContext::AutoLocker
|