Searched refs:HTMLPlugInElement (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLPlugInElement.cpp24 #include "core/html/HTMLPlugInElement.h"
60 HTMLPlugInElement::HTMLPlugInElement(const QualifiedName& tagName, Document& doc, bool createdByParser, PreferPlugInsForImagesOption preferPlugInsForImagesOption) function in class:blink::HTMLPlugInElement
76 HTMLPlugInElement::~HTMLPlugInElement()
87 void HTMLPlugInElement::trace(Visitor* visitor)
93 bool HTMLPlugInElement::canProcessDrag() const
98 bool HTMLPlugInElement::willRespondToMouseClickEvents()
106 void HTMLPlugInElement::removeAllEventListeners()
115 void HTMLPlugInElement
[all...]
H A DHTMLEmbedElement.cpp44 : HTMLPlugInElement(embedTag, document, createdByParser, ShouldPreferPlugInsForImages)
75 return HTMLPlugInElement::isPresentationAttribute(name);
86 HTMLPlugInElement::collectStyleForPresentationAttribute(name, value, style);
109 HTMLPlugInElement::parseAttribute(name, value);
156 return HTMLPlugInElement::rendererIsNeeded(style);
172 return HTMLPlugInElement::rendererIsNeeded(style);
177 return attribute.name() == srcAttr || HTMLPlugInElement::isURLAttribute(attribute);
H A DHTMLObjectElement.cpp52 : HTMLPlugInElement(objectTag, document, createdByParser, ShouldNotPreferPlugInsForImages)
75 HTMLPlugInElement::trace(visitor);
87 return HTMLPlugInElement::isPresentationAttribute(name);
95 HTMLPlugInElement::collectStyleForPresentationAttribute(name, value, style);
126 HTMLPlugInElement::parseAttribute(name, value);
314 return HTMLPlugInElement::rendererIsNeeded(style);
319 HTMLPlugInElement::insertedInto(insertionPoint);
326 HTMLPlugInElement::removedFrom(insertionPoint);
336 HTMLPlugInElement::childrenChanged(change);
343 || HTMLPlugInElement
[all...]
H A DHTMLAppletElement.cpp47 : HTMLPlugInElement(appletTag, document, createdByParser, ShouldNotPreferPlugInsForImages)
71 HTMLPlugInElement::parseAttribute(name, value);
77 || HTMLPlugInElement::isURLAttribute(attribute);
82 return name == codebaseAttr || HTMLPlugInElement::hasLegalLinkAttribute(name);
89 return HTMLPlugInElement::rendererIsNeeded(style);
107 return HTMLPlugInElement::renderWidgetForJSBindings();
H A DHTMLAppletElement.h26 #include "core/html/HTMLPlugInElement.h"
32 class HTMLAppletElement FINAL : public HTMLPlugInElement {
H A DHTMLEmbedElement.h26 #include "core/html/HTMLPlugInElement.h"
30 class HTMLEmbedElement FINAL : public HTMLPlugInElement {
H A DHTMLPlugInElement.h44 class HTMLPlugInElement : public HTMLFrameOwnerElement { class in namespace:blink
46 virtual ~HTMLPlugInElement();
70 HTMLPlugInElement(const QualifiedName& tagName, Document&, bool createdByParser, PreferPlugInsForImagesOption);
154 DEFINE_HTMLELEMENT_TYPE_CASTS_WITH_FUNCTION(HTMLPlugInElement);
H A DHTMLObjectElement.h27 #include "core/html/HTMLPlugInElement.h"
33 class HTMLObjectElement FINAL : public HTMLPlugInElement, public FormAssociatedElement {
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginContainerImpl.h50 class HTMLPlugInElement;
74 static PassRefPtr<WebPluginContainerImpl> create(HTMLPlugInElement* element, WebPlugin* webPlugin)
177 WebPluginContainerImpl(HTMLPlugInElement*, WebPlugin*);
218 // HTMLPlugInElement and managed as such.
219 HTMLPlugInElement* m_element;
H A DFrameLoaderClientImpl.h122 HTMLPlugInElement*, const KURL&,
H A DContextMenuClientImpl.cpp51 #include "core/html/HTMLPlugInElement.h"
290 HTMLPlugInElement* pluginElement = toHTMLPlugInElement(r.innerNonSharedNode());
H A DFrameLoaderClientImpl.cpp640 HTMLPlugInElement* element,
H A DWebPluginContainerImpl.cpp50 #include "core/html/HTMLPlugInElement.h"
676 WebPluginContainerImpl::WebPluginContainerImpl(HTMLPlugInElement* element, WebPlugin* webPlugin)
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptController.h53 class HTMLPlugInElement;
139 NPObject* createScriptObjectForPluginElement(HTMLPlugInElement*);
H A DScriptController.cpp62 #include "core/html/HTMLPlugInElement.h"
404 NPObject* ScriptController::createScriptObjectForPluginElement(HTMLPlugInElement* plugin)
H A DV8NPObject.cpp45 #include "core/html/HTMLPlugInElement.h"
75 // These three types are subtypes of HTMLPlugInElement.
76 HTMLPlugInElement* element = V8HTMLAppletElement::toImplWithTypeCheck(isolate, info.Holder());
91 // The holder object is not a subtype of HTMLPlugInElement, it must be an NPObject which has three
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8HTMLPlugInElementCustom.cpp52 HTMLPlugInElement* impl = ElementType::toImpl(info.Holder());
86 HTMLPlugInElement* impl = ElementType::toImpl(info.Holder());
182 HTMLPlugInElement* impl = ElementType::toImpl(info.Holder());
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DEmptyClients.cpp130 PassRefPtr<Widget> EmptyFrameLoaderClient::createPlugin(HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool, DetachedPluginPolicy)
H A DFrameLoaderClient.h60 class HTMLPlugInElement;
147 // Whether or not plugin creation should fail if the HTMLPlugInElement isn't in the DOM after plugin initialization.
153 virtual PassRefPtr<Widget> createPlugin(HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool loadManually, DetachedPluginPolicy) = 0;
H A DEmptyClients.h230 virtual PassRefPtr<Widget> createPlugin(HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool, DetachedPluginPolicy) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDragController.cpp56 #include "core/html/HTMLPlugInElement.h"
558 HTMLPlugInElement* plugin = toHTMLPlugInElement(result.innerNonSharedNode());
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_html.target.darwin-arm.mk97 third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp \
H A Dwebcore_html.target.darwin-arm64.mk97 third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp \
H A Dwebcore_html.target.darwin-mips.mk97 third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp \
H A Dwebcore_html.target.darwin-mips64.mk97 third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp \

Completed in 3706 milliseconds

12