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

  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.cpp 134 Frame* frame = m_pluginView->m_pluginElement->document()->frame();
247 , m_pluginElement(pluginElement)
249 , m_webPage(webPage(m_pluginElement.get()))
272 m_pluginElement->document()->removeMediaCanStartListener(this);
292 m_pluginElement = nullptr;
297 return m_pluginElement->document()->frame();
425 if (Frame* frame = m_pluginElement->document()->frame()) {
434 m_pluginElement->document()->addMediaCanStartListener(this);
457 m_pluginElement->setNeedsStyleRecalc(SyntheticStyleChange);
626 RenderLayer* layer = m_pluginElement->renderer()->enclosingLayer()
    [all...]
PluginView.h 150 RefPtr<WebCore::HTMLPlugInElement> m_pluginElement;

Completed in 38 milliseconds