Searched refs:renderContextID (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
D | NetscapePluginInstanceProxy.h | 71 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()
|
D | WebKitPluginClient.defs | 215 renderContextID :uint32_t;
|
D | WebHostedNetscapePluginView.mm | 121 _softwareRenderer = WKSoftwareCARendererCreate(_proxy->renderContextID()); 123 _pluginLayer = WKMakeRenderLayer(_proxy->renderContextID());
|
D | NetscapePluginHostProxy.mm | 493 …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/ |
D | ChangeLog | 10214 (WebKit::NetscapePluginInstanceProxy::renderContextID):
|
D | ChangeLog-2010-01-29 | 12315 (WebKit::NetscapePluginInstanceProxy::renderContextID):
|