Searched refs:m_renderContextID (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.h72 uint32_t renderContextID() const { ASSERT(fastMallocSize(this)); return m_renderContextID; }
73 void setRenderContextID(uint32_t renderContextID) { m_renderContextID = renderContextID; }
203 , m_renderContextID(renderContextID)
209 uint32_t m_renderContextID; member in struct:WebKit::NetscapePluginInstanceProxy::InstantiatePluginReply
307 uint32_t m_renderContextID; member in class:WebKit::NetscapePluginInstanceProxy
H A DNetscapePluginHostManager.mm273 instance->setRenderContextID(reply->m_renderContextID);
H A DNetscapePluginInstanceProxy.mm222 , m_renderContextID(0)

Completed in 134 milliseconds