Searched refs:m_pluginWrapper (Results 1 – 2 of 2) sorted by relevance
78 ASSERT(!m_pluginWrapper); // cleared in detach() in ~HTMLPlugInElement()268 m_pluginWrapper.clear(); in resetInstance()280 if (!m_pluginWrapper) { in pluginWrapper()289 m_pluginWrapper = frame->script().createPluginWrapper(plugin); in pluginWrapper()291 return m_pluginWrapper.get(); in pluginWrapper()
134 mutable RefPtr<SharedPersistent<v8::Object> > m_pluginWrapper; variable