/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLPlugInElement.cpp | 60 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 …]
|
D | HTMLObjectElement.cpp | 52 : 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 …]
|
D | HTMLEmbedElement.cpp | 44 : 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()
|
D | HTMLAppletElement.cpp | 47 : 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()
|
D | HTMLPlugInElement.h | 44 class HTMLPlugInElement : public HTMLFrameOwnerElement { 46 virtual ~HTMLPlugInElement(); 70 …HTMLPlugInElement(const QualifiedName& tagName, Document&, bool createdByParser, PreferPlugInsForI… 154 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/web/ |
D | WebPluginContainerImpl.h | 50 class HTMLPlugInElement; variable 74 … static PassRefPtr<WebPluginContainerImpl> create(HTMLPlugInElement* element, WebPlugin* webPlugin) in create() 177 WebPluginContainerImpl(HTMLPlugInElement*, WebPlugin*); 219 HTMLPlugInElement* m_element;
|
D | FrameLoaderClientImpl.h | 122 HTMLPlugInElement*, const KURL&,
|
D | ContextMenuClientImpl.cpp | 290 HTMLPlugInElement* pluginElement = toHTMLPlugInElement(r.innerNonSharedNode()); in showContextMenu()
|
D | FrameLoaderClientImpl.cpp | 640 HTMLPlugInElement* element, in createPlugin()
|
D | WebPluginContainerImpl.cpp | 676 WebPluginContainerImpl::WebPluginContainerImpl(HTMLPlugInElement* element, WebPlugin* webPlugin) in WebPluginContainerImpl()
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | ScriptController.h | 53 class HTMLPlugInElement; variable 139 NPObject* createScriptObjectForPluginElement(HTMLPlugInElement*);
|
D | V8NPObject.cpp | 76 HTMLPlugInElement* element = V8HTMLAppletElement::toImplWithTypeCheck(isolate, info.Holder()); in npObjectInvokeImpl()
|
D | ScriptController.cpp | 404 NPObject* ScriptController::createScriptObjectForPluginElement(HTMLPlugInElement* plugin) in createScriptObjectForPluginElement()
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/ |
D | V8HTMLPlugInElementCustom.cpp | 52 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/ |
D | FrameLoaderClient.h | 60 class HTMLPlugInElement; variable 153 …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 | 558 HTMLPlugInElement* plugin = toHTMLPlugInElement(result.innerNonSharedNode()); in canProcessDrag()
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | webcore_html.target.linux-mips64.mk | 97 third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp \
|
D | webcore_html.target.linux-arm.mk | 97 third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp \
|
D | webcore_html.target.linux-x86.mk | 97 third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp \
|
D | webcore_html.target.darwin-x86_64.mk | 97 third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp \
|