HomeSort by relevance Sort by last modified time
    Searched refs:PluginDocument (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginDocument.cpp 35 #include "core/html/PluginDocument.h"
50 PluginDocument* doc = unwrap<PluginDocument>();
56 WebPluginDocument::WebPluginDocument(const PassRefPtr<PluginDocument>& elem)
61 WebPluginDocument& WebPluginDocument::operator=(const PassRefPtr<PluginDocument>& elem)
67 WebPluginDocument::operator PassRefPtr<PluginDocument>() const
69 return static_cast<PluginDocument*>(m_private.get());
WebFrameImpl.cpp 144 #include "core/html/PluginDocument.h"
276 PluginDocument* pluginDocument = toPluginDocument(frame->document());
277 return toPluginContainerImpl(pluginDocument->pluginWidget());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
PluginDocument.h 35 class PluginDocument FINAL : public HTMLDocument {
37 static PassRefPtr<PluginDocument> create(const DocumentInit& initializer = DocumentInit())
39 return adoptRef(new PluginDocument(initializer));
54 PluginDocument(const DocumentInit&);
64 DEFINE_DOCUMENT_TYPE_CASTS(PluginDocument);
PluginDocument.cpp 26 #include "core/html/PluginDocument.h"
49 static PassRefPtr<PluginDocumentParser> create(PluginDocument* document)
151 PluginDocument::PluginDocument(const DocumentInit& initializer)
159 PassRefPtr<DocumentParser> PluginDocument::createParser()
164 Widget* PluginDocument::pluginWidget()
173 Node* PluginDocument::pluginNode()
178 void PluginDocument::detach(const AttachContext& context)
185 void PluginDocument::cancelManualPluginLoad()
187 // PluginDocument::cancelManualPluginLoad should only be called once, but there are issue
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebPluginDocument.h 37 namespace WebCore { class PluginDocument; }
59 WebPluginDocument(const WTF::PassRefPtr<WebCore::PluginDocument>&);
60 WebPluginDocument& operator=(const WTF::PassRefPtr<WebCore::PluginDocument>&);
61 operator WTF::PassRefPtr<WebCore::PluginDocument>() const;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMImplementation.cpp 45 #include "core/html/PluginDocument.h"
345 return PluginDocument::create(init);
357 return PluginDocument::create(init);
Document.cpp 138 #include "core/html/PluginDocument.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_html.target.darwin-arm.mk 132 third_party/WebKit/Source/core/html/PluginDocument.cpp \
webcore_html.target.darwin-mips.mk 132 third_party/WebKit/Source/core/html/PluginDocument.cpp \
webcore_html.target.darwin-x86.mk 132 third_party/WebKit/Source/core/html/PluginDocument.cpp \
webcore_html.target.linux-arm.mk 132 third_party/WebKit/Source/core/html/PluginDocument.cpp \
webcore_html.target.linux-mips.mk 132 third_party/WebKit/Source/core/html/PluginDocument.cpp \
webcore_html.target.linux-x86.mk 132 third_party/WebKit/Source/core/html/PluginDocument.cpp \

Completed in 230 milliseconds