HomeSort by relevance Sort by last modified time
    Searched full:m_embedelement (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/html/
PluginDocument.cpp 57 , m_embedElement(0)
65 HTMLEmbedElement* m_embedElement;
89 m_embedElement = static_cast<HTMLEmbedElement*>(embedElement.get());
90 m_embedElement->setAttribute(widthAttr, "100%");
91 m_embedElement->setAttribute(heightAttr, "100%");
93 m_embedElement->setAttribute(nameAttr, "plugin");
94 m_embedElement->setAttribute(srcAttr, document()->url().string());
99 m_embedElement->setAttribute(typeAttr, loader->writer()->mimeType());
101 static_cast<PluginDocument*>(document())->setPluginNode(m_embedElement);
108 ASSERT(!m_embedElement);
    [all...]

Completed in 40 milliseconds