HomeSort by relevance Sort by last modified time
    Searched refs:m_pluginWrapper (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLPlugInElement.cpp 78 ASSERT(!m_pluginWrapper); // cleared in detach()
268 m_pluginWrapper.clear();
280 if (!m_pluginWrapper) {
289 m_pluginWrapper = frame->script().createPluginWrapper(plugin);
291 return m_pluginWrapper.get();
HTMLPlugInElement.h 134 mutable RefPtr<SharedPersistent<v8::Object> > m_pluginWrapper;

Completed in 222 milliseconds