Home
last modified time | relevance | path

Searched defs:isPluginDocument (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/html/
DPluginDocument.h46 virtual bool isPluginDocument() const { return true; } in isPluginDocument() function
/external/webkit/Source/WebKit/chromium/src/
DWebDocument.cpp74 bool WebDocument::isPluginDocument() const in isPluginDocument() function in WebKit::WebDocument
/external/webkit/Source/WebCore/dom/
DDocument.h415 virtual bool isPluginDocument() const { return false; } in isPluginDocument() function