Home
last modified time | relevance | path

Searched refs:usePlaceholderContent (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLPlugInElement.h66 bool usePlaceholderContent() const { return m_usePlaceholderContent; } in usePlaceholderContent() function
DHTMLPlugInElement.cpp242 if (usePlaceholderContent()) in createRenderer()
251 …if (!useFallbackContent() && !usePlaceholderContent() && needsWidgetUpdate() && renderer() && !isI… in willRecalcStyle()
DHTMLAppletElement.cpp97 if (usePlaceholderContent()) in createRenderer()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleAdjuster.cpp379 if (toHTMLPlugInElement(element).usePlaceholderContent()) { in adjustStyleForTagName()