Home
last modified time | relevance | path

Searched refs:renderContextID (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DNetscapePluginInstanceProxy.h71 uint32_t renderContextID() const { ASSERT(fastMallocSize(this)); return m_renderContextID; } in renderContextID() function
72 void setRenderContextID(uint32_t renderContextID) { m_renderContextID = renderContextID; } in setRenderContextID() argument
196 …InstantiatePluginReply(kern_return_t resultCode, uint32_t renderContextID, RendererType rendererTy… in InstantiatePluginReply()
199 , m_renderContextID(renderContextID) in InstantiatePluginReply()
DWebKitPluginClient.defs215 renderContextID :uint32_t;
DWebHostedNetscapePluginView.mm121 _softwareRenderer = WKSoftwareCARendererCreate(_proxy->renderContextID());
123 _pluginLayer = WKMakeRenderLayer(_proxy->renderContextID());
DNetscapePluginHostProxy.mm493 …int32_t pluginID, uint32_t requestID, kern_return_t result, uint32_t renderContextID, uint32_t ren…
503 …tID, new NetscapePluginInstanceProxy::InstantiatePluginReply(result, renderContextID, static_cast<…
/external/webkit/Source/WebKit/mac/
DChangeLog10214 (WebKit::NetscapePluginInstanceProxy::renderContextID):
DChangeLog-2010-01-2912315 (WebKit::NetscapePluginInstanceProxy::renderContextID):