HomeSort by relevance Sort by last modified time
    Searched refs:HTMLPlugInElement (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLPlugInElement.cpp 24 #include "core/html/HTMLPlugInElement.h"
60 HTMLPlugInElement::HTMLPlugInElement(const QualifiedName& tagName, Document& doc, bool createdByParser, PreferPlugInsForImagesOption preferPlugInsForImagesOption)
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::didMoveToNewDocument(Document& oldDocument
    [all...]
HTMLEmbedElement.cpp 44 : HTMLPlugInElement(embedTag, document, createdByParser, ShouldPreferPlugInsForImages)
75 return HTMLPlugInElement::isPresentationAttribute(name);
86 HTMLPlugInElement::collectStyleForPresentationAttribute(name, value, style);
109 HTMLPlugInElement::parseAttribute(name, value);
124 // moved down into HTMLPluginElement.cpp
156 return HTMLPlugInElement::rendererIsNeeded(style);
172 return HTMLPlugInElement::rendererIsNeeded(style);
177 return attribute.name() == srcAttr || HTMLPlugInElement::isURLAttribute(attribute);
HTMLObjectElement.cpp 52 : 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);
263 // moved down into HTMLPluginElement.cpp
314 return HTMLPlugInElement::rendererIsNeeded(style);
319 HTMLPlugInElement::insertedInto(insertionPoint);
326 HTMLPlugInElement::removedFrom(insertionPoint);
336 HTMLPlugInElement::childrenChanged(change)
    [all...]
HTMLAppletElement.cpp 47 : 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();
HTMLAppletElement.h 26 #include "core/html/HTMLPlugInElement.h"
32 class HTMLAppletElement FINAL : public HTMLPlugInElement {
HTMLEmbedElement.h 26 #include "core/html/HTMLPlugInElement.h"
30 class HTMLEmbedElement FINAL : public HTMLPlugInElement {
HTMLPlugInElement.h 44 class HTMLPlugInElement : public HTMLFrameOwnerElement {
46 virtual ~HTMLPlugInElement();
70 HTMLPlugInElement(const QualifiedName& tagName, Document&, bool createdByParser, PreferPlugInsForImagesOption);
154 DEFINE_HTMLELEMENT_TYPE_CASTS_WITH_FUNCTION(HTMLPlugInElement);
HTMLObjectElement.h 27 #include "core/html/HTMLPlugInElement.h"
33 class HTMLObjectElement FINAL : public HTMLPlugInElement, public FormAssociatedElement {
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.h 50 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;
FrameLoaderClientImpl.h 122 HTMLPlugInElement*, const KURL&,
ContextMenuClientImpl.cpp 51 #include "core/html/HTMLPlugInElement.h"
290 HTMLPlugInElement* pluginElement = toHTMLPlugInElement(r.innerNonSharedNode());
FrameLoaderClientImpl.cpp 640 HTMLPlugInElement* element,
WebPluginContainerImpl.cpp 50 #include "core/html/HTMLPlugInElement.h"
195 // HTMLPluginElement called setDefaultHandled or defaultEventHandler.
676 WebPluginContainerImpl::WebPluginContainerImpl(HTMLPlugInElement* element, WebPlugin* webPlugin)
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptController.h 53 class HTMLPlugInElement;
139 NPObject* createScriptObjectForPluginElement(HTMLPlugInElement*);
ScriptController.cpp 62 #include "core/html/HTMLPlugInElement.h"
404 NPObject* ScriptController::createScriptObjectForPluginElement(HTMLPlugInElement* plugin)
V8NPObject.cpp 45 #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/core/loader/
FrameLoaderClient.h 60 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;
EmptyClients.cpp 130 PassRefPtr<Widget> EmptyFrameLoaderClient::createPlugin(HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool, DetachedPluginPolicy)
EmptyClients.h 230 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/bindings/core/v8/custom/
V8HTMLPlugInElementCustom.cpp 52 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/page/
DragController.cpp 56 #include "core/html/HTMLPlugInElement.h"
558 HTMLPlugInElement* plugin = toHTMLPlugInElement(result.innerNonSharedNode());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_html.target.darwin-arm.mk 97 third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp \
webcore_html.target.darwin-arm64.mk 97 third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp \
webcore_html.target.darwin-mips.mk 97 third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp \
webcore_html.target.darwin-mips64.mk 97 third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp \

Completed in 935 milliseconds

1 2