Home
last modified time | relevance | path

Searched refs:HTMLPlugInElement (Results 1 – 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLPlugInElement.cpp58 HTMLPlugInElement::HTMLPlugInElement(const QualifiedName& tagName, Document& doc, bool createdByPar… in HTMLPlugInElement() function in WebCore::HTMLPlugInElement
74 HTMLPlugInElement::~HTMLPlugInElement() in ~HTMLPlugInElement()
85 void HTMLPlugInElement::trace(Visitor* visitor) in trace()
91 bool HTMLPlugInElement::canProcessDrag() const in canProcessDrag()
96 bool HTMLPlugInElement::willRespondToMouseClickEvents() in willRespondToMouseClickEvents()
104 void HTMLPlugInElement::removeAllEventListeners() in removeAllEventListeners()
113 void HTMLPlugInElement::didMoveToNewDocument(Document& oldDocument) in didMoveToNewDocument()
120 void HTMLPlugInElement::attach(const AttachContext& context) in attach()
142 void HTMLPlugInElement::updateWidget() in updateWidget()
144 RefPtrWillBeRawPtr<HTMLPlugInElement> protector(this); in updateWidget()
[all …]
DHTMLObjectElement.cpp52 : HTMLPlugInElement(objectTag, document, createdByParser, ShouldNotPreferPlugInsForImages) in HTMLObjectElement()
76 HTMLPlugInElement::trace(visitor); in trace()
88 return HTMLPlugInElement::isPresentationAttribute(name); in isPresentationAttribute()
96 HTMLPlugInElement::collectStyleForPresentationAttribute(name, value, style); in collectStyleForPresentationAttribute()
127 HTMLPlugInElement::parseAttribute(name, value); in parseAttribute()
346 return HTMLPlugInElement::rendererIsNeeded(style); in rendererIsNeeded()
351 HTMLPlugInElement::insertedInto(insertionPoint); in insertedInto()
358 HTMLPlugInElement::removedFrom(insertionPoint); in removedFrom()
368 HTMLPlugInElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
375 || HTMLPlugInElement::isURLAttribute(attribute); in isURLAttribute()
[all …]
DHTMLEmbedElement.cpp43 : HTMLPlugInElement(embedTag, document, createdByParser, ShouldPreferPlugInsForImages) in HTMLEmbedElement()
75 return HTMLPlugInElement::isPresentationAttribute(name); in isPresentationAttribute()
86 HTMLPlugInElement::collectStyleForPresentationAttribute(name, value, style); in collectStyleForPresentationAttribute()
109 HTMLPlugInElement::parseAttribute(name, value); in parseAttribute()
159 return HTMLPlugInElement::rendererIsNeeded(style); in rendererIsNeeded()
175 return HTMLPlugInElement::rendererIsNeeded(style); in rendererIsNeeded()
180 return attribute.name() == srcAttr || HTMLPlugInElement::isURLAttribute(attribute); in isURLAttribute()
DHTMLAppletElement.cpp45 : HTMLPlugInElement(appletTag, document, createdByParser, ShouldNotPreferPlugInsForImages) in HTMLAppletElement()
71 HTMLPlugInElement::parseAttribute(name, value); in parseAttribute()
77 || HTMLPlugInElement::isURLAttribute(attribute); in isURLAttribute()
82 return name == codebaseAttr || HTMLPlugInElement::hasLegalLinkAttribute(name); in hasLegalLinkAttribute()
89 return HTMLPlugInElement::rendererIsNeeded(style); in rendererIsNeeded()
104 return HTMLPlugInElement::renderWidgetForJSBindings(); in renderWidgetForJSBindings()
DHTMLPlugInElement.h44 class HTMLPlugInElement : public HTMLFrameOwnerElement {
46 virtual ~HTMLPlugInElement();
67HTMLPlugInElement(const QualifiedName& tagName, Document&, bool createdByParser, PreferPlugInsForI…
163 DEFINE_HTMLELEMENT_TYPE_CASTS_WITH_FUNCTION(HTMLPlugInElement);
DHTMLAppletElement.h32 class HTMLAppletElement FINAL : public HTMLPlugInElement {
DHTMLEmbedElement.h30 class HTMLEmbedElement FINAL : public HTMLPlugInElement {
DHTMLObjectElement.h33 class HTMLObjectElement FINAL : public HTMLPlugInElement, public FormAssociatedElement {
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8HTMLPlugInElementCustom.cpp49 HTMLPlugInElement* impl = C::toNative(info.Holder()); in npObjectNamedGetter()
64 HTMLPlugInElement* impl = C::toNative(info.Holder()); in npObjectNamedSetter()
108 HTMLPlugInElement* impl = V8HTMLAppletElement::toNative(info.Holder()); in legacyCallCustom()
115 HTMLPlugInElement* impl = V8HTMLEmbedElement::toNative(info.Holder()); in legacyCallCustom()
122 HTMLPlugInElement* impl = V8HTMLObjectElement::toNative(info.Holder()); in legacyCallCustom()
130 HTMLPlugInElement* impl = C::toNative(info.Holder()); in npObjectIndexedGetter()
145 HTMLPlugInElement* impl = C::toNative(info.Holder()); in npObjectIndexedSetter()
/external/chromium_org/third_party/WebKit/Source/web/
DWebPluginContainerImpl.h47 class HTMLPlugInElement; variable
70 …static PassRefPtr<WebPluginContainerImpl> create(WebCore::HTMLPlugInElement* element, WebPlugin* w… in create()
166 WebPluginContainerImpl(WebCore::HTMLPlugInElement* element, WebPlugin* webPlugin);
188 WebCore::HTMLPlugInElement* m_element;
DFrameLoaderClientImpl.h120 WebCore::HTMLPlugInElement*, const WebCore::KURL&,
DContextMenuClientImpl.cpp279 HTMLPlugInElement* pluginElement = toHTMLPlugInElement(r.innerNonSharedNode()); in showContextMenu()
DFrameLoaderClientImpl.cpp621 HTMLPlugInElement* element, in createPlugin()
DWebPluginContainerImpl.cpp655 WebPluginContainerImpl::WebPluginContainerImpl(WebCore::HTMLPlugInElement* element, WebPlugin* webP… in WebPluginContainerImpl()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptController.h53 class HTMLPlugInElement; variable
139 NPObject* createScriptObjectForPluginElement(HTMLPlugInElement*);
DV8NPObject.cpp76 HTMLPlugInElement* element = V8HTMLAppletElement::toNativeWithTypeCheck(isolate, info.Holder()); in npObjectInvokeImpl()
DScriptController.cpp392 NPObject* ScriptController::createScriptObjectForPluginElement(HTMLPlugInElement* plugin) in createScriptObjectForPluginElement()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DFrameLoaderClient.h66 class HTMLPlugInElement; variable
164 …virtual PassRefPtr<Widget> createPlugin(HTMLPlugInElement*, const KURL&, const Vector<String>&, co…
DEmptyClients.cpp130 PassRefPtr<Widget> EmptyFrameLoaderClient::createPlugin(HTMLPlugInElement*, const KURL&, const Vect… in createPlugin() argument
DEmptyClients.h230 …virtual PassRefPtr<Widget> createPlugin(HTMLPlugInElement*, const KURL&, const Vector<String>&, co…
/external/chromium_org/third_party/WebKit/Source/core/page/
DDragController.cpp557 HTMLPlugInElement* plugin = toHTMLPlugInElement(result.innerNonSharedNode()); in canProcessDrag()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_html.target.linux-x86.mk97 third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp \
Dwebcore_html.target.linux-arm64.mk97 third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp \
Dwebcore_html.target.darwin-x86.mk97 third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp \
Dwebcore_html.target.darwin-arm64.mk97 third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp \

12