Home
last modified time | relevance | path

Searched refs:m_pluginWrapper (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLPlugInElement.cpp76 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()
DHTMLPlugInElement.h130 mutable RefPtr<SharedPersistent<v8::Object> > m_pluginWrapper; variable