Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLPlugInElement.cpp60 HTMLPlugInElement::HTMLPlugInElement(const QualifiedName& tagName, Document& doc, bool createdByPar… in HTMLPlugInElement() function in blink::HTMLPlugInElement
76 HTMLPlugInElement::~HTMLPlugInElement() in ~HTMLPlugInElement()
87 void HTMLPlugInElement::trace(Visitor* visitor) in trace()
93 bool HTMLPlugInElement::canProcessDrag() const in canProcessDrag()
98 bool HTMLPlugInElement::willRespondToMouseClickEvents() in willRespondToMouseClickEvents()
106 void HTMLPlugInElement::removeAllEventListeners() in removeAllEventListeners()
115 void HTMLPlugInElement::didMoveToNewDocument(Document& oldDocument) in didMoveToNewDocument()
122 void HTMLPlugInElement::attach(const AttachContext& context) in attach()
144 void HTMLPlugInElement::updateWidget() in updateWidget()
146 RefPtrWillBeRawPtr<HTMLPlugInElement> protector(this); in updateWidget()
[all …]
DHTMLObjectElement.cpp52 : HTMLPlugInElement(objectTag, document, createdByParser, ShouldNotPreferPlugInsForImages) in HTMLObjectElement()
75 HTMLPlugInElement::trace(visitor); in trace()
87 return HTMLPlugInElement::isPresentationAttribute(name); in isPresentationAttribute()
95 HTMLPlugInElement::collectStyleForPresentationAttribute(name, value, style); in collectStyleForPresentationAttribute()
126 HTMLPlugInElement::parseAttribute(name, value); in parseAttribute()
314 return HTMLPlugInElement::rendererIsNeeded(style); in rendererIsNeeded()
319 HTMLPlugInElement::insertedInto(insertionPoint); in insertedInto()
326 HTMLPlugInElement::removedFrom(insertionPoint); in removedFrom()
336 HTMLPlugInElement::childrenChanged(change); in childrenChanged()
343 || HTMLPlugInElement::isURLAttribute(attribute); in isURLAttribute()
[all …]
DHTMLEmbedElement.cpp44 : 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()
156 return HTMLPlugInElement::rendererIsNeeded(style); in rendererIsNeeded()
172 return HTMLPlugInElement::rendererIsNeeded(style); in rendererIsNeeded()
177 return attribute.name() == srcAttr || HTMLPlugInElement::isURLAttribute(attribute); in isURLAttribute()
DHTMLAppletElement.cpp47 : 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()
107 return HTMLPlugInElement::renderWidgetForJSBindings(); in renderWidgetForJSBindings()
DHTMLPlugInElement.h44 class HTMLPlugInElement : public HTMLFrameOwnerElement {
46 virtual ~HTMLPlugInElement();
70HTMLPlugInElement(const QualifiedName& tagName, Document&, bool createdByParser, PreferPlugInsForI…
154 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/web/
DWebPluginContainerImpl.h50 class HTMLPlugInElement; variable
74 … static PassRefPtr<WebPluginContainerImpl> create(HTMLPlugInElement* element, WebPlugin* webPlugin) in create()
177 WebPluginContainerImpl(HTMLPlugInElement*, WebPlugin*);
219 HTMLPlugInElement* m_element;
DFrameLoaderClientImpl.h122 HTMLPlugInElement*, const KURL&,
DContextMenuClientImpl.cpp290 HTMLPlugInElement* pluginElement = toHTMLPlugInElement(r.innerNonSharedNode()); in showContextMenu()
DFrameLoaderClientImpl.cpp640 HTMLPlugInElement* element, in createPlugin()
DWebPluginContainerImpl.cpp676 WebPluginContainerImpl::WebPluginContainerImpl(HTMLPlugInElement* element, WebPlugin* webPlugin) in WebPluginContainerImpl()
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DScriptController.h53 class HTMLPlugInElement; variable
139 NPObject* createScriptObjectForPluginElement(HTMLPlugInElement*);
DV8NPObject.cpp76 HTMLPlugInElement* element = V8HTMLAppletElement::toImplWithTypeCheck(isolate, info.Holder()); in npObjectInvokeImpl()
DScriptController.cpp404 NPObject* ScriptController::createScriptObjectForPluginElement(HTMLPlugInElement* plugin) in createScriptObjectForPluginElement()
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
DV8HTMLPlugInElementCustom.cpp52 HTMLPlugInElement* impl = ElementType::toImpl(info.Holder()); in getScriptableObjectProperty()
86 HTMLPlugInElement* impl = ElementType::toImpl(info.Holder()); in setScriptableObjectProperty()
182 HTMLPlugInElement* impl = ElementType::toImpl(info.Holder()); in invokeOnScriptableObject()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DFrameLoaderClient.h60 class HTMLPlugInElement; variable
153 …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.cpp558 HTMLPlugInElement* plugin = toHTMLPlugInElement(result.innerNonSharedNode()); in canProcessDrag()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_html.target.linux-mips64.mk97 third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp \
Dwebcore_html.target.linux-arm.mk97 third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp \
Dwebcore_html.target.linux-x86.mk97 third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp \
Dwebcore_html.target.darwin-x86_64.mk97 third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp \

12