Searched refs:m_pluginWrapper (Results 1 – 2 of 2) sorted by relevance
76 ASSERT(!m_pluginWrapper); // cleared in detach() in ~HTMLPlugInElement()208 m_pluginWrapper.clear(); in resetInstance()220 if (!m_pluginWrapper) { in pluginWrapper()222 m_pluginWrapper = frame->script().createPluginWrapper(widget); in pluginWrapper()224 return m_pluginWrapper.get(); in pluginWrapper()
130 mutable RefPtr<SharedPersistent<v8::Object> > m_pluginWrapper; variable