/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLPlugInElement.cpp | 58 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 …]
|
D | HTMLObjectElement.cpp | 52 : 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 …]
|
D | HTMLEmbedElement.cpp | 43 : 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()
|
D | HTMLAppletElement.cpp | 45 : 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()
|
D | HTMLPlugInElement.h | 44 class HTMLPlugInElement : public HTMLFrameOwnerElement { 46 virtual ~HTMLPlugInElement(); 67 …HTMLPlugInElement(const QualifiedName& tagName, Document&, bool createdByParser, PreferPlugInsForI… 163 DEFINE_HTMLELEMENT_TYPE_CASTS_WITH_FUNCTION(HTMLPlugInElement);
|
D | HTMLAppletElement.h | 32 class HTMLAppletElement FINAL : public HTMLPlugInElement {
|
D | HTMLEmbedElement.h | 30 class HTMLEmbedElement FINAL : public HTMLPlugInElement {
|
D | HTMLObjectElement.h | 33 class HTMLObjectElement FINAL : public HTMLPlugInElement, public FormAssociatedElement {
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
D | V8HTMLPlugInElementCustom.cpp | 49 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/ |
D | WebPluginContainerImpl.h | 47 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;
|
D | FrameLoaderClientImpl.h | 120 WebCore::HTMLPlugInElement*, const WebCore::KURL&,
|
D | ContextMenuClientImpl.cpp | 279 HTMLPlugInElement* pluginElement = toHTMLPlugInElement(r.innerNonSharedNode()); in showContextMenu()
|
D | FrameLoaderClientImpl.cpp | 621 HTMLPlugInElement* element, in createPlugin()
|
D | WebPluginContainerImpl.cpp | 655 WebPluginContainerImpl::WebPluginContainerImpl(WebCore::HTMLPlugInElement* element, WebPlugin* webP… in WebPluginContainerImpl()
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | ScriptController.h | 53 class HTMLPlugInElement; variable 139 NPObject* createScriptObjectForPluginElement(HTMLPlugInElement*);
|
D | V8NPObject.cpp | 76 HTMLPlugInElement* element = V8HTMLAppletElement::toNativeWithTypeCheck(isolate, info.Holder()); in npObjectInvokeImpl()
|
D | ScriptController.cpp | 392 NPObject* ScriptController::createScriptObjectForPluginElement(HTMLPlugInElement* plugin) in createScriptObjectForPluginElement()
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | FrameLoaderClient.h | 66 class HTMLPlugInElement; variable 164 …virtual PassRefPtr<Widget> createPlugin(HTMLPlugInElement*, const KURL&, const Vector<String>&, co…
|
D | EmptyClients.cpp | 130 PassRefPtr<Widget> EmptyFrameLoaderClient::createPlugin(HTMLPlugInElement*, const KURL&, const Vect… in createPlugin() argument
|
D | EmptyClients.h | 230 …virtual PassRefPtr<Widget> createPlugin(HTMLPlugInElement*, const KURL&, const Vector<String>&, co…
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | DragController.cpp | 557 HTMLPlugInElement* plugin = toHTMLPlugInElement(result.innerNonSharedNode()); in canProcessDrag()
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | webcore_html.target.linux-x86.mk | 97 third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp \
|
D | webcore_html.target.linux-arm64.mk | 97 third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp \
|
D | webcore_html.target.darwin-x86.mk | 97 third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp \
|
D | webcore_html.target.darwin-arm64.mk | 97 third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp \
|