Home
last modified time | relevance | path

Searched refs:isPluginDocument (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/html/
DPluginDocument.h46 virtual bool isPluginDocument() const { return true; } in isPluginDocument() function
67 ASSERT(!document || document->isPluginDocument()); in toPluginDocument()
73 ASSERT(!document || document->isPluginDocument()); in toPluginDocument()
DHTMLEmbedElement.cpp173 if (document()->isPluginDocument()) { in updateWidget()
/external/webkit/Source/WebKit/chromium/src/
DWebDocument.cpp74 bool WebDocument::isPluginDocument() const in isPluginDocument() function in WebKit::WebDocument
76 return constUnwrap<Document>()->isPluginDocument(); in isPluginDocument()
DWebPluginDocument.cpp48 if (!isPluginDocument()) in plugin()
DWebFrameImpl.cpp289 if (!frame->document() || !frame->document()->isPluginDocument()) in pluginContainerFromFrame()
/external/webkit/Source/WebKit/chromium/public/
DWebDocument.h71 WEBKIT_API bool isPluginDocument() const;
/external/webkit/Source/WebCore/loader/
DDocumentWriter.cpp125 if (document->isPluginDocument() && m_frame->loader()->isSandboxed(SandboxPlugins)) in begin()
DSubframeLoader.cpp346 …bool loadManually = document()->isPluginDocument() && !m_containsPlugins && toPluginDocument(docum… in loadPlugin()
/external/webkit/Source/WebCore/page/
DDragController.cpp356 if (doc && (m_didInitiateDrag || doc->isPluginDocument() || doc->rendererIsEditable())) in operationForLoad()
DEventHandler.cpp2418 if (!node && doc->isPluginDocument()) { in eventTargetNodeForDocument()
/external/webkit/Source/WebCore/dom/
DDocument.h415 virtual bool isPluginDocument() const { return false; } in isPluginDocument() function
/external/webkit/Source/WebKit/mac/WebView/
DWebFrame.mm1438 if (document && (document->isPluginDocument() || document->isImageDocument()))
DWebHTMLView.mm2673 if (doc->isPluginDocument())
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1620933 (WebKit::WebDocument::isPluginDocument):
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3149432 (WebCore::Document::isPluginDocument):
49445 (WebCore::PluginDocument::isPluginDocument):
DChangeLog-2010-05-243756 …(WebCore::PluginDocument::isPluginDocument): Make public (it was already public at the Document.h …
DChangeLog-2008-08-1012559 (WebCore::PluginDocument::isPluginDocument):